Unanswered Questions
4,228 questions with no upvoted or accepted answers
-1
votes
0
answers
74
views
MIC5891 and light bulbs: Arduino turns off
I'm trying to drive 3V light bulbs with an Arduino nano and MIC5891 shift registers.
My sample code, an animation that lights up all the bulbs one after the other, and a function that turns on a bulb ...
0
votes
0
answers
50
views
Arduino IDE stopped uploading to an Atmel SAMD51P20 device
I'm using Arduino IDE v2.3.6. I was programming P1AM-200 PLC, based on Atmel SAMD51P20, for months without any problem and suddenly program upload stopped working. It doesn't work with another ...
0
votes
1
answer
99
views
Bluetooth HC05 refuses some AT commands
I wish to change the settings of a HC05 to create a Bluetooth server connected to an Arduino Uno. I enter command mode easily keeping the button on the HC05 pressed while powering up the HC05. It ...
0
votes
0
answers
107
views
Use of 3 synchronized PWM pins on Arduino Nano
I try to use three PWM pins on an Arduino Nano, each with 10kHz. I know that there are timer0, timer1 and timer3 but I wonder if I can combine them while ensuring all three PWM pins to be in sync and ...
0
votes
1
answer
82
views
Trouble connecting Uno + ESP8266 to Wifi
I am trying to build a simple project to get data from a web server and display it, using an Arduino Uno R3 clone with integrated ESP8266 Wi-Fi.
What I have so far:
The ESP8266 attempts to connect to ...
1
vote
0
answers
72
views
Issue reading sensor values with CD74HC4067 16 Channel Mux
I'm running to an issue when measuring my sensor outputs. Previously I've connected my sensors directly to Nano analog pins and measured fine, but I want to use more sensors so trying a mux. Any help ...
0
votes
1
answer
81
views
Using Analog Multiplexer CD74HC4067 with Circuit Playground Express
I am working on a school project requiring the use of the circuit playground express. I am trying to connect a bunch of external photocells to the cpx so that it will change the color of its lights ...
0
votes
0
answers
87
views
esp_now_send takes a non-const uint8 mac address. Why? Does it modify it in some way?
I am using the Arduino IDE to do ESP-NOW communication with an ESP8266.
In espnow.h, on line 53 I find the function prototype:
int esp_now_send(u8 *da, u8 *data, int len);
Why does it take the mac ...
0
votes
0
answers
135
views
How do I ensure XIAO ESP32S3 reconnects to network?
I am writing a program for a XIAO ESP32S3 using ArduinoIDE.
The function of the program is to have the ESP open an Access Point (using AutoConnect) when it first starts up. Once the user inputs their ...
0
votes
0
answers
161
views
Problems to start OV5640 Camera in a ESP32-CAM board
This is the first time I write on this site, so let's go to the question but first a little bit of context:
I'm working in a esp32-cam board. I want to use a OV5640 camera to stream video but the ...
0
votes
0
answers
142
views
Ultrasonic sensor showing random readings
I am using a HC-SR04 ultrasonic sensor to measure the distance using an Arduino Uno. When I run this code which is worked perfectly in the previous, it only shows just random readings in the serial ...
0
votes
0
answers
123
views
When I try to debug using Arduino IDE for stm32 using stm32duino nucleo F767ZI throws error
I am trying to debug using Arduino IDE through STM32Duino for my STM32 Nucleo-144 F767ZI. The code is uploaded successfully, but upon pressing debug, I get this error.
Waiting for gdb server to start....
-1
votes
1
answer
83
views
Using Serial Port names as a variable array for looping access to same block of code
If I have multiple NODES one on each Serial port (and / or SoftwareSerial port) all of which have the same code for execution can the names of each Serial port be put into an array such that I can say:...
0
votes
0
answers
101
views
Information about PWM frequency
Previously, the reference page for the analogWrite function showed the PWM frequencies for different pins on different Arduino boards, but now it doesn't mention it anywhere... Where is this ...
0
votes
0
answers
109
views
Cannot get Arduino Nano with CH340 chip to keep working
I have a bunch of Arduino Nano boards with the CH340 chip. When I want to upload code to a board, it sometimes works the first time, sometimes it doesn't. Afterwards, it mostly doesn't work anymore.
...