Electronic Voting Machine Using Arduino UNO at Tinkercad With I2C | EVM Circuit | Arduino Project

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 11

  • @chironyt4803
    @chironyt4803 Год назад +1

    sirji is there anything we cam do to make this project like a real evm, i mean after voting the pushbuttons won't work unless you press a key from your side to make it work furthur

  • @madhukalkar1971
    @madhukalkar1971 7 месяцев назад

    Which software used for this

  • @sasmitasahu2782
    @sasmitasahu2782 Год назад +1

    hello sir project is working but voting nhi hoo rha
    sirf 0,0,0 dikha rhe

    • @eazytronic9394
      @eazytronic9394  Год назад +1

      Hello check your circuit code and circuit is working
      If any problem send me video on WhatsApp+917007651787

  • @vijaybaleja6220
    @vijaybaleja6220 11 месяцев назад

    Dear Sir,
    I have observed that the lines of code referring to ports A0 to A3 seem to be unnecessary since these ports are designated as input ports. Could you please clarify the purpose of including commands related to these ports?
    Thank you. digitalWrite(sw1, HIGH);
    digitalWrite(sw2, HIGH);
    digitalWrite(sw3, HIGH);
    diigitalWrite(sw4, HIGH);
    digitalWrite(sw5, HIGH);

    • @eazytronic9394
      @eazytronic9394  10 месяцев назад

      Sure, I'd be happy to help clarify. Including commands related to ports A0 to A3, even if they are designated as input ports, might still serve a purpose depending on the context of the code. Here are a few reasons why these commands might be included:
      Initialization: Even though the ports are designated as input ports, they may still need to be initialized properly at the beginning of the program. This could involve setting them to a certain state or configuring them for specific functionalities.
      Monitoring or Reading: While the ports may primarily be used for input, there could be sections of the code where their current state or values need to be monitored or read. For example, they might be polled periodically to check for changes or specific conditions.
      Debugging or Logging: Commands related to these ports might be included for debugging or logging purposes. They could be used to output information about the state of the ports during runtime, which can be helpful for troubleshooting or understanding the behavior of the program.

  • @deleojojoseph7481
    @deleojojoseph7481 Год назад +1

    Hello sir, can you make this project with codeblocks?