Skip to main content

Questions tagged [electronics]

Use this tag to ask about electronics-related issues with your Arduino. For example: driver transistors, Ohm's Law, current-limiting resistors.

Filter by
Sorted by
Tagged with
9 votes
1 answer
2k views

I am trying to create a watchdog timer using 555 IC and I am following this. I do not understand why a 1N4148 diode is connected between the reset pin of Arduino and the output of the 555 timer. As ...
bukke hari prasad's user avatar
6 votes
4 answers
1k views

I know I may sound a little idiotic to ask, but as I have seen in the internet that to program a standalone Atmel chip like that from of the Arduino's, you need 2 22pF ceramic capacitors and a 16mhz ...
Samanwaya Datta's user avatar
5 votes
4 answers
1k views

This is project 2 of their official arduino projects book called "Spaceship interface". I understand resistors normally reduce voltage so the LEDs don't burnout but here 5v is coming from either ...
Nick D's user avatar
  • 55
5 votes
2 answers
17k views

I developed a simple push button project I used a wemos D1 mini I connected D3 pin to a pull down 1K resistor. I used a multimeter to measure D3 pin voltage. When I push the button, D3 pin voltage ...
Toni startup's user avatar
5 votes
1 answer
6k views

I was looking how a servomotor works. I realized that a standard servo can only turn up to 180°, but I didn't understand why. Is it because of the potentiometer?
roshan timsina's user avatar
5 votes
1 answer
187 views

I want to run an arduino out in the cold (-40), and use the serial communication - I believe that the crystal is the weakest link (the one for the serial chip) - however I don't see any drop-in (...
user2813274's user avatar
4 votes
3 answers
1k views

Long story short, I'm trying to build some form of device that you can wear and it will detect when something moves behind you. I wanted to use PIR sensors for the motion detection, but I have no idea ...
Jack's user avatar
  • 41
4 votes
1 answer
1k views

Recently I started to learn embedded electronics and C/C++ and for a couple of days I tried and I am still trying to burn a new ATMega328P U bought from Aliexpress. From what I know new ATMega328P's ...
Vlad George's user avatar
4 votes
4 answers
343 views

How do the analog pins on an Arduino measure voltage? Do they either measure current and calculate the voltage with Ohm's law? (If so, why can we only read voltage and not current directly?) Or do ...
PenguinCake's user avatar
3 votes
3 answers
9k views

I accidently bought a "Common Anode" 7-segment display instead of a "Common Cathode". I understand that the polarity of the leds within the display is 'reversed'. So instead of putting the common pin ...
aaa's user avatar
  • 2,715
3 votes
2 answers
403 views

I am trying to turn LEDs in an LED bridge based on the voltage reading from a power source. when the Voltage is zero nothing is ON and then the LEDs gradually turn ON as increase the voltage connected ...
Anwar Elhadad's user avatar
3 votes
1 answer
27k views

How should i determine whether to use input as analog or digital and same for output too?
Ankush Rawat's user avatar
3 votes
1 answer
1k views

I'm quite new with the electronics part of Arduino, but I thought that this was the basic way to get the DS18B20 temperature device hooked up. However, I can't detect it in my program using OneWire ...
Øyvind Bråthen's user avatar
3 votes
2 answers
262 views

I dont understand what does the word "decoupling" mean? Where and Why it is used? Can anyone give me a brief idea>?
user avatar
3 votes
2 answers
2k views

Suppose we want to save battery power, and we use sleep mode and also prevent the Arduino from hanging and use the watchdog timer. The problem is here that when the Arduino goes to sleep the watchdog ...
sepehr's user avatar
  • 63
3 votes
3 answers
913 views

I located the two pins that are responsible for powering up the PC. They are connected to the Power On button and one pin has an output of 5 V while the other is the ground. So far so good, the ...
Alexandru Antochi's user avatar
3 votes
2 answers
92 views

This piece of code was taken from AMIS30543- Arduino library, void init(uint8_t slaveSelectPin) { ssPin = slaveSelectPin; digitalWrite(ssPin, HIGH); pinMode(ssPin, OUTPUT); } Facts I know ...
Lawliet's user avatar
  • 183
3 votes
2 answers
356 views

I'm new to this forum, so hello to everyone out there. So I have an Uno with A0 connected to the positive end of a chain of LEDs (they light up when a motion sensor goes off, clunky, but it works), ...
Alex Kelley's user avatar
3 votes
1 answer
199 views

A friend and I are working on building a smartwatch on a budget, so it’s a (very) low power project, but we are currently having a problem with the power supplying. We already chose this board, ...
Black3v3r's user avatar
3 votes
1 answer
342 views

I am trying to connect an ESP32 to an Arduino Mega via Serial Communication using the UART 2 ports on both microcontroller boards. There needs to be a common ground between the ESP32 and Arduino. ...
timmy george's user avatar
3 votes
0 answers
299 views

My SIM800L doesn't respond to AT commands. The serial monitor is simply blank. And the led blinks every 3 seconds which means it is connected to a network I power it through an LM2596 buck down ...
Ângela Sulissa's user avatar
2 votes
3 answers
211 views

I've been using an Arduino Uno Rev. 3 for a few projects and would like to switch to using a bare Atmega328 chip so I can keep everything on the same board. I've seen the Arduino on breadboard ...
TheLoneMilkMan's user avatar
2 votes
1 answer
190 views

A friend of mine gave me a 2in. 4 digit seven segment display. But when I sat down and looked at it, I found it has 7 pins on one side and 5 on the other and no indicators of its pinout on it. The ...
Cam Steele's user avatar
2 votes
2 answers
2k views

I am trying to use an ESP32s controller connected to an RC car DC motor. I found that when using my Arduino this is easily accomplished, and I can see that my output pin produces 5v for the motor to ...
Rif's user avatar
  • 43
2 votes
1 answer
1k views

Please, iam a junior in arduino and i want to know what is the importance of the resistors that connect to push buttons? can i replace them by wires? thanks in advance.
user avatar
2 votes
2 answers
1k views

I bought a board which the above MCU is the atmega328p. Since I haven't used atmel MCU before, now it's a bit confusing. Are the ATMEGA and STM32 programmers not universal? What programming methods ...
Tessie Swfit's user avatar
2 votes
1 answer
904 views

I a very simple question about calculating the amperage I need to run 5 stepper motors from my Arduino Uno. If I have 5 28BYJ-48 stepper motors(which are 5V and are said to require about 240mA each) ...
KidWithComputer's user avatar
2 votes
1 answer
4k views

Would using a thicker cable like 16 AWG affect the signal being received from an RFID or Ultrasonic sensor? I understand AWG can make a significant impact on voltage when a thick cable is used over ...
StMartin's user avatar
2 votes
1 answer
3k views

Problem in getting -5 V with Arduino. void setup() { pinMode(13, OUTPUT); } void loop() { digitalWrite(13, HIGH); delay(20); digitalWrite(13, LOW); delay(20); } Above code is generating ...
chandrayaan1's user avatar
2 votes
3 answers
5k views

I would like to make an arduino board that is capable of handling 24V i/o. Powering the Arduino would be done through either a linear or switching regulator of some sort. Low amperages, so efficiency ...
aaa's user avatar
  • 2,715
2 votes
3 answers
2k views

I have a pair of 433 MHz transmitter and receiver: Transmitter is connected to Arduino pro mini, receiver to Arduino Uno R3. Output of receiver on serial looks like that (it doesn't change much): ...
toomasz's user avatar
  • 23
2 votes
1 answer
784 views

I am a newbie to electronics, but I do have experience working with electrical wiring in the UK, so I am comfortable working with 240V reasonably safely. I have also built a camper including all the ...
Cairan Van Rooyen's user avatar
2 votes
3 answers
436 views

I am trying to read data from an AD7314 Temperature Sensor that is connected to an Arduino Uno and output that value onto 6 LEDs also connected to the Arduino Uno board. From the image below, the ...
user7187418's user avatar
2 votes
2 answers
14k views

I'm trying to use a LCD Display with my Arduino, but I don't have a potentiometer and all of the guides I find always require one, usually a 10k ohm potentiometer. The point is that I'm not very good ...
George Rappel's user avatar
2 votes
1 answer
881 views

The arduino website states that the operating voltage of an arduino is 7-12V. Why does the arduino work powered on just usb then? As usb only outputs 5V and 500ma. Is it preferable to say run the ...
c_breeez's user avatar
  • 349
2 votes
2 answers
122 views

I am having an electrical conductivity sensor (Sensorex CS150 with three tinned wires Red, Black and white https://sensorex.com/product/sensorex-cs150-12-mm-graphite-contacting-conductivity-sensor/ ). ...
Jashanjot Kaur's user avatar
2 votes
1 answer
168 views

I need an IV curve for a solar panel. As far I know, solar-panel and Diode IV curve pretty much the same. Here, I am using diodes(6A10-1) as a solar-panel. Where each Diode voltage drops 0.6volt. I ...
Faizur Rahman's user avatar
2 votes
2 answers
139 views

As I learnt so far is that Arduino UNO board has a socket for power input. The available power input range is between 7V - 20V, but the optimal usage range is 7V-12V. Here I am wondering: ---> if ...
aizhan_maksatbek's user avatar
2 votes
2 answers
1k views

Please I'm new to Arduino and I need assistance. I'm working on a project which makes use of the ultrasonic sensor to make a certain pin high if a certain distance is attained. When I used the USB ...
user169847's user avatar
2 votes
3 answers
57k views

I am trying to read the humidity and temperature using a DHT11 temperature sensor for an Arduino UNO using the DHT.h library. I have my code below: #include <DHT.h> #define dataPin 4 dht DHT; ...
Oqhax's user avatar
  • 121
2 votes
1 answer
534 views

I want to connect a TGAM module (detecting brainwaves) to an Arduino Uno. I know little of electronics, can someone advise me? To which pin of the Arduino should I connect the TGAM? How to get the ...
user32601's user avatar
2 votes
2 answers
1k views

I have Arduino MEGA and I'm connecting to it 5 servomotors. { 3 TowerPro M995 Basic Information Modulation: Digital Torque: 4.8V: 130.5 oz-in (9.40 kg-cm) 6.0V: 152.8 oz-in (11.00 kg-cm) Speed:...
O2M's user avatar
  • 37
2 votes
2 answers
504 views

I've connected a SIM900A GSM module to Arduino and the circuit works standalone on a 12V power supply. The problem is when I provide the 12V power supply, both GSM module and Arduino starts but the ...
Sshankar7's user avatar
2 votes
1 answer
168 views

I am interested in using the Arduino Due in an upcoming project, however I am worried that the other shields/components that I need will not be compatible with it, because, according to that link: ...
smeeb's user avatar
  • 509
2 votes
1 answer
376 views

I have one display screen, and 5 Arduino Nanos. They are checking to see if passwords in a text file hash to a specific hash, then display it on the screen when found. Since they aren't all sending ...
ProfMonkey07's user avatar
2 votes
1 answer
4k views

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 ...
rohithrathod banoth's user avatar
2 votes
1 answer
93 views

I was reading the data sheet of AMIS-30543 stepper motor and I didn't understand fully what does this Circular Translator Table means, I have a couple of doubts What does Circular Translator table ...
Lawliet's user avatar
  • 183
2 votes
1 answer
144 views

I made a small circuit in which a push-button is connected to Arduino via a pulldown resistor. So, whenever it is pressed it connects to 5V otherwise pulled down to the ground. this is working fine ...
N L's user avatar
  • 21
2 votes
2 answers
2k views

I am currently playing a bit around with the esp32-pico-4d, it does not have an onboard antenna, so an external antenna is needed, tho I don't know a lot about it so a little help would be appreciated....
Marius Wanscher's user avatar
2 votes
1 answer
1k views

I got a question about externally powering my NodeMCU V3. It has an onboard voltage regulator (3v3) which breaks out to 3 header pins. Now I want to power 3v3 from an external board. Can I supply 3v3 ...
sanrays10's user avatar

1
2 3 4 5