Jump to content

I 'm writing adapting some fairly complex code on an Arduino Uno (an Elegoo Uno R3 clone) and no...


G+_Chris Kurtz
 Share

Recommended Posts

I'm writing/adapting some fairly complex code on an Arduino Uno (an Elegoo Uno R3 clone) and noticed the LEDs I'm controlling (via an I2C SX1509 extender) are really slow compared to what it should be.

 

The person I got the code from was using a Nano instead, so I grabbed a convenient one of those are the code runs fine. So I grabbed another Uno (also a clone, but from a different manufacturer) from another project...and the code runs fine on that.

 

I tested the board using the ShowInfo sketch (https://playground.arduino.cc/Main/ShowInfo) and it does indeed show F_CPU at 16Mhz as is proper.

 

I reflashed the bootloader on the slow Uno to no effect...any suggestions on what the issue is? Could the 328P be faulty?

 

Here is a video showing the difference. The first half is the slow Uno, the second is a normal Uno.

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...