DORSETRIGS
Home

esp-idf (15 post)


posts by category not found!

Error when running "cargo generate esp-rs/esp-idf-termplate generate" on Ubuntu

Resolving the Error Running cargo generate esp rs esp idf template generate on Ubuntu When trying to set up a new project using the cargo generate command many

3 min read 24-09-2024 49
Error when running "cargo generate esp-rs/esp-idf-termplate generate" on Ubuntu
Error when running "cargo generate esp-rs/esp-idf-termplate generate" on Ubuntu

ESP-IDF linker not reporting duplicate functions so generating unsafe binary

Understanding the ESP IDF Linker Issue Duplicate Functions and Unsafe Binary Generation When working with the ESP IDF Espressif Io T Development Framework devel

2 min read 17-09-2024 60
ESP-IDF linker not reporting duplicate functions so generating unsafe binary
ESP-IDF linker not reporting duplicate functions so generating unsafe binary

esp-matter - How to build components and connectedhomeip

Understanding ESP Matter Building Components for Connected Home In the age of smart homes and Io T Internet of Things creating interconnected devices is essenti

3 min read 16-09-2024 49
esp-matter - How to build components and connectedhomeip
esp-matter - How to build components and connectedhomeip

ESP32-s3 master i2c guru meditation error

Debugging the ESP 32 S3 I2 C Guru Meditation Error A Masters Guide The ESP 32 S3 is a powerful microcontroller but like any technology it can encounter issues O

3 min read 13-09-2024 53
ESP32-s3 master i2c guru meditation error
ESP32-s3 master i2c guru meditation error

ESP-IDF: Unit tests with unity and C++

ESP IDF Unit Testing with Unity and C A Comprehensive Guide This article explores the intricacies of setting up and running unit tests for your ESP IDF projects

4 min read 02-09-2024 83
ESP-IDF: Unit tests with unity and C++
ESP-IDF: Unit tests with unity and C++

FreeRTOS callback is not called

Why Your Free RTOS Callback Isnt Being Called A Deep Dive This article will delve into a common issue encountered when working with Free RTOS callbacks the call

2 min read 02-09-2024 60
FreeRTOS callback is not called
FreeRTOS callback is not called

What happens if IRAM memory is full?

IRAM Full on ESP 32 S3 Understanding the Problem and Solutions You ve encountered a common issue in ESP 32 S3 development IRAM Instruction RAM memory filling up

2 min read 01-09-2024 44
What happens if IRAM memory is full?
What happens if IRAM memory is full?

How to set the stack depth parameter when creating a task

How to Determine the Optimal Stack Depth in ESP IDF Tasks When working with ESP IDF setting the correct stack depth for your tasks is crucial A stack is a memor

3 min read 30-08-2024 51
How to set the stack depth parameter when creating a task
How to set the stack depth parameter when creating a task

Why should I use portTICK_PERIOD_MS instead of pdMS_TO_TICKS?

Understanding the Tick port TICK PERIOD MS vs pd MS TO TICKS in Free RTOS When working with Free RTOS you ll often encounter the need to convert milliseconds to

3 min read 30-08-2024 51
Why should I use portTICK_PERIOD_MS instead of pdMS_TO_TICKS?
Why should I use portTICK_PERIOD_MS instead of pdMS_TO_TICKS?

IR Library for getting HEX for universal remote (K-1028E)

Decoding Your Universal Remote A Guide to Capturing IR HEX Codes with ESP 32 You re on the right track with your ESP 32 and IR setup This article will help you

2 min read 29-08-2024 53
IR Library for getting HEX for universal remote (K-1028E)
IR Library for getting HEX for universal remote (K-1028E)

Lora E220-400T22S to ESP32S wiring, transmitting/receiving issue

Troubleshooting Lora E220 400 T22 S to ESP 32 S Communication Issues A Deep Dive This article aims to address common issues and provide practical solutions for

3 min read 29-08-2024 50
Lora E220-400T22S to ESP32S wiring, transmitting/receiving issue
Lora E220-400T22S to ESP32S wiring, transmitting/receiving issue

How to stop ESP IDF monitor terminal in Visual Studio Code

Taming the ESP IDF Monitor Terminal in Visual Studio Code Developing with the ESP IDF framework in Visual Studio Code is a popular choice for many embedded deve

2 min read 29-08-2024 55
How to stop ESP IDF monitor terminal in Visual Studio Code
How to stop ESP IDF monitor terminal in Visual Studio Code

Enabling WiFi and EVE2 display leads to trigger WDT

ESP 32 S3 Understanding the Wi Fi and EVE 2 Display Watchdog Trigger This article explores a common issue faced by developers using ESP 32 S3 with EVE 2 display

3 min read 29-08-2024 51
Enabling WiFi and EVE2 display leads to trigger WDT
Enabling WiFi and EVE2 display leads to trigger WDT

Compress jpg with zopfli prevents jpg to be shown on EVE2 display

Why Zopfli Compressed JPEGs Dont Display on EVE 2 This article explores a common issue encountered when trying to compress JPEG images using Zopfli for display

less than a minute read 28-08-2024 46
Compress jpg with zopfli prevents jpg to be shown on EVE2 display
Compress jpg with zopfli prevents jpg to be shown on EVE2 display

RMT: Task WDT triggers after starting infinite loop second time

RMT Task WDT Triggers After Starting Infinite Loop Second Time A Deep Dive This article delves into a common ESP IDF issue where the Task Watchdog Timer WDT tri

3 min read 28-08-2024 46
RMT: Task WDT triggers after starting infinite loop second time
RMT: Task WDT triggers after starting infinite loop second time