Tagged Questions
2
votes
1answer
1k views
Arduino: Delay of 1ms necessary between Serial.read and Serial.write?
We have a Razor IMU (10736) sensor board connected to a RS-485 Breakout board, talking RS485 to the computer via a USB-RS485 Serial Interface. We use the Arduino IDE to program Razor's on-board ...
4
votes
3answers
2k views
Using avr-gcc _delay_ms causes chip to freeze
I have a ATmega328-PU chip which is setup to use the internal oscillator without dividing clock speed by 8. The first thing I did was to use a really simple program I uploaded; a program which turned ...