The tale of two nanos

Just building a couple light hack boxes with three encoders using arduino nano clones. 

One works perfectly

The one which has funduino branding not so much.

They are both using the same sketch. The working one just happily created a com port and uploaded just fine.

The function was a bit more of a struggle. It eventual produced a com port, but failed to take the sketch until I dropped to using the 'old bootloader' option.

The USB device is detected in eos but no handshake happens and the screen just continues to display Waiting...

And one had anything like this?

Trying to decided whether I just order a different nano without the funduino branding.

Parents Reply
  • Thanks sstaub, just wanted to share this. The working nano is identifying as CH340 so clearly I must have installed those drivers for another project at some point. The nano that isn't handshaking with EOS identifies at RT232R USB UART. I have installed, the latest RT232R drivers but it is still behaving the same. being detected as a USB device but no handshake.

    other than one change to the Display Rotation the sketch is identical, the only other difference is the CH340 uploads using ATmega328p and the RT232R won't but will if I change to ATmega328p (Old Bootloader)

Children