Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by Nikhil_M

  1. N

    LED Combination control using Arduino

    Hello Dana, Thank you for the reply. I will check more about WS2812.
  2. N

    LED Combination control using Arduino

    Hello Mike, I need 60 push buttons that will feedback to the controller about a manual event and the respective LED should turn off. Also, I will search more about MAX7219.
  3. N

    LED Combination control using Arduino

    Now I need to scale the same combination to control around 60 LEDs. I need guidance from this forum on how can that be done. Thanking you in advance!
  4. N

    LED Combination control using Arduino

    Hello All, Thank you everyone who responded to my post. With some help I was able to achieve the desired results of the LED combinations using an Arduino Uno. The code that worked is as below: #include <EventButton.h> EventButton firstButton(9); EventButton secondButton(2); EventButton...
  5. N

    LED Combination control using Arduino

    Hello! I am a beginner at Arduino. I need to implement a simple circuit to control various LED glow scenarios and their reset using tact switches. I request to please help me with this project. I am attaching the image of the assembly done on bread board. The circuit is intended to...
  6. N

    Motor ON/OFF Trigger to Arduino

    It is powered using a AC 3 phase supply
  7. N

    Motor ON/OFF Trigger to Arduino

    Thank you for the reply Mike. Can you please guide me on how to give the trigger to the Arduino when the motor is switched ON or OFF.
  8. N

    Motor ON/OFF Trigger to Arduino

    Hello, I am a beginner at using Arduino. I wish to do a very simple project. If a user turns ON a water motor pump, it should give a trigger to my Arduino UNO. Arduino will note the Motor ON time and date. If a user turns OFF a water motor pump, it should again give a trigger to my Arduino...

Latest threads

Back
Top