Quote:
I don't know exactly what kind of numbers the output will be. I know the I2C has a clock line and a data line and it sends (and recieves) 16 bit info.
Alright, that makes sense. The link to the C++ examples will help a lot too :) and the fact that it is common technology...
The programming side of things is probably the least of our problems anyway - I'm pretty capable in that area
Quote:
because I'm sure you can get it to just use an echo command, where you send an impluse and it replies with the value it's currently at.
LPT ports are very fast, so that shouldn't be a concern.
Perhaps that can work
The speed of the LPT shouldn't be a problem, no. It was more a concern with the streaming, realtime GSR information on a parallel port
The parallel port doesn't support event notifications/callbacks I don't think
Quote:
You mean the dotted lines ? It just links the GSR amplifier to the parallel port \"translator\". The parallel port circuit is basically one 74H05 chip with a bunch of resistors, it's just meant to transform the signal from I2C to LPT language (hex).
We figured it had something to do with conversion to the LPT in some form
So basically it uses hex, and a clock/data system to stream it in 2 bit 'packets'
Sounds complicated for electronics, but if that works.... we can always revise our decisions later since this is essentially prototyping
Quote:
you could just take one sample every x seconds and build a graph.
It's not an analog stream anymore, because the ADS converts it to digital and the second little unit converts it to printer port impulse.
Fair enough
Quote:
but then with the distance between sensor and skin and the size of the led and photosensor you'd have about an inch of stuff going up from your hand, which would have to be hardmounted to keep the distance the same... So it gets a little tricky if you want a glove.
I've seen monitors that use clamps on fingers or ears
Perhaps we could use the same mechanism to keep the distance?
I have higher hopes for GSR anyway, but I might still play around if I can get the time
Quote:
So the advantages of the LPT port are really in the versatility it offers, we can expand a lot more having that.
Alright, fair enough. One concern I still have is with drivers or software to read the parallel port effectively. Eg. see the trouble you're having on XP
Quote:
The way the device will take shape (right now) is ..
Yeah, I understood you to mean all that anyway :)
That's fair enough for the time being
Quote:
and for some extra news from TI, i got my chips yesterday at 10 (they took less than a day to deliver, i was really shocked hehe). This is our first problem because they're just SO DAMN SMALL heheh, i'll have to figure out a way to mount them nicely on a regular board. At the same time, it's absolutely great, because the entire box could be reduced to really not much if we wanted to make it computer-free...
Sounds good :D
And good luck :P
Amazing delivery time...
Quote:
but i'm really attracted to the computer idea, it seems like a great way to record data (if we make this open source and we get software help from numerous other people, this could develop in a very nice research tool)... if it works right, of course. :)
I like the idea of processing information on the computer. But I don't like the idea of wires
The perfect compromise would be wireless communications :P
But that's pricey and complicated
I was considering the possibility of cellphones
Either USB data cables to a cellphone for data recording onto a MMC card, or preferably wireless comms with something like bluetooth (read: again, complexity and cost :()
It probably won't happen, but it's a nifty idea anyway
Quote:
but you can certainly build a heart monitor and see how that reads out. You'd still need an analog to digital converter and those usually spit info out in I2C (from what i learned lately) so you might still have to figure out a way to resolve the computer connectivity issue.
I'm toying with the idea... if I can get the time and help from someone else with electronics knowledge ...
Quote:
If you use a watch and you butcher that up ...
I looked around, but that's a very pricey option. Perhaps it's just my area, but I can't find a cheap watch with heart rate monitor attached
Quote:
i also thought the GSR was good because unlike the other gsr schematics out there, this one's self calibrating
Good point ;)
And I have greater hope in GSR as our winner
Quote:
it would actually be nice to have someone who REALLY knows electronics on the team, then we'd have a much easier time...
Indeed :(
Quote:
When i'm in trouble i just go to my dad and he helps sometimes (he's in electronics) but he's a busy guy. But i have a good feeling about this, i think it's going to work nice.
Well at least your dad can help on the odd occasion :)
And I think it will eventually work. Hopefully without wasting too many components.
I can't wait to actually get some use out of it :D