New answers tagged arduino-nano
1
vote
Missing data when communicating over UART
There are a couple of issues here:
while (Serial0.available() > 0) {
response[index++] = Serial0.read();
timeout = millis() + 1000;
}
First, the variable timeout is updated, but its value is ...
Top 50 recent answers are included
Related Tags
arduino-nano × 1348arduino-uno × 177
serial × 106
power × 78
arduino-ide × 74
sensors × 70
programming × 63
i2c × 63
led × 51
esp8266 × 45
arduino-mega × 42
bluetooth × 42
usb × 41
nrf24l01+ × 39
spi × 36
atmega328 × 34
c++ × 33
motor × 31
servo × 31
interrupt × 29
softwareserial × 29
pwm × 26
hc-05 × 26
lcd × 25
battery × 25