Top "Arduino" questions

ARDUINO QUESTIONS MUST BE PROGRAMMING RELATED.

Keeping all libraries in the Arduino sketch directory

I know that you are supposed to place any external libraries under the "libraries" folder of the arduino install directory, …

c++ c header arduino
Does Arduino support threading?

I have a couple of tasks to do with arduino but one of them takes very long time, so I …

multithreading arduino
How to check if device is connected Pyserial

I am connecting with my Arduino through a USB port and sending data to it by using PySerial module. At …

python arduino pyserial
What's the difference/relationship between AVR and Arduino?

I've been interested in hardware programming recently, but I have not started yet. I did some searching working, and have …

hardware arduino avr
Send Data From Arduino to Android App via Bluetooth

Hello i can send data from android to arduino but i cant send data from arduino to android via Bluetooth …

android bluetooth arduino processing data-transfer
Parsing code for GPS NMEA string

i am trying to parse the incoming GPGGA NMEA GPS string using Arduino uno and below code. What i am …

c parsing gps arduino nmea
How do I decompile a .hex file into C++ for Arduino?

I have a hex file that is to be flashed onto an Atmel chip running on an Arduino device. There …

c++ assembly hex arduino hex-editors
How to add header files in Atmel Studio 6

I'm trying to go with Atmel Atudio 6. But i'm not sure how to add .h files to my project. Is …

arduino microcontroller avr atmel avr-studio5
How to get the UID of RFID in Arduino?

I have a RFID-RC522 (MF-RC522) module and I'm using Arduino sketch program. To use this RFID, I downloaded the Arduino …

arduino uniqueidentifier rfid serial-number
Mac + Uno + avrdude: stk500_recv(): programmer is not responding

I'm trying to upload .hex file to Arduino. I don't have any problems with uploading code through an IDE (like …

arduino avrdude arduino-uno