DevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
JoinDevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
Joinseeking-collabs
🪲-firmware-and-baremetal
📦-middleware-and-os
📡-edge-networking
🟩-pcb-and-analog
jobs
☁-iot-cloud
✅-code-review
devheads-feed
general-dev-chat
How to Identify and Resolve Latency Spikes in a Linux GPIO Application Using Preempt_rt Kernel Patch
Are there alternatives to system() that might be more performant for CGI scripts on embedded Linux?
What exactly do inner and outer cache policies refer to?
Developing automotive test systems with STM32 Nucleo devices (like Nucleo144) using RTOS
How to Keep Spring Boot App Running After Closing PuTTY Session Without Using a Linux Service?
java -jar my-jar.jar
java -jar my-jar.jar
Is it possible to compile Busybox directly into the initramfs during the kernel build process?
Any tips for a smooth transition from mbed to Zephyr development?
Any tips for a smooth transition from mbed to Zephyr development?...
Building an embedded Linux system for an A20-based board using Buildroot
ip link add dev vcan0 type vcan
ip link add dev vcan0 type vcan
ip link add dev can0 type can
ip link add dev can0 type can
making a smoke sensor that sends a sms message to a user when it detects smoke.
Using Blender for electronic " design and visualization"
Encountering hardfaults in FreeRTOS v10.3.0 on a Microchip PIC32 while using vsnprintf or sprin
v10.3.0
on a Microchip PIC32
while using vsnprintf
or sprintf
functions. I suspect stack corruption, as I'm using static memory allocation no malloc
with a pre-allocated buffer char _log_buffer[128]
. I've tried different printf implementations newlib
, newlib nano
, tinyprintf
without success.
I tried troubleshooting with these:
~Verified thread stack alignment.
~Ruled out dynamic allocation issues by mocking malloc/calloc/realloc/free
.
Are there any recommended techniques to confirm stack corruption specifically related to printf calls in FreeRTOS?...How can I ensure my CAN ISR completes processing quickly enough to avoid the interrupt WDT panic?
collect temperature data from a sensor connected to my mcu and store it every minute on SD card
How can I modify the state machine logic?
C
and a state machine approach that manages various vending machine states as Idle
,CoinInserted
, SelectionMade
& Dispensing
, but
I'm encountering an error message in the console: StateMachine Error: Invalid transition from CoinInserted to Dispensing.
This occurs when a user inserts enough coins to trigger dispensing, but the selection hasn't been confirmed yet.
```
typedef enum {
STATE_IDLE,...Can someone decode what data in hex is being sent in the following image?
How can I set up a CoAP server using the libcoap library on a Raspberry Pi using c language?
Debugging Variable Display Issues on ARM M7 with FreeRTOS using Lauterbach Trace32
Real-Time Data Push to Web Browsers on Resource-Constrained Embedded ARM-Linux Devices
Managing Relay Sequences with Non-Blocking Delays on Arduino Leonardo
Why Certain Untracked Folders Are Not Stashed with git stash -u?