2
votes
2answers
182 views

Can't Get Raspberry Pi and Xbee to Work Together

I am having the hardest time trying to get my XBEE's to work with my Raspberry pi (RP). I have one on a USB breakout board into my computer and the other XBEE connected to a RP. The one on the RP is ...
1
vote
4answers
2k views

Python serial between Arduino and Raspberry Pi: Data is modified upon reception

I'm using an Arduino for sensor readings and sending them to a Raspberry Pi via USB, using PySerial for data reception. It works great, except for the fact received data is awkwardly modified (And ...
-1
votes
1answer
505 views

How poorly does a bit banged spi fare as compared to the wiring pi library functions? [closed]

I have bit banged some python code to run my 12 bit ADC (MCP 3208) using my raspberry pi. I wanted to know how slow is this going to be as compared to using the library functions of wiringpi python ...