Questions tagged [electricity]
Use this tag to indicate the flow of electricity at higher voltage than that used in Arduinos themselves. Examples can include having an Arduino use a relay to switch the electricity for a 120 Volt device like a fan or a light.
58 questions
0
votes
1
answer
75
views
Arduino and custom pcb
I am looking to minimize the size and assembly complexity of my arduino projects. Is there any easy way to integrate something like an esp8266 onto my own pcb. I don't want to have to solder it on. In ...
0
votes
1
answer
171
views
Could I put an arduino in series with a battery charger?
recently in one of my projects I have wanted to make battery powered. I was wondering if I could connect the charger to the battery and the battery to the Arduino without blowing it. The battery is ...
3
votes
2
answers
554
views
How can I check if my thermostat is on?
I'm working on a project to better understand how my home cooling system behaves. I'd like to produce graphs of temperature in various areas, overlaid with when my existing thermostat turns the A/C ...
1
vote
1
answer
77
views
Pulsing 3v into a capacitor to create custom Voltages
I was wondering if it is possible to create diffrent voltages by just pulsing power into a capacitor,
Im using an esp32 which can only output 3v or nothing on its GPIO pins, and i need to make it ...
1
vote
2
answers
223
views
Best way to add external power supply when main PSU is a solar charge controller?
I have a 12V 20A Solar Charge Controller (which is part of my existing Solar Panel System Setup connected to a 12V Sealed Lead Acid Battery) that I will use to power up some pumps with the help of ...
0
votes
1
answer
577
views
What is happening when digitalWrite(pinname, LOW) is invoked after pinMode(pinname, INPUT_PULLUP)?
I read the Arduino official docs on digitalWrite and am confused about what is happening from an electrical perspective when digitalWrite is invoked on INPUT_PULLUP pins.
Say my code says this:
...
0
votes
2
answers
1k
views
I'm working on a NodeMCU project and have a small doubt about LEDs and resistors
In my NodeMCU I want a statement to turn on an LED, which is easy, just use pinnumber, HIGH. But, what I'm trying to do here is connect multiple LEDs to one pin like this:
I just wanted to know if ...
-1
votes
1
answer
2k
views
Can i connect in pin of relay module to Analog pins of arduino instead of digital pin?
Im a complete beginner
Im making a project using relay modules and arduino. but all the digital pins of my arduino are filled.
I wanted to ask if i can use the analog pins to connect my relay module ...
2
votes
1
answer
4k
views
Which relay module to buy and what is the difference between 1 channel and 2 channel relay boards
I wanted to d a simple circuit using Arduino to control the lights in my house. But i do not know which relay module to use my house runs on standard 220v ac.
Can anyone tell me weather this relay ...
0
votes
1
answer
497
views
Uno doesn’t get enough power from 5v barrel connector. Why?
I’m using a 5v 20a power supply run through a barrel connector into an Arduino Uno to control an LED strip. When only the barrel is connected, the green light on the Uno comes on but the yellow light ...
5
votes
1
answer
829
views
Touching a capacitive button, non-mechanically
This is not about using a capacitive button to control an Arduino; it is the opposite. I would like to "touch" a capacitive button on another conventional device. There could be a way like ...
1
vote
1
answer
97
views
Is this circuit risky for an Arduino Uno?
I will show a connection diagram between my Arduino Uno and a DSC HS2032 panel (alarm system).
The DSC panel uses 12V and I don't know the voltage fluctuation.
The yellow and green are RX/TX ports.
...
1
vote
1
answer
352
views
how do i know what battery(how much ampere and voltage) my circuit needs to work perfectly?
i really love to make a lot of things but i always have this problem that i don't know how can i determine what battery(with how much voltage and amp)my circuit must have to work perfectly! please ...
0
votes
1
answer
624
views
CH340 chip getting fried after connecting Arduino to a powerful 12V souce
I'm using a 120 W DC power supply connected in parallel with ESC and Arduino nano through Vin. However, somehow the Arduino get fried near the CH340 chip, i.e. around the big black square chip near ...
1
vote
0
answers
78
views
line following IR sensor not giving readings at 3m wire length?
I am using line following IR sensor with arduino mega. I need the sensor 2-3m away from arduino since the length of rover is 2m (sensor front & motor back). However, I cannot get accurate analog ...