Skip to main content

Questions tagged [voltage-level]

Voltage level should be used for questions that are referring to using hardware together that operates on different voltages (the "concentration" of electricity).

3 votes
1 answer
194 views

I have been using Arudino Megas for some projects and never had this problem. Simply enough - I am powering arduino with 12V in via barrel and take power out via VIN to 12V low very low current small ...
Petr's user avatar
  • 31
2 votes
1 answer
222 views

I am using an ESP8266-01S that only works with 3.3 V power. I want to control a 5 V relay. I gave each component its own power source and got an NPN transistor and wired it like in the diagram, but ...
Samy ashraf's user avatar
0 votes
1 answer
66 views

I connected a led to pin 7 (with a small resistance to avoid burning it) and tried the code below, with and without pinMode as output void setup() { pinMode(7, OUTPUT); Serial.begin(9600); } void ...
Mah Neh's user avatar
0 votes
0 answers
433 views

So I bought a RFID-RC522 module with a blue tag and a white card, and I searched for tutorials and found this library that I used it. and here is my code : #include <MFRC522.h> #include <SPI....
Mr Code Gamer's user avatar
0 votes
2 answers
1k views

I'm working with a 4-channel, 5 V relay module and an ESP32 which operates on 3.3 V. The setup seemed to work well initially but I have started experiencing some inconsistencies. One of the four ...
Hach Rbh's user avatar
3 votes
2 answers
402 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
1 vote
1 answer
181 views

I'm writing a library that will interface with a control unit on a refrigerator compressor pump (QDZH35G). One of the features of the control unit is that it can detect what problems it's encountering ...
Justin's user avatar
  • 119
0 votes
2 answers
138 views

Heyo everyone ! I'm in a project where I need to send a signal if I detect vaccuum. I'm sending the signal on PIN 9 but I soon realized that I was only getting 1V. Tought I was alternating between ...
O'Schell's user avatar
1 vote
1 answer
98 views

I'm running a dc motor using esp32 and mosfet by taking readings of IR. Program works fine when used delay() but same program doesn't work when uploaded using millis(). //This uses fixed delay() // ...
Akash Patil's user avatar
1 vote
1 answer
359 views

I'm working on a school project where I'm building a small convyeor belt using an ARDUINO, DC motor and IR sensor for moving object detection so my color sensor can read color value. I'm using single ...
Sunny Gavali's user avatar
0 votes
0 answers
73 views

so I have a logic level shifter which is TXS0108E ,I use it to shift the eps32 ouput volatge to 5v to be used with motor driver ,when I test it with multimeter , all the channels on the B side outputs ...
kamal MKA's user avatar
-2 votes
1 answer
326 views

After several tries, i was successful with reading stable battery voltage using internal voltage reference of 1.1v, now the issue i face is that i cannot read stable sensor voltage, could you please ...
electro_nooobbbb's user avatar
-3 votes
1 answer
281 views

there i am working on a project in which my system is connected to 3.7v~4.2V lithium battery, I have to read constant battery voltage irrespective of the current battery voltage and to do that I am ...
electro_nooobbbb's user avatar
1 vote
1 answer
609 views

I want to read my lithium battery voltage. I WANT TO CREATE A FUNCTION TO READ MY 3.7~4.2V,1200mAH BATTERY VOLTAGE THROUGH A MICROCONTROLLER (ARDUINO OR ATTINY44). THEN I WANT TO CALL THE CREATED ...
electro_nooobbbb's user avatar
-1 votes
1 answer
187 views

I acquired a bread-making machine. See control board image. I want to use the machine for other purposes and control the buttons, paddle, heater & 7-segment display with an Uno. As it stands, the ...
Mick's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
20