frg-fossee / eSim-Cloud

A web-based system for designing and simulating electronic (eSim) and Arduino circuits.

Home Page:https://esim-cloud.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LED/Buzzer issue

firuza opened this issue · comments

If the 'negative' of LED is connected to pin 13 of Arduino using breadboard and positive pin of LED is not connected (basically 0) connected anywhere on breadboard, even then the LED glows. This can be checked by connecting using wires (one leg at 0 and another at 5V).

Ideally, the LED should not glow. This is true for buzzer too.

Connect the Negative terminal of LED to GND of Arduino board and Positive terminal of LED to any of the GPIO pins.

If the 'negative' of LED is connected to pin 13 of Arduino using breadboard and positive pin of LED is not connected (basically 0) connected anywhere on breadboard, even then the LED glows. This can be checked by connecting using wires (one leg at 0 and another at 5V).

I think you should connect the negative terminal of LED to GND of Arduino board and Positive to any GPIO pins.

Fixed in #467