#
esp-idf
Here are 633 public repositories matching this topic...
Espressif ESP32 Based Smarthome screen for MQTT
home-automation
mqtt
ios
automation
smarthome
home
homebridge
esp32
wifi
homekit
touchscreen
espressif
esp-idf
m5stack
esp32-idf
homepoint
homekit-support
-
Updated
May 23, 2021 - C
Component library for ESP32, ESP32-S2 and ESP8266
esp8266
esp32
led-controller
magnetometer
adc
temperature-sensor
rotary-encoder
esp-idf
pwm
light-sensor
humidity-sensor
pressure-sensor
i2c-device
dac
wiegand
gas-sensor
co2-sensor
power-monitor
gpio-extender
esp32-s2
-
Updated
Jul 13, 2021 - C
Send arbitrary IEEE 802.11 frames with Espressif's ESP32
-
Updated
Oct 3, 2017 - 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
Jun 1, 2021 - C
3D printed and driveable Curiosity/Perseverance inspired Rover
arduino
esp32
wifi
rover
lora
esp-idf
robot-arm
3d-printing
mars-rover
rc
curiosity-rover
rc-controller
perseverance
-
Updated
Feb 13, 2021 - C++
Informations and examples about A.I. Thinker ESP32-CAM using ESP-IDF
-
Updated
Mar 15, 2021
SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
lcd
gfx
esp-idf
graphics-library
dma
m5stack
odroid-go
tft-espi
esp-idf-tft-ili9341
spi-lcd
wio-terminal
lovyangfx
-
Updated
Jul 12, 2021 - C
tschak909
commented
Apr 17, 2021
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
FastLED port to the ESP-IDF 4.0 development environment
leds
esp32
led-controller
freertos
fastled
espressif
esp-idf
led-display
blink-leds
fastled-library
esp32-idf
-
Updated
May 13, 2021 - C++
Libesphttpd - web server for ESP8266 / ESP32
esp8266
webserver
websocket-server
websocket
esp32
http-server
esp-idf
https-server
esp8266-webserver
-
Updated
Jun 19, 2021 - C
esp32でmmd
-
Updated
Feb 2, 2019 - 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,更改波特率后打印正常。
(可以附加图片)