Top "Arduino" questions

ARDUINO QUESTIONS MUST BE PROGRAMMING RELATED.

Clearing the terminal screen?

I'm reading data from 9 different sensors for my robot and I need to display them all steadily, in the same …

terminal arduino refresh erase
Using classes with the Arduino

I'm trying to use class objects with the Arduino, but I keep running into problems. All I want to do …

class object arduino
avrdude: stk500v2_ReceiveMessage(): timeout

This is the main error that I get when I try to run my ARDUINO program. The full list of …

arduino
Does Arduino use C or C++?

Coming from Python, the whole C/C++ thing is kind of alien to begin with... and then I see in …

c++ c arduino
Convert a String to a byte array and then back to the original String

Is it possible to convert a string to byte array and then convert it back to the original string in …

java android byte hash arduino
python to arduino serial read & write

I'm trying to "ping pong" info back and forth between some python code and arduino code. I want to send …

python serial-port arduino
Arduino Tools > Serial Port greyed out

I am running Debian 7 (Linux Crunchbang) and wanted to use The Arduino IDE to program my Arduino UNO. To do …

arduino arduino-ide
pyserial - How to read the last line sent from a serial device

I have an Arduino connected to my computer running a loop, sending a value over the serial port back to …

python serial-port arduino pyserial
How can I digitalRead a pin that is in pinMode OUTPUT?

I have a very simple test sketch in which I'm trying to set a pin to HIGH and then read …

arduino
How to program an Arduino with C++

So lately I've been playing around with my Arduino and I was wondering if there was some way I could …

c++ c arduino