<wolfspraul> upgrading indefero (projects server) right now
<wolfspraul> of course it doesn't go as expected :-)
<roh> wpwrak: about your opto-isolated inputs.. there are cheap-ish (5E) dc-dc 1000V galvanic isolated 5V-5V transformers
<roh> 4 pins.. dc in, dc out.. small sil-package.. 1W power rating
<roh> enough to drive an optocoupler, some line driver or similar hw.
<wpwrak> roh: maybe you mean the analog devices parts, signal plus power. but what i want is a wide input range, plus insensitivity to reverse voltage. also, the goal is to keep this simple. since there doesn't appear to be a decent (yet simple) electronic solution, using optocouplers as fuses will have to do. at least they'll survive TTL levels, which should cover 99.9% of all cases.
<wpwrak> s/as/like/
<wolfspraul> larsc: xiangfu I upgraded Indefero but unfortunately it gets stuck creating the html view of qi-kernel.git
<wolfspraul> so for now I disabled anonymous access, I hope that's only in the web interface... but maybe also the git: access is blocked now
<wolfspraul> as for tracking down the bug, I saw a few Apache processes going in endless circles in the javi-roman branch, seemingly
<wolfspraul> is there anything we can do to qi-kernel.git to rid if of some unnecessary history? any unusually cruel git actions we performed on it?
<wolfspraul> all other repositories work fine
<DocScrutinizer> wpwrak: honestly, why do you actually need galvanic separation?
<DocScrutinizer> wouldn't high Z do as well (and provide way better secondary properties)?
<lekernel> is happily using github. the pesky m1 problems give me enough pain and frustration without adding system administration tasks on top of them.
<DocScrutinizer> 5 pcs 220kR in series (to deal with Vmax per R), both in input and GND, plus some decent highly sensitive detector circuitry plus OVP behind that...
<DocScrutinizer> hi lekernel
<lekernel> hi
<DocScrutinizer> wpwrak: using this high-Z concept, sth as simple as a mosfet + zener could give you all you asked for, plus more: detection range 0.5...300V, input current 1uA/V...
<DocScrutinizer> no reverse blocking yet, but at 1uA/V
<DocScrutinizer> I'd wonder why you need that at all
<wpwrak> DocScrutinizer: (galvanic separation) because i don't know the ground potential of the other thing
<DocScrutinizer> hmmm
<DocScrutinizer> so as long as your circuit has floating GND and you connect to DUT's GND via 1MR
<wpwrak> my circuit connects to USB, so one ground is already given
<wpwrak> and there can be different DUTs
<DocScrutinizer> mmmpf
<DocScrutinizer> you're trying to build sth that outperforms $$$$ equipment properies-wise, and you are not willing to spend >2$ per input on the most important part of the whole thing
<wpwrak> why ... there are tons of USB opto-coupler cards. it's not rocket science that i'm attempting
<DocScrutinizer> given your specification goal are not completely crazy but rather desirable for every lab nerd using such thing, tell me how likely is it you'll succeed in building such a thing for less than china, with way better specs than china's things can offer?
<wpwrak> easy. china doesn't do some features i want to have in there :)
<wpwrak> sw features
<wpwrak> (mainly)
<DocScrutinizer> meh, forget sw features. I'm just talking about arbitrary black boxes with GP-inputs
<DocScrutinizer> or are you suggesting you get your OVP and sensitivity and galvanic separation via nifty software?
<wpwrak> yes, but then i'd have to hack the firmware. and probably mod the case
<DocScrutinizer> no you don't, as there ARE NO such devices from china
<wpwrak> no, but i want the sw to be a little more intelligent than what the USB-to-relay/opto board i've seen can do
<wpwrak> okay, maybe they make them in malaysia :)
<DocScrutinizer> you missed the point
<DocScrutinizer> you're trying to build sth that outperforms $$$$ equipment properies-wise, and you are not willing to spend >2$ per input on the most important part of the whole thing
<DocScrutinizer> nobody has achieved on that before you
<DocScrutinizer> otherwise there was sth fainly similar from china already
<wpwrak> it's just a few stupid opto-couplers !
<wpwrak> i'm sure those other cards have very similar properties
<DocScrutinizer> yeah, and a stupid (sorry) design that uses them way outide their specs
<wpwrak> ;-)))
<wpwrak> see, tha's the secret when competing with china :)
<DocScrutinizer> no, there IS NO card with input sensitivity 100uA@1.5V and OVP up to 30V AND galvanic separation
<DocScrutinizer> not at the price tag you're aiming at
<wpwrak> maybe 200 uA then. well, i haven't measured yet what the coupler can do
<wpwrak> interesting. cvpcb cripples the net names in .net files. when pcbnew reads them, this makes it lose its net classes. lovely :)
<DocScrutinizer> yesyesyes, and for sure you can operate that FM radio with 3 instead of 4 AA cells, and place a bridge in for battery #4
<wpwrak> (the work-around is to save the netlist again from eeschema after running cvpcb)
<wpwrak> see :)
<DocScrutinizer> meh
<DocScrutinizer> I honestly wonder what's your initial product requirement specs and if they are reasonable
<DocScrutinizer> if I want a general purpose logic analyzer the I won't go for optocouplers without protection that are swappable like fuses
<DocScrutinizer> and I won't opt for operating a key component out of specs for the intended major usecase
<wpwrak> usb-attached. 2 relays and as many opto-isolated inputs/outputs i can cram in. front panel has buttons and LEDs to control the relays. MCU runs a user-defined state machine to implement different action profiles. e.g., button = on/off. or button = on while pressed, then at least 10 s off. and so on. can cover multiple channels.
<wpwrak> no, it's for switching power and "manual" signals (buttons and such)
<DocScrutinizer> o/
<DocScrutinizer> you're aware that 1.5V@100uA is already in a range where you get false positives from 5m of open-ended wire in a cable that also runs a 220V~ life wire?
<wpwrak> you mean a cable that combines 220 V with a low-voltage signal ? sounds like generally a bad idea to me :)
<wpwrak> i would expect connections to the box to be kept reasonably separated
<DocScrutinizer> your design specs sound like a poor set of parameters to me
<wpwrak> of course, anyone can take their chances ;-)
<wpwrak> forgot one: SIMPLE ! :)
<wpwrak> it's already taking too long to make the bloody thing :-(
<DocScrutinizer> just missing "shall withstand hitting it with a sledge hammer"
<wpwrak> that's part of the user interface :)
<wpwrak> the external form factor is given, by the way. a box i can easily source and that has removable faceplates.
<DocScrutinizer> my last staement on this: 1V5 at highZ sensitivity and full galvanic separation and low BOM doesn't go together
<wpwrak> i'll let you know how my experiments go :)
<DocScrutinizer> scratch one of those 3 parameters, or split on different inputs or switchable input properties
<DocScrutinizer> wpwrak: actually as long as you won't run a full fledged industrial grade set of test against 1000 of those devices, for EMI and temperature range and long time stability and whatnot, I'm actually not very much interested in your results
<DocScrutinizer> you could tell me it works like a bulldozer and I'd stll be reluctant in getting one
<DocScrutinizer> and then taking into account you consider to actually control safety relevant things powered by 220V with it, makes the whole concept even more scary
<wolfspraul> all I can see is that Indefero gets into an infinite loop right at the first few git commands it sends. hmm.
<wolfspraul> I have one random long shot idea in that the branch name with a '/' in it confuses Indefero. there is a branch "javiroman/ks7010" - can we rename that to javiroman-ks7010?
<wolfspraul> that's a desperate attempt without any real trace in the sources, but it's the only branch name with a '/' and if we are lucky that's just the problem :-)
<wolfspraul> hmm. Indefero sources say '/' in branch name is supported. well then.
<wolfspraul> worst case I downgrade to make the problem go away :-)
<qi-bot> [commit] Werner Almesberger: labsw/: added spacers; shifted USB connector a little (master) http://qi-hw.com/p/wernermisc/f3e9d75
<qi-bot> [commit] Werner Almesberger: labsw/: changed all ring-to-hole ratios to 2.5; placed spacers at 1 mm from edge (master) http://qi-hw.com/p/wernermisc/17d2478
<qi-bot> [commit] Werner Almesberger: labsw/: changed flyback diodes to SOT-323 (BAS16WT or similar) (master) http://qi-hw.com/p/wernermisc/302002c
<qi-bot> [commit] Werner Almesberger: labsw/: grouped opto-couplers for socketing; improved clearance of inputs (master) http://qi-hw.com/p/wernermisc/e95d20a
<LunaVorax> Hi everyone !
<LunaVorax> I'm in very deep troubles with my Ben Nanonote
<LunaVorax> It won't boot any more, even after reflashing it
<LunaVorax> It hangs up on setting the date and time to 01-01-1970
<LunaVorax> Noone to the rescue ?
<viric> weird
<viric> never happened to me.
<viric> where have you put it?
<vladkorotnev> hey guys, what's up? hadn't been there for a looooong time :P
<erikkugel> :)
<LunaVorax> viric, nowhere especial
<vladkorotnev> ???
<viric> LunaVorax: then I can't help
<LunaVorax> ok