Questions tagged [arduino-uno]
The arduino-uno tag has no summary.
262 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
127
views
What is the best micro electronic to use to specifically measure the surface temperature of a carrot
I'm currently working on a Arduino controller that sends data to an API. One of the values I need is the surface temperature of a carrot, preferably a large distance away, approx. 2..3 metres.
EDIT:
...
1
vote
0
answers
61
views
Can I Power a 1.5m Addressable LED Strip via USB type A 3.0? Overheating Issues [closed]
I have a 1.5-meter addressable LED strip with a 5V 3A rating. I tried using a 5V 4A power supply, but the LED strip overheated. Then, I tested with a phone charger (output: 5V/9V/12V - 1.67A/1.67A/1....
1
vote
1
answer
56
views
Considerations for long wiring runs on Hall-effect angle sensor inputs
I am looking to custom-build a set of flight controls for Microsoft Flight Simulator, connecting via USB to a PC. I intend to base the design on Hall-effect angle-to-voltage sensors (potentiometer ...
1
vote
1
answer
86
views
9V battery draining very quickly because of servo motors or 11.1V Lipo battery in Arduino project
I want to control three servo motors and two BLDC motors using an Arduino and an HC-05 Bluetooth module.
Using a 9V battery to power the Arduino.
Connected Arduino's 5v output to Vcc of the HC-05
...
1
vote
2
answers
126
views
Arduino UNO R3's power supply
I recently acquired an Arduino Uno R3 board. 4 ways to power it are as follows (link):
USB port
DC jack port
VIN/GND combo
3.3V/5V/GND combo
However, lots of schematic online leave out this ...
0
votes
1
answer
79
views
I want to build a circuit to detect a shock from a statically charged person using an Arduino [closed]
As the title says, I want to make a circuit that allows me to detect the resultant shock from when someone who is charged with static electricity touches some piece of metal.
My idea is that the ...
1
vote
0
answers
70
views
Assistance in troubleshooting control of a small DC motor with a ULN2003A
I'm using an Arduino Uno's MCU to send a logic signal to a ULN2003A, which will power a small DC motor/pump.
Here is a system sketch that modifies one found in the ULN2003A data sheet.
The system &...
-1
votes
2
answers
69
views
Why does my counter keep decrementing even after I don't press the switch then increments afterwards? How do I fix it? [closed]
I am using arduino to make a counter that increments if I don't press a switch connected to my arduino then decrements as long as I am pressing the switch. The counter is a 7 segment anode display. In ...
2
votes
2
answers
232
views
RF Receiver Shuffles Data
I’m experiencing an unexpected issue with my receiver.
I’m using the DL-RXC2016BH receiver module along with an RF transmitter (I also tested the setup with different receivers, but the results ...
2
votes
2
answers
658
views
Can ATmega328P microcontroller work at 3.3 V with 8 MHz oscillator
I want to use ATmega328P for my project, but I saw in datasheet that to use 16 MHz oscillators. Is it possible to use 8 MHz oscillators?
Could you please direct my attention to other things that I ...
0
votes
1
answer
542
views
Using H-Bridge as a way to drive a latching solenoid that requires reverse polarity pulses
simulate this circuit – Schematic created using CircuitLab
I have been working on an Arduino project which requires me to control a latching solenoid through pins on the Arduino uno. The ...
0
votes
0
answers
33
views
Differences in UV Sensor Readings Between Arduino Uno and ATTiny85 Using AnalogReference
I've been working on a project involving UV sensor readings using both an Arduino Uno and an ATTiny85. However, I've encountered discrepancies in the UV index values obtained from the two different ...
0
votes
0
answers
50
views
PHD ULTRA syringe pump communicate with Arduino
I have a PHD ULTRA syringe pump from Harvard Apparatus. I want to establish communication between an Arduino and the syringe pump. The company provided me with a Python code, but Arduino does not ...
0
votes
2
answers
297
views
12 V relay buzzing/fast clicking sound when getting signal from Arduino UNO
I'm new to electronics but I decided I want to try and build a simple circuit to control with my Adruino UNO R3.
I want to make a relay switch on and off programmatically with my UNO.
Here is my ...
1
vote
1
answer
314
views
I2C communication between load cell and Arduino
I am using Load Cell (FX29 Data Sheet) and Arduino for measuring force. Every time I disconnect and reconnect Arduino from USB I get one of the following readings on serial monitor:
Correct expected ...