esp32-course
esp32-course copied to clipboard
Course on the ESP32 IDF
Line 25 : ESP_**LOGE**(TAG, "Failed to allocate memory"); Correction : ESP_**LOGI**(TAG, "Failed to allocate memory"); Shouldn't it be ESP_LOGI() and if it is then it Allocates memory.
error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict]
Exercise 5.1 Ubuntu 20.04 ```sh ../main/main.c: In function 'exclaimIt': ../main/main.c:70:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict] sprintf(phrase, "%s!", phrase); ^~~~~~~ cc1: some warnings being...
When I came to the lesson "BLE GATT Write" (link: https://www.learnesp32.com/20_ble-gatt-write) Although I copied the author's sample code and loaded it into the ESP32 device, when I using the software...
I was getting this error & a crash loop when trying to use the first BLE iBeacon example with a DEVKIT v1 board: ``` E (372) psram: PSRAM ID read...
I am following along the lecture and was running the code https://github.com/Mair/esp32-course/blob/master/_19_bluetooth_BLE/_19_3_GAPP/main/main.c I am able to see the BLE advertisement, but not able to pair using mobile (Andoird >5) and...
I have created a BLE beacon device which I am able to search in phone app but its not visible to esp32 when I use the BLE GATT client example....
Hi, I am trying to use this http client example but I am not able to visualize the data received, I am able to receive and parse JSON data on...
Hi, I need modbus for my project, however I am having a hard time implementing modbus on esp32. I would really appreciate if you could explain the modbus procedure in...
Have done the last example of hibernation in the sleep modes and found interesting behavior. 1-ESP32 works without power in hibernation for 30 seconds. 2-during the 30 seconds if i...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.5 to 2.9.15. Changelog Sourced from vite's changelog. 2.9.15 (2022-08-12) fix: backport make resolveConfig() concurrent safe (#9224) (#9229) (7f01a00), closes #9224 #9229 fix: fs serve only edit...