Newest Questions

1 vote
3 answers
3k views

I'm wondering if Arduino is able to not just measure sound and work based on hearing a sound that is "loud enough", but if it is able to identify a specific sound (say the first few seconds of a song)....
sonder's user avatar
  • 13
2 votes
1 answer
510 views

Disclaimer: I'm a total novice to Arduino so please forgive me if the question may seem trivial, I'm trying my best to learn :) I'm working on a small project where I have a fingerprint sensor, a ...
HaXeT's user avatar
  • 21
0 votes
1 answer
412 views

I have come across the following SPI slave code at this site: #include <SPI.h> char buf [100]; volatile byte pos; volatile bool process_it; void setup (void) { Serial.begin (115200); // ...
floppy380's user avatar
  • 245
0 votes
1 answer
2k views

EDIT: have solved the problem. It was missing the quotation marks around each letter. Thanks for your help, st2000! I am very new to Arduino and C++ (coding in general!). Have copied an example code, ...
user60325's user avatar
1 vote
0 answers
434 views

I'm trying to make a menu through serial monitor, but it always on a infinite loop... My question is where i call this function? On Setup or on Loop? The menu: int controle_opera = 0; void menu(...
Zoey's user avatar
  • 111
0 votes
1 answer
4k views

I followed the tutorial I found here https://techtutorialsx.com/2019/03/29/esp32-arduino-controlling-a-dc-motor/ On the very interesting topic controlling a DC motor with the esp32 and Arduino I have ...
berghof's user avatar
1 vote
2 answers
1k views

I'm trying to build a thermistor that will flash an LED when the temperature is above 30 C. My set-up appeared to be reporting the room temperature correctly to the Serial Monitor, but then I noticed ...
Octavius's user avatar
1 vote
0 answers
1k views

I have a problem with my NodeMCU v2 board and my WS2812B led matrix with 256 (32x8) LEDs. The Board cannot be able to turn on the 191th led and stops working after the 190th without changing the ...
Gianlo's user avatar
  • 11
0 votes
1 answer
137 views

I have a 9v water pump that i want to turn on\off from the arduino, What module should i use to turn it on and off? I am using now a mosfet for my 5v pump, can a mosfet be used for 9v as well? Or is ...
yuria's user avatar
  • 131
1 vote
1 answer
714 views

I am trying to create a library called "LED" for LED Sequencer in Arduino IDE,where the user has to configure the LED pins using an array and pass it to LED constructor in program and then will be ...
Mr.B's user avatar
  • 57
1 vote
0 answers
491 views

I am using an ESP32 (without arduino board and using arduino IDE ) with bluetooth and communicating with other hardware via serial communication. Serial communication speed is high (1382400) but it ...
Fabricius Lopes's user avatar
2 votes
2 answers
917 views

I've got a 50k potentiometer connected to an Arduino Uno. The user should adjust the hue of an Adafruit NeoPixelStrip. I've got the following code inside the loop function: int hue = analogRead(...
WalterBeiter's user avatar
1 vote
0 answers
62 views

I bought this on the store near us. Here is the PDF for it. https://www.e-gizmo.net/oc/kits%20documents/new%20LCD%20with%20converter/LCD%20IF%20pin%20adapter.pdf I followed the instructions below ...
MIGGYEE's user avatar
  • 21
-1 votes
1 answer
85 views

I want to control 4 digital outputs (d0, d1, d2, d3) with one switch. When the Arduino starts, they should all be in state LOW. Now, after pressing the button once, d0 should get HIGH. Another push ...
pfra's user avatar
  • 1
1 vote
2 answers
4k views

I am using different codes which set different values of baud rate through the Serial.begin() function. Do I need to change the baud rate of the serial monitor to match the initialized value on the ...
Aleix's user avatar
  • 13

15 30 50 per page
1
499 500
501
502 503
1669