Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

« On dispose de quatre poussoirs S1, S2, S3 et S4 montés en pull down. À l’appui sur S1 le moteur M1 démarre dans un premier sens en étoile pendant 20 s puis s’arrête. À l’appui sur S2 le moteur M1 ...
Johannes ACAKPOVI's user avatar
-1 votes
0 answers
20 views

I have been following this https://www.youtube.com/watch?v=KgooInH3880 video for around 7 hours straight. What ever I do, I get no lights flashing when just inputting the battery power. When I plugged ...
user129736's user avatar
-2 votes
1 answer
62 views

Using Arduino Core for ESP32 version 3.3.4 based on ESP-IDF 5.5 and writing code on Arduino IDE version 2.3.6. The code: void setup() { Serial.begin(115200); delay(1000); pinMode(2, OUTPUT)...
grassy's user avatar
  • 1
-1 votes
0 answers
24 views

Below is the code I am using for a camera webserver, followed by error messages. What do I do fix the errors? I have the board from link below https://www.amazon.com/dp/B0FLPMGHLR?ref=...
keco's user avatar
  • 1
0 votes
1 answer
84 views

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 ...
Willem Ferguson's user avatar
1 vote
1 answer
57 views

I have been tinkering with rs485 serial bus. My message is 7 byte array with layout uint8 address uint8 command int32 data uint8 checksum I now serialize and deserialize the int32 with bitshifting. ...
Koep's user avatar
  • 11
0 votes
0 answers
45 views

I'm currently making a mash of both projects 07 (keyboard instrument) and 11 (crystal ball) from the Arduino project book. The idea was to have the four button inputs both play a noise using the piezo ...
user129511's user avatar
0 votes
1 answer
140 views

I have connected an Arduino Micro (not Pro Micro) to an Magtek swipe reader. Data is connected to pin 3, Clock to pin 2 And swipe_detect to pin 4. Then I use this lib to read data from the magstripe ...
sebastian nielsen's user avatar
2 votes
1 answer
146 views

I have 2 Arduino Nano that will communicate in half duplex mode with transceiver using MAX485. But the master has libraries like Wire.h, uses tone() and also receives UART communication. I'm a ...
steve d.'s user avatar
  • 123
0 votes
1 answer
86 views

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 ...
Jana's user avatar
  • 1
0 votes
1 answer
59 views

I am working with I2C for the first time and having an issue with a very simple problem. I want to send 2 bytes from an Arduino and nvidia jetson orin. On the Arduino, my code looks like this: #...
Bobipuegi's user avatar
  • 101
0 votes
1 answer
43 views

I'd like to know which driver to use on a Windows 11 PC for a Digispark ATtiny 85, micronucleus bootloader: winusb, libusbK, libusb_win32 ? Thanks
Philippe's user avatar
0 votes
1 answer
97 views

When using the ESP-IDF, there are the LEDC-drivers. Basically, you initialize a timer and a channel, so a matching PWM for your LED is the result. ledc_channel_config_t.hpoint ...
St0fF's user avatar
  • 121
0 votes
1 answer
67 views

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 ...
Robb's user avatar
  • 1
0 votes
1 answer
79 views

I’m trying to get a WS2815 LED strip working with an Arduino Nano ESP32, but I can’t get it to light up. The strange thing is that with an Arduino UNO, using the exact same circuit and sketch, ...
TonnoSupremo's user avatar
1 vote
0 answers
68 views

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 ...
JamesG's user avatar
  • 11
1 vote
1 answer
81 views

So I am working on an Arduino project and have trouble communicating over UART. I have a SIM7600G-H 4G Module from Waveshare and hooked it up to an Arduino Nano ESP32. The connections are as follows: ...
Bjarne Voigtländer's user avatar
2 votes
2 answers
169 views

We are trying to get two Nanos to communicate via CANbus, using MCP2515 shields. I have decided to use the autowp/arduino-mcp2515 CAN interface library for the code. I've based my code off their ...
B_Seibel's user avatar
0 votes
1 answer
532 views

I’m exploring ultra–low-power sensing designs where the Arduino should remain in deep sleep until a specific analog voltage threshold is reached — for example, when a sensor output rises above 1.2 V. ...
Luigi's user avatar
  • 181
4 votes
1 answer
313 views

For an Arduino LED animation project I have been working on an editor tool using HTML and javascript. After setting up various things, the tool enables generating C++ code to paste into an Arduino ...
spring's user avatar
  • 141
0 votes
1 answer
69 views

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 ...
Wren Rust's user avatar
0 votes
0 answers
91 views

I am trying to build a USB Host-side serial port emulator, similar to HyperTerminal or TeraTerm, to run on an Arduino platform. That is, to send and receive ASCII characters to and from a USB Serial ...
Woodrow Bonewright's user avatar
0 votes
1 answer
41 views

I'm trying to use a Nano as an Arduino as ISP programmer in Arduino IDE 2.x, and it's not working. In v1.8.19 of the Arduino IDE I select the comport the Nano appears as, select "Arduino as ISP&...
alzee's user avatar
  • 101
0 votes
1 answer
51 views

I'm logging some data using an ESP32 board, and I need the data logged to be uploaded from the ESP32 to one of my repositories on GitHub. Are there any C++ libraries for the GitHub API compatible with ...
Miguel Tomás's user avatar
0 votes
1 answer
94 views

I want to use several Arduino Modulino Thermo modules in one project and therefore change the default I2C addresses of the sensors. On the internet, I find conflicting info about if this is possible. ...
Phil's user avatar
  • 1
0 votes
1 answer
56 views

My desktop computer abruptly started failing to upload sketches to the Arduino UNO (a smd "Make: Special Edition" board) I've been working with for the last few weeks. The sketch compiles ...
MikeB's user avatar
  • 245
0 votes
1 answer
88 views

I am trying to get the touch screen and display working on my ESP8266 + TFT ST7796S. However, only one of them works at a time. Below is my pin configuration: Function Device NodeMCU Pin GPIO TFT_CS ...
Sandrocottus's user avatar
0 votes
1 answer
83 views

I'm using the Arduino IDE to program ESP8266 to communicate with each other using ESP-NOW. If I call esp_now_send with the broadcast MAC address (FF:FF:FF:FF:FF:FF), the message is sent and the slave ...
Sod Almighty's user avatar
0 votes
1 answer
78 views

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 ...
Sod Almighty's user avatar
0 votes
1 answer
117 views

I have created a modified AVR core based on ArduinoXInput's custom core but for PlayStation instead, to emulate a DS4 controller on HID-capable boards like the Leonardo. Using USBTreeView and online ...
Flamethrower's user avatar
0 votes
1 answer
77 views

I'm using a L298N motor driver with an UNO and when I try to run a motor few seconds for forward and few seconds backward, it will only move for a single direction and remain still in the second ...
Y_Jay's user avatar
  • 13
-1 votes
0 answers
140 views

I'm trying to make an Arduino Leonardo work with a PS4 following a similar approach as ArduinoXInput with its modified AVR core. However, even though I managed to add the device and configuration ...
Flamethrower's user avatar
-1 votes
1 answer
223 views

I have 4 of the the Arduino Nano R4 microcontrollers. My project requires a routine where the Arduino Nano R4 reads the A/D converter every 30 MicroSeconds, and runs a few lines of code on each ...
Vollrathd's user avatar
0 votes
1 answer
130 views

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 ...
user4826471's user avatar
0 votes
1 answer
127 views

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 ...
César Chávez's user avatar
-3 votes
2 answers
78 views

The x and y axis pins on the KY-023 are labeled VRx and VRy, but I'm curious as to what they stand for, as I couldn't find any official statements about it. I assumed it was "Variable Resistor X/...
Flamethrower's user avatar
0 votes
1 answer
113 views

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 ...
Y_Jay's user avatar
  • 13
-1 votes
1 answer
94 views

I'm trying to use an Arduino Pro Micro as a cheap Rubber Ducky. I want to use it on a PC that uses the Belgian AZERTY layout. The problem is that Keyboard.h is not designed for AZERTY keyboards. When ...
Wouter Gert's user avatar
0 votes
2 answers
92 views

I am trying to use two serial ports on the STM32 Nucleo-C092RC, but the 2nd serial port (i.e. USART1) is completely silent (USART2 is the default serial port used by STLink/VCP/USB on the C092RC). No ...
B M's user avatar
  • 13
0 votes
1 answer
97 views

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....
Tejas A's user avatar
2 votes
1 answer
112 views

I am tracking my Arduino project in git, and using git submodules seems an appropriate way to track the libraries used in the project attached to the git repo of the main project. However, the default ...
abelenky's user avatar
  • 121
0 votes
1 answer
510 views

.xclk_freq_hz = 20000000, .ledc_timer = LEDC_TIMER_0, .ledc_channel = LEDC_CHANNEL_0, .pixel_format = PIXFORMAT_JPEG, //YUV422,GRAYSCALE,RGB565,JPEG .frame_size = FRAMESIZE_QVGA, //QQVGA-...
V M BHUVANESH's user avatar
0 votes
1 answer
73 views

I am trying to read a WNK811 pressure sensor connected by i2c to an STM32 Nucleo F401RE, programmed as arduino. The WNK811 is a Chinese device, the device datasheet is highly minimal (inadequate in my ...
B M's user avatar
  • 13
0 votes
1 answer
77 views

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:...
Harry J Crowley's user avatar
0 votes
1 answer
89 views

I’m trying to build a wireless stepper motor controller using an ESP32 with a TMC2240 driver. I came across this reference design: Wireless Stepper Motor Controller with ESP32 and TMC2240 https://www....
user31256271's user avatar
0 votes
1 answer
108 views

I’m using a NEMA 17 stepper motor (model 42SHDC3030Z-23WB-1 / 17HS4401S) with a DRV8825 driver with small radiator and an ESP32. Even when set to 1/16 microstepping, the motor motion is very jerky. It ...
AK_Script's user avatar
1 vote
1 answer
85 views

I'm playing with two HC-12 wireless communication modules. After setting AT+FU4, I tested the modules, but the communication appeared to be unreliable in one direction. I tried to simplify the code as ...
Arseni Mourzenko's user avatar
0 votes
1 answer
93 views

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 ...
Jazz Weisman's user avatar
0 votes
1 answer
67 views

I run into an issue with querying a uint32_t with an atmega328p master from an attiny85 master. I have put both codes below. I did run the equivalent code for just sending a uint8_t and all works ...
Noel's user avatar
  • 163
-1 votes
1 answer
136 views

The essence of the task I have a task to connect an external device with my arduino and transfer data to each other via the UART protocol. The external device has 4 pins (Two for power supply and RS-...
Michael's user avatar

15 30 50 per page
1
2 3 4 5
501