All Questions
6 questions
1
vote
0
answers
274
views
I can get arduino code/board to show voltage using analog input but not python/board
I am trying to simply read a voltage from a battery. I am able to work out how to do this using arduino code on an arduino board. (UNO)
When I try to do the same thing on a board using python the ...
1
vote
1
answer
889
views
Running Python on Arduino
I've been using Python for quite long, and I was wondering if it can be used as a programming language for Arduino, rather than C/C++.
When I'm using the Arduino IDE, the sketch is compiled into a ...
1
vote
0
answers
280
views
Arduino Sensor Values to Raspberry Pi using NRF24
Im trying to send temperature sensor data through NRF24L01 to Raspberry Pi and read it in Raspberry Pi using python. But the temperature sensor data comes to the Raspberry Pi as letters, which I found ...
0
votes
1
answer
120
views
Communication between Arduino and raspberry Pi
So I am working on a ground surveillance robot using Arduino for coding the Gps, motors and ultrasonic sensors and coding in raspberry Pi for facial recognition but now what I want to do is when my ...
0
votes
2
answers
189
views
Showing chronometer on PC controlling the begining and end of time by Arduino
I'm really new on this Arduino thing, so I don't know whether what I'm gona ask is feasible or not.
I'd like to make a chronometer in the computer but the controlling button (beginning and end of ...
0
votes
3
answers
3k
views
Can I program Arduino with Python? [closed]
I know that I can program Arduino with python but is it possible to make every project, which can be completed by normal IDE?