19,444 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
72
views
Arduino multiple user library locations?
I have written multiple small libraries to be used with my current and future projects. They are too small and interdependent for a github project each, and I would like to keep them together (in one ...
2
votes
1
answer
82
views
How do you have multiple Arduino sketches in one VSCode project with PlatformIO
I am migrating from the Arduino Community Edition to PlatformIO. I have a problem configuring a single VSCode project with multiple sketches using PlatformIO.
My current Arduino development folder ...
0
votes
0
answers
109
views
ESP32 Audio Kit produces no sound despite correct Arduino board settings
I am trying to do a sound test on the ESP32 Audio Kit, I have tried lots of things but no sound comes out, knowing that when I upload my Arduino code it does nothing until I press the RST button. In ...
1
vote
1
answer
144
views
comparison logic with signed integers and noise giving unexpected outputs
I’m working on an Arduino Morse code decoder that interprets durations (positive/negative for tone on/off) into dots, dashes, and spaces. I add random noise to simulate real-world signal variance, but ...
1
vote
0
answers
37
views
How should synchronous FSMs communicate in a task-based embedded system?
I'm building an Arduino project for a drone hangar system.
It must be implemented using a task-based architecture and synchronous FSMs (each task has its own FSM, and tasks run in a fixed periodic ...
0
votes
0
answers
61
views
How can I increase EEPROM emulation size on STM32F103 using Arduino Core?
I'm using an STM32F103 with the Arduino STM32 core. The built-in EEPROM emulation works, but the default EEPROM size is limited to 2048 bytes.
I want to increase the available EEPROM size for STM32F1, ...
1
vote
0
answers
106
views
I want to open a web server with ESP32
I'm not good at English, so I used a translator.
Please understand that we cannot show all the code.
Currently, I am trying to open AP mode in ESP32 and send HTML information to the connected person.
...
0
votes
0
answers
57
views
Arduino UNO Q with Zephyr OS
I am trying to set up my Arduino UNO Q to program using zephyr. I tried to set up a build enviroment as explained here: https://docs.zephyrproject.org/latest/develop/getting_started/index.html and ...
5
votes
1
answer
80
views
sending serial data from processing to arduino
I'm a beginner in programming and looking for a solution for a windows user- interface to change parameters on a arduino board.
The whole target is a control unit for camera, flash and valves to make ...
1
vote
2
answers
123
views
How to handle N buttons with separate actions in pure C on Arduino without writing N ISR wrappers?
I'm working on an Arduino project in pure C with multiple buttons. Each button has a different action associated with it, and I want to handle button presses using interrupts.
Currently, the typical ...
0
votes
1
answer
131
views
Switch with hex codes giving duplicate case error using Arduino
I am working on a project where I have an LCD display text of Morse code and a buzzer to play the sounds for a set duration, and I have an IR receiver and remote as input for the Morse. The issue is, ...
0
votes
0
answers
46
views
Core dump on using Queue FreeRTOS
I am trying to use Queue to pass on the data from read temperature to a LED Blink Task:
#include "DN_Task_DHT20.h"
DHT20 sensor_dht20(&Wire); // DHT20 sensor object
float ...
0
votes
0
answers
53
views
SAM3X8E / Arduino Due: Timer/Counter not generating PWM on TIOB0 (PB27) — output stuck HIGH
I'm trying to generate a PWM signal on PB27 / Arduino Due pin 13, which corresponds to TIOB0 on the SAM3X8E (used on the Arduino Due).
However, the output pin just goes HIGH and stays there — no PWM ...
2
votes
1
answer
217
views
How can I use the PN532 with an ESP32-Wroom-32?
The ESP32 cant find the NFC module (Pn532). I used the I2C and SPI without any promising results.
I used the Example code and edited the Pins
Every time I only Get this result: Serial.print("Didn'...
0
votes
1
answer
100
views
Error Installing specific library in PlatformIO extension for VSCode
Currently running PlatformIO inside of VsCode on my Arch Linux machine for an embedded project. I'm coming from Arduino/ESP32 dev and my hope is to use my Nucleo-l476rg dev board within the arduino ...