Pure Python programming questions belong on stackoverflow.com instead.

learn more… | top users | synonyms

1
vote
4answers
1k 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 ...
2
votes
2answers
134 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 ...
-3
votes
3answers
150 views

Programming language for Zigbee [closed]

I have done a small research in the field of zigbee. But , a small conflict b/w using python or java or c for zigbee coding in case of remote monitoring .
-1
votes
1answer
460 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 ...
1
vote
1answer
163 views

How can I get a C program to execute Python code that sends commands to an Arduino? [closed]

I followed these instructions successfully, so I was able to get the Raspberry Pi to send "HELLO\n" to my Arduino Mega 2560 over USB and print to Serial console. I have installed Open CV ...
1
vote
0answers
40 views

Restart and restore startup configuration for a zigbee sensor via Tornado / pyhon

I have a question. I have a project, a domotic system, in wich I have to send some commands via interface to some sensors, temperature sensors, power sensors, contact sensors, ecc. I've already done ...
0
votes
1answer
134 views

Arduino serial via python not working

I have a arduino running with bitlash running on it connected to a shiftbrite. I can use a terminal program to send it commands such as rgb(1023,0,1023) and it will work but when I do it with python ...
1
vote
0answers
181 views

Communications issues between Ardupilot and Computer

The Issue and Project: I have been at a standstill with my autopilot because I cannot communicate with it using my high powered transmitter: the Ubiquity Rocket M5. But the whole communications issue ...
0
votes
1answer
312 views

Using Arduino/Processing to print text on screen when an LED light up

I have a question regarding the programming of printing text on the screen after an LED lights up on a breadboard. Should we plug in the LED into the Arduino board or a regular breadboard? How do I ...
3
votes
2answers
1k views

Passing data from Python to Arduino over ethernet

I have an Arduino with Ethernet shield handshaking with my machine over Ethernet, and now I want to send data between them. My problem seems to be correctly parsing the different data types. For ...
1
vote
1answer
363 views

test automation framework/softwares for hardware applications

I am an Electrical engineer so my background on software testing is limited.My application is not a software testing issue.I need to develop a software package in python to interact with a RF ...