The Propeller Demo Board is also quite nice for $40, but it is VGA only....
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/diybio/-/YDoasUdOmnAJ.
Well Linux doesn't actually give you parallel processing power, it just looks that's way to most people (there's a process scheduler handing the processor over to different jobs, quite fast of course). Now whether people need true parallel processing or not is a good question. I don't know how raspberrypi has progressed but last I checked it still wasn't as easy to start using as the arduino or propeller.
There's also the new TI launchpad ARM board for about $5
I like the approach of learning about all the options available, then deciding which is most appropriate.
I'm trying to rig up a few sensors (temp, dissolved oxygen, etc.) and pumps/aerators in a biodigester.
The Raspberry Pi itself isn't really well suited to a role as a
Microprocessor on its own. Not just because it vastly overpowers the
tasks you generally use microcontrollers for, but because it's not
designed for hardware hacking like an Arduino (et al) is.
That is, Arduinos can take a bit of punishment, voltage-wise, without
taking much damage. If you accidentally dump a little too much current
on an input pin for a second, probably no big deal. Although I've never
tried, I get the impression that Raspberry Pi is not so robust. Doesn't
take much imagination to see why; most Arduinos are large-ish packages
designed for hand-soldering or at least handling, probably with
large-ish traces inside, whereas the RPi runs on a tight
system-on-a-chip, a marvel of minimalisation that was never designed for
live outside a commercial embedded system.
The RPi is for hacking software in an embedded environment; if you want
to hack hardware with it, the prevailing suggestion is to link it up
with an Arduino and let the Arduino do the hardware interfacing, and the
RPi handle the crunchy data.
That said, if you want to risk ~€38, the RPi has a good few GPIO pins
The Raspberry Pi itself isn't really well suited to a role as a
Microprocessor on its own. Not just because it vastly overpowers the
tasks you generally use microcontrollers for, but because it's not
designed for hardware hacking like an Arduino (et al) is.
That is, Arduinos can take a bit of punishment, voltage-wise, without
taking much damage. If you accidentally dump a little too much current
on an input pin for a second, probably no big deal. Although I've never
tried, I get the impression that Raspberry Pi is not so robust. Doesn't
take much imagination to see why; most Arduinos are large-ish packages
designed for hand-soldering or at least handling, probably with
large-ish traces inside, whereas the RPi runs on a tight
system-on-a-chip, a marvel of minimalisation that was never designed for
live outside a commercial embedded system.
The RPi is for hacking software in an embedded environment; if you want
to hack hardware with it, the prevailing suggestion is to link it up
with an Arduino and let the Arduino do the hardware interfacing, and the
RPi handle the crunchy data.
That said, if you want to risk ~€38, the RPi has a good few GPIO pins
Some folks are building spectrometers. Wouldn't it be nice to be able to justconnect a web cam to a USB port, and use Linux free software to operate it? Andthen be able to send the results to the web automatically? Or control it from theweb? Or use floating point and lots of RAM to process the data right in the device,instead of sending it to a desktop or laptop computer to process? And wouldn't itbe nice to be able to store the results on a USB flash drive, or a terabyte harddrive, and still have all that data accessible on the web? Or be able to see theprocessed results on your HD television?
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/diybio/-/6a22WgRR268J.
>> That said, if you want to risk ~€38, the RPi has a good few GPIO pins
I agree with Simon on looking for I2C and SPI sensors, but any of these platforms can handle these as well as parallel. In Linux opening a serial port is via the fopen command, which is the same command to open files as well (*everything is a file on Linux*).
If you want defined timing go with a microcontroller because real-time Linux is a few steps harder (and I'm not sure it actually gives filly determined timings) .
You probably don't need defined timing, especially with I2C and SPI communications . If you can't tolerate microseconds (my guess on rasPi is 1-1000s) of random sampling timestamps, and have less than 8 sensors, I say go with the $20 propeller board.
And if you don't need defined timing, Raspberrypi sounds pretty attractive to be honest. You could even easily use it to try that eulerian feature detector I mentioned on the biocurious list, if you wanted to archive it as well record h.264 (high-quality, highly compressed video) via the raspberrypi's hardware encoder.
Taking all you've said about your own experience level, this is sounding the most
results-getting direction yet. Does the bioboard have cost levels you can fit to your want?
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/diybio/-/u5qMvz2duogJ.
But pH meters need to be calibrated fairly often, so it would still not bea build-and-forget type of sensor.
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/diybio/-/aKCVrOfND20J.