guides:raspberrypi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:raspberrypi [2014/04/11 22:33] – [Radio] Added infos about PL2303 USB to serial uggy | guides:raspberrypi [2014/11/03 20:56] (current) – realflash | ||
---|---|---|---|
Line 6: | Line 6: | ||
* It's a bit large and heavy compared to most Arduinos | * It's a bit large and heavy compared to most Arduinos | ||
* It has an SD card poking out of the end (delicate) | * It has an SD card poking out of the end (delicate) | ||
- | * It runs Linux which is not a real-time | + | * It will take some effort and Linux knowledge to run a real-time |
* Unlike the Arduino you don't have a large selection of shields to choose from | * Unlike the Arduino you don't have a large selection of shields to choose from | ||
Line 66: | Line 66: | ||
Another option would be to connect to the GPS using a different serial connection - i2c or SPI. If you use i2c with a UBlox receiver you'll find it doesn' | Another option would be to connect to the GPS using a different serial connection - i2c or SPI. If you use i2c with a UBlox receiver you'll find it doesn' | ||
- | Another option would be to use a PL2303 (USB To Serial) device. It's cheap (1€) and quite light. This is working great for discussing | + | Another option would be to use a PL2303 (USB To Serial) device. It's cheap (1€) and quite light. This is working great to discuss |
Typically we run the radio at 50 baud. This is possible on the pi but when I tried it it worked for a few characters only. I've had better results with 300, 600 and 1200 baud. The Lassen GPS runs at 4800 baud and the UBlox at 9600 and neither can be reprogrammed down to low speeds, so this means that the tracker program needs to switch baud rates to read the GPS, then switch before transmitting. | Typically we run the radio at 50 baud. This is possible on the pi but when I tried it it worked for a few characters only. I've had better results with 300, 600 and 1200 baud. The Lassen GPS runs at 4800 baud and the UBlox at 9600 and neither can be reprogrammed down to low speeds, so this means that the tracker program needs to switch baud rates to read the GPS, then switch before transmitting. | ||
Line 106: | Line 106: | ||
The project details are available on [[https:// | The project details are available on [[https:// | ||
- | As of 2014-01-14 I don't think this has had any real use by any members of the community | + | **Update |
+ | If this all sounds a bit too much work, you can use Dave & Anthony' |
guides/raspberrypi.1397255590.txt.gz · Last modified: 2014/04/11 22:33 by uggy