esp-idf
Here are 775 public repositories matching this topic...
Component library for ESP32, ESP32-S2, ESP32-C3 and ESP8266
-
Updated
Apr 7, 2022 - C
Espressif ESP32 Based Smarthome screen for MQTT
-
Updated
May 23, 2021 - C
Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
-
Updated
Feb 16, 2022 - C
SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
-
Updated
Apr 8, 2022 - C
Send arbitrary IEEE 802.11 frames with Espressif's ESP32
-
Updated
Jan 24, 2022 - C
3D printed and driveable Curiosity/Perseverance inspired Rover
-
Updated
Dec 18, 2021 - C++
Informations and examples about A.I. Thinker ESP32-CAM using ESP-IDF
-
Updated
Mar 15, 2021
Non-blocking LED controlling library for Arduino and friends.
-
Updated
Mar 29, 2022 - C++
In the insert-libssh branch, I have replaced libssh2, with a libssh component, now living in components/libssh.
Unfortunately, it doesn't seem to be building with the current esp-idf that's provided with platform.io, giving the following linking error:
Linking .pio\build\fujinet-v1\firmware.elf
c:/users/thomc/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0
Hardware Agnostic Graphics Library for embedded
-
Updated
Dec 9, 2021 - C
Is it stable?
Is it stable when I use download and debug function? I heard that usbip has been too long without maintenance.
这个东西下载和调试时候稳定么?我听说usbip很久没人维护了。
FastLED port to the ESP-IDF 4.0 development environment
-
Updated
Nov 4, 2021 - C++
Libesphttpd - web server for ESP8266 / ESP32
-
Updated
Nov 29, 2021 - C
LittleFS port for ESP-IDF
-
Updated
Apr 4, 2022 - C
ST7789 Driver for esp-idf
-
Updated
Mar 6, 2022 - C
Improve this page
Add a description, image, and links to the esp-idf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esp-idf topic, visit your repo's landing page and select "manage topics."


为了更好的帮助大家,也为了更好的记录自己遇到的问题,建议大家将自己遇到的问题并解决完的问题可以记录在这个issue中,与人方便,与己方便,希望大家可以认真的记录问题并描述是如何解决的,谢谢大家合作,您的每一次记录都会对他人有所帮助哦~
PS:未解决完的问题,先不要记录哦~mua!(*╯3╰)
比如-Example
遇到的问题
上电串口助手查看打印乱码。
(可以附加图片)
解决办法
波特率设置不对,ESP8266默认波特率是76800,更改波特率后打印正常。
(可以附加图片)