Search found 4 matches

by Checky
Mon Nov 27, 2023 12:34 pm
Forum: ESP-IDF
Topic: ESP-IDF i2c Adafruit 0.54" Alphanumeric Backpack
Replies: 1
Views: 6718

Re: ESP-IDF i2c Adafruit 0.54" Alphanumeric Backpack

I took the example ht16k33.h and threw out MUTEX commands that don't exist anywhere and no documentation of them. Now I can write on it.
by Checky
Thu Nov 23, 2023 11:16 am
Forum: ESP-IDF
Topic: ESP-IDF i2c Adafruit 0.54" Alphanumeric Backpack
Replies: 1
Views: 6718

ESP-IDF i2c Adafruit 0.54" Alphanumeric Backpack

Hello, I would like to get this display to work, but somehow there are only poor documentation examples and a confusing array of libraries. This wasn't a problem at all under Arduni with the Adafruit LED Backpack Library, but somehow you don't get such pretty things that make your life easy for esp-...
by Checky
Thu Nov 23, 2023 10:58 am
Forum: ESP-IDF
Topic: ESP-IDF add component help
Replies: 2
Views: 3600

Re: ESP-IDF add component help

"../esp_wrapper/esp_wrapper.c" ? you just need one CMakeList in main i think
by Checky
Sun Oct 29, 2023 4:33 pm
Forum: ESP-IDF
Topic: ESP-IDF + DFPlayer = DFPlayerError:Get Wrong Stack
Replies: 1
Views: 1121

ESP-IDF + DFPlayer = DFPlayerError:Get Wrong Stack

Hello and good day, I have the following problem that I'm struggling with. I use an ESP-WROVER-KIT 4.1 in vscode and esp-idf. As a test, I created 2 tasks with FreeRTOS. One of them should control my DFPlayerMini module. For this I use this library -> https://github.com/nopnop2002/esp-idf-DFPlayerMi...