ROMPO: Remote Operated Multifunctional Power Outputs for Kids
ROMPO is a multifunctional Arduino NANO based power supply project for kids that can be used for various purposes. It is a must have electronic gadget for every kid and electronic enthusiast (hobbyist). It is made to deliver various types of programmed power supplies. It can be your ideal school or college project.
I have made it under the umbrella of “Make in India” + “Skill India”. If China can do it, we can do it too (and even better in most cases).
What is ROMPO?
R.O.M.P.O. stands for Remote Operated Multifunctional Power Outputs. The outputs from the four channels provided on the top panel are programmed to operate through a general purpose remote in various ways.
Features of ROMPO:
- Single Button Operation: All power outputs can be turned ON/OFF using a single remote button. Power outputs are 220V and can handle a load up to 10AMPS on each socket.
- Switch ON Timer for Mobiles: This function will Switch ON a dedicated output port after a preset period. It is ideal functionality when you go to sleep in the night and don’t want your mobile to keep charging throughout the whole night – it will start charging your mobile just 2 hours (let us say) before you wake up thus saving electricity and battery life of your mobile.
- Switch OFF Timer for Mobiles: It is a standard 2 Hours Switch OFF timer that can be set with just a single press of a remote button. It will Switch OFF the mobile charging after 2 hours (customizable to prolonged durations).
- Sequential Running Lights: With just a press of a remote button the output ports start to provide 220V in a sequence from Right->Left or from Left->Right depending on the sequence direction selected through the remote. This functionality is ideal for making running lights during Gurpurab, Diwali, Christmas, Eid and New Year. I have given a detailed demo in this functionality as how to make it work for decorating Made in India string lights (in this video).
- Load Sharing in Sequential Switch On: When the loads plugged into the sockets are high (ie. 5AMPS per load) then you would not want to switch on all of them with just One remote button. ROMPO senses the load and if found suitable turns on the next load till all the loads are turned on.
- Regular Remote Operated Extension Lead: ROMPO is an Extension Lead that can be operated through the remote. All channels with 220V output can be remotely operated independently just like a standard extension lead. However with a twist that it is remotely operated. ROMPO is ideal for Mobile Charging, Coolers, Fridge, Fans, Lights, Festival String Lights, Computer, Music System, Mosquito Repellent, Chargers and so forth.
Components Required:
- Arduino NANO
- IR SENSOR (Receiver) HS0038
- 4 x Channel 5V Relay Module
- 6-0-6 (250mA) Transformer (Guru preferred).
- 7805 (Regulator IC with Heat Sink)
- Bridge Rectifier (or 4 x IN4007)
- 1000uf 25V Capacitor
- General Purpose PCB (Medium sized)
- 4 x LEDS (Red, Green, Yellow, Blue)
- 4 x 330Ohm
- Ribbon Cable
- 4 x 220V Anchor Sockets
- 1 x 220V Anchor Switch
- Power Cord (with plug pre-attached)
- Havells Standard Single Core PVC Insulated HTR FR 90m 4 sq mm
- Acrylic Sheets for Box
24×14 (2 Sheets)
24×08 (2 Sheets)
14×08 (2 Sheets)
Tools required in making ROMPO:
- Soldering Iron (Soldron or Siron)
- Drill Machine with Fine Bit (I used Bosch)
- Multimeter (I used Analog, you can use digital if you wish to check the outputs)
- Small Electric Screwdriver
- Solder Wire
- Solder Paste
- Cutter / Plier
- Screws and Nut/Bolts
- Rubber Feet
- Small Washers
Cost of Project: INR 900
ROMPO: Remote Operated Multifunctional Power Outputs for Kids.
Highly Accurate Coded RGB LED Project with 16777216 Colour Combinations
Wow!!! A little RGB LED can display a combination of 16777216 colours. There are various such projects by many YouTubers, but nearly all them are either flawed or the code is very crude.
In this project I have rectified all the issues with all the projects that I have seen. This project works very nicely. The code is highly refined and will give you an amazing colour transition from one colour to another.
It is kept in my playlist of Project for Kids. Hope you like my project.
Following are some of the details that you may find useful:
Components required:
- Arduino UNO or Arduino NANO
- 10KΩ Potentiometer x 3
- 220Ω Resistors x 3
- RGB LED x 1
(Common Anode Type OR Common Cathode Type: Please note that once you select CA type LED then give it a +5V supply and if it is CC type LED then give it a GND. You don’t need to worry about the LED as it is well protected by 220Ω resistors connected to Arduino.) - Breadboard
- DC supply (A 9V battery would do just good)
- Few Jumper Wires
Cost of Project: INR 400
Highly Accurate Coded RGB LED Project with 16777216 Colour Combinations
Solid-State Automatic Staircase/ Street Light without Arduino
Hello Guys this is a solid-state automatic staircase / street light system without the use of Arduino. I have seen various YouTubers unnecessarily overkill this simple circuit using Arduino. All you have to use is a reliable LDR module and a relay simple relay module.
Function:
Just power up the LDR Module and the Relay Module with a 5V supply – here in this video I am using a regulated power supply. Note, I am using a 5V relay module. Just use a female-female jumper from LDR module’s OUT to the IN of the relay module. Using the preset for the sensitivity provided on the top of LDR module you can set the sensitivity of the LDR to best suit your requirement for the light.
The unit will turn on the staircase light when the light falls below the preset value. Note that the staircase lights should be connected to this unit via Normally Open (N/O) contact of the relay.
The circuit here is pretty simple and is also shown in the video.
I am happy that I have made this simple circuit without the use of Arduino. This is a class project.
WARNING:
Please note the relay is connected to 220V so please ensure that the mains are off when connecting the staircase light.
Solid-State Automatic Staircase/ Street Light without Arduino
Musical LED Dice Project for Kids using Arduino
This is a simple Arduino Based Musical (cum Beeping) LED Dice designed and programmed for kids and beginners who aspire to become Arduino professionals later in their life. It is a simple electronic project for kids.
Unlike my previous project, this project is relatively simpler and uses Arduino Nano instead of our old buddy UNO.
Working:
It works on a relatively simple terms. Just press the push button and the code will generate a random number between 1 and 6 and accordingly the number of LEDs will light up. The added twist to the circuit is that the buzzer in the circuit will beep corresponding to the number of LEDs that that are lit. The code is further enhanced to not only beep but to sound musical notes too. Only real time subscribers and on the request you can get the optimized code directly from me. To contact me you can either comment on my video or send me a mail at ssvirdi(at)technotaj.com.
For this Musical Dice I have used Arduino Nano (but you can use UNO also), 6 resistors of 220Ω, 1 resistor 1KΩ, 6 LEDs (I have used RED, you can use any coloured LEDs), Pizzo Buzzer, few jumpers and a bread-board.
The cost of the entire circuit is Rs.340.
Musical LED Dice Project for Kids using Arduino
Brain Teaser using Arduino
This is Arduino based brain teaser game specifically designed for kids and beginners.
The game will test your memory ability to remember the notes. You have to press the same notes as prompted by the Arduino and the code that I have developed. Once you match the notes, you will be given a next set of notes that you will have to replicate… the game will continue as long as you are able to match the notes. Once you miss a ‘note’, the game will end.
For this game I have used Arduino Uno, a 4×4 keypad, 4 resistors of 220Ω, 4 LEDs (Green, Red, Blue and Yellow), Pizzo Buzzer, few jumpers and a medium sized bread-board. You may use Arduino Nano for the circuit for cost and space cutting.
The cost of the entire circuit is Rs.700.
Use the following link to download the source code as TXT.
Brain Teaser using Arduino
Contactless Soap Dispenser
This is a Infrared based Contactless Soap Dispenser. This circuit is developed to dispense soap or water once a person nears his/her hand to the IR sensor. The sensor derives the 5Volts submersible pump by triggering PNP transistor BD140. Once the hand is removed from the vicinity of IR sensor the soap dispenser goes into idol mode. For this project I am using a power-bank to power up the circuit however you can use any 5V or above battery (with 7805 regulator).
I am recommending 5V Vacuum Jet pump if you wish to use this circuit for Sanitizer Dispenser. I have seen many people foolishly using submersible pump to dispense sanitizer – which is very risky considering sanitizer is highly flammable and any heat or spark (even with 5V battery) could lead to a major disaster. So avoid using submersible pump for Sanitizer Dispenser.
Circuit is very simple and straight forward – the only thing that you will need is to do little bit of soldering on the components. Rest of the operation is very simple.
Good luck and if you have any problem or further inquires do drop in a line. My email address is ssvirdi(at)technotaj.com.
Chao.
Dr Paramjit Singla
techno10
sudhir sharma
techno10
vinay bhardwaj
Sartaj Singh Virdi
Karamjit Singh Sohi
Sartaj Singh Virdi
Eric Katsekpor
Rahul Batra
Sartaj Singh Virdi
karamjit singh sohi