Pure Python programming questions belong on stackoverflow.com instead.
0
votes
1answer
44 views
XBee + TMP36 temperature sensor - returning inaccurate values
I have rigged up a basic circuit as follows:
The XBee is a Pro, series 2. It is configured as a Router using the AT firmware. Pin 20 (D0) is configured as an analog input. There is a co-ordinator ...
0
votes
0answers
35 views
XBee - flash LED with Python - can't get it to work!
My setup is as follows:
Co-ordinator
RaspberryPi with SparkFun USB Explorer
XBee Pro running API firmware in API mode = 2
Python library from https://code.google.com/p/python-xbee/
Router
...
0
votes
0answers
262 views
Raspberry Pi with SPI RFID reader/writer
I've been using Arduino for years and am now transforming to take a sip on the Raspberry Pi. I've been using the MF522 13.56 MHz RFID reader in my Arduino projects. It uses an SPI interface to ...
0
votes
3answers
84 views
USB Solarpanel read current with python?
I'd like to connect a small solar panel (2v 50ma) to a USB cable and measure the output on python. Now I was wondering if this would work and how to make it work.
How many volts can I send into my ...
0
votes
0answers
16 views
USB Solarpanel read current with python? [duplicate]
I'd like to connect a small solar panel (2v 50ma) to a USB cable and measure the output on python. Now I was wondering if this would work and how to make it work.
How many volts can I send into my pc ...
3
votes
2answers
996 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
391 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 .
2
votes
5answers
5k 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
vote
1answer
194 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
58 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
153 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
1answer
304 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 ...
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
457 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 ...
0
votes
1answer
330 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 ...