Newest Questions

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

Problem Description: I'm controlling two NEMA 17 stepper motors with A4988 drivers and an Arduino Uno. I'm experiencing a peculiar issue where one motor runs perfectly smooth during code upload but ...
Sanchit Batra's user avatar
0 votes
1 answer
40 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
-1 votes
0 answers
18 views

Could this setup work ? I plan to use 12V to power Sensor. (and this library : https://github.com/vChavezB/SimpleJ1939/tree/main/src) My main concern is that : if the sensor is powered with 12V or ...
Arnaud Goulut's user avatar
0 votes
0 answers
34 views

I'm trying to get an NFC reader (PN532 module, HW-147C model) working with my ESP32C6 using SPI. I tried using multiple libraries (seeed-studio, Adafruit, and some on github, but nothing worked). This ...
Jackson Zir's user avatar
0 votes
1 answer
21 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
-1 votes
1 answer
47 views

I'm totally new to any programming and get the error constintgreenLEDPin' does not name a type I did go through it but couldn't find any solution. constintgreenLEDPin=9; constintredLEDPin=10; ...
Appollonia's user avatar
0 votes
1 answer
39 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
0 answers
39 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 wifi. What I have so far: The ESP8266 attempts to connect to ...
Robb's user avatar
  • 1
0 votes
1 answer
54 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
0 votes
0 answers
37 views

I am new with Arduino. For a personal project I have an Arduino uno that is connected to this IR Trasmitter: For arduino I have connected the +5V on VCC, GND PIN to IR transmitter GND and the PIN out ...
GiordiX's user avatar
  • 101
0 votes
0 answers
40 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
  • 1
1 vote
1 answer
60 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
1 vote
1 answer
97 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
510 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
282 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
0 answers
32 views

This error is presenting in Windows 11 because I run this device in PC with Windows 10. How to resolve this issue? A fatal error occurred: Failed to connect to ESP32-S2: Wrong boot mode detected (0x13)...
Carlos Miguel's user avatar
0 votes
0 answers
41 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
76 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
35 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
39 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
64 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
38 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
61 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
59 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
60 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
103 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
54 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
0 votes
1 answer
81 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
138 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
107 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
85 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
61 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
90 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
80 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
59 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
71 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
88 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
-1 votes
1 answer
461 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
48 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
58 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
71 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
88 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
70 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
78 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
49 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
119 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
0 votes
2 answers
114 views

I am trying to set up an Arduino Nano ESP32 so that I can code in MicroPython. I successfully installed Arduino Lab for MicroPython and flashed the firmware onto the device, but when I try to run the ...
ehalstea's user avatar
0 votes
0 answers
85 views

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. ...
Deekay's user avatar
  • 129
0 votes
0 answers
74 views

How to calibrate the internal RC oscillator off of a 32768 Hz crystal serving Timer2? void OSCCAL_calibrate(void) //This version specific to ATmegaXX8 (tested with ATmega328) { unsigned char ...
kellogs's user avatar
  • 136
0 votes
0 answers
44 views

I'm trying to write an Arduino sketch which pings multiple hosts and switches some RGB LEDs to indicate the status of the devices on my network. This question is a followup of ParseIP in the EtherCard ...
Deekay's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
501