Menu

Nano CH340 Chip Board compatible with Arduino not working the way it is supposed to

2021-07-07
2021-07-08
  • brownrb

    brownrb - 2021-07-08

    It would seem that you have a faulty board. Near;y every nano board has this 1117 regulator. Its purpose is to take the voltage on VIn and drop it to 5V to power the nano.
    The AMS1117 regulator on your board (which every nano has) may be faulty.
    The AMS1117 needs about 6.5V on Vin to work and drop the voltage to 5V on the board.
    If you apply 9V to Vin then the AMS1117 should drop it to 5V (which can be read on the 5V pin) for the Arduino to work.

    If you apply 9V to Vin and then read 9V on the 5V pin of the nano then the ams1117 regulator on the nano is faulty or there is a short somewhere on the nano board.

    This does happen with some of the "clone" made in China nano boards.

    Our project uses an external regulator (lm7808) to drop a 12v supply to 8v so it can power the nano via Vin.

     
    • Harkant Singh

      Harkant Singh - 2021-07-08

      Thanks

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.