Community Digest

Top new questions this week:

Software serial and RS485

I have 2 Arduino Nano that will communicate in half duplex mode with transceiver using MAX485. But the master has libraries like Wire.h, uses tone() and also receives UART communication. I'm a ...

arduino-nano softwareserial uart rs485  
user avatar asked by steve d. Score of 1
user avatar answered by the busybee Score of 2

Greatest hits from previous weeks:

How do I split an incoming string?

I am sending a list of servo positions via the serial connection to the arduino in the following format 1:90&2:80&3:180 Which would be parsed as: servoId : Position & servoId : Position &...

serial arduino-mega string  
user avatar asked by ValrikRobot Score of 71
user avatar answered by jfpoilpret Score of 98

Clear existing array when getting new serial command

I'm starting to build my first Arduino project but I'm running into some problems with serial communication. I get serial data from the console and store it in a char array called "data". Then, when ...

serial  
user avatar asked by squeck Score of 7
user avatar answered by JRobert Score of 18

What happens if I power the Arduino with both the USB and external power voltage simultaneously?

I am a new Arduino user. I am not sure whether I can connect both USB and external supply through power adaptor to Arduino simultaneously. Would this burn the controller? Basically, I want to ...

arduino-uno power  
user avatar asked by Jagat Score of 54
user avatar answered by Ignacio Vazquez-Abrams Score of 12

Is there a way to play sounds from an Arduino without using a sound shield?

I would like to play a wav file (spoken words) from my Arduino. I do not want to add a sound shield. Is there a way to play a sound through an output pin? The quality does not have to be great.

analogwrite digital sound digital-analog-conversion  
user avatar asked by Hoytman Score of 14
user avatar answered by linhartr22 Score of 8

Servo won't stop rotating

I have an Arduino Uno R3 board and after some time not in use it seems to have corrupted. My code is below, basically I want to rotate a servo 90 degrees every 12 hours but as soon as I plug it in the ...

arduino-uno continuous-servo  
user avatar asked by Stedy Score of 9
user avatar answered by jfpoilpret Score of 8

Can I make multiple loop() functions with Arduino Uno?

I have a problem. I want to make a car with a motor, front lights and rear lights. I want to run them at the same time but in different loops. This is my code. const int red1 = 10; const int red2 = 11;...

programming  
user avatar asked by Robbe Score of 1
user avatar answered by Mazaryk Score of 10

uBlox Neo 6M GPS module not responding

I started recently working with a uBlox Neo 6M GPS module (data sheet http://www.u-blox.com/images/downloads/Product_Docs/NEO-6_DataSheet_%28GPS.G6-HW-09005%29.pdf). I connected it to an Arduino Uno ...

arduino-uno tinygps gps  
user avatar asked by Alrro Score of 3
user avatar answered by Ricardo Score of 7
You're receiving this message because you subscribed to the Arduino community digest.
Unsubscribe from this community digest       Edit email settings       Leave feedback       Privacy
Stack Overflow

Stack Overflow, 14 Wall Street, 20th Floor, New York, NY 10005

<3