-
Hi!
There is a problem during project creation on **mac m1** with **espidf**.
- It seems there is a problem with this python module: ModuleNotFoundError: No module named 'chardet'
- Error oc…
-
Hey, Im using ESP-EYE and the mingw32 console and I get the error:
`$ make flash monitor
CXX build/CustomVisionClient/CustomVisionClient.o
C:/msys32/home/USERNAME/esp/esp32-custom-vision/componen…
-
## Environment:
macOS Monterey 12.1, Homebrew
## Device
[LilyGO TTGO T-Camera ESP32-WROVER](https://makeradvisor.com/esp32-ttgo-t-camera-pir-sensor-oled/)
## menuconfig:
```
[*] Use SSD1306 …
-
Hi and thank you for this image.
I'm trying to use it to build esp32 firmware and meet some problems. esp32 platform installs some python packages to work and pip fails to install them due to not b…
-
Hi fellow Gophers!
I did try to write a simple hello-world application using espressifs ESP32 Plattform
```
package main
import (
"time"
)
//Flash with tinygo flash -target esp32-mini3…
-
Hi,
I'm using below latest toolchain **esp-idf-tools-setup-2.0.exe**.
When type and execute `idf.py build`, toolchain displayed error.
How do I resolve it?
[https://docs.espressif.com/projects…
-
### The problem
Firmware OTA update of my ESP Bluetooth Proxy fails via the home assistant add-in. Log attached.
[logs_esp32-bluetooth-proxy-83f6c4_run.txt](https://github.com/esphome/issues/fi…
-
According the README I was able to execute these commands successfully
```
git clone git://github.com/Ebiroll/qemu-xtensa-esp32
mkdir qemu_esp32
cd qemu_esp32
../qemu-xtensa-esp32/configure --dis…
-
I'm following the [Led blinker example](https://github.com/fprime-community/fprime-arduino-led-blinker/blob/main/docs/arduino-cli-install.md#arduino-cli-installation-guide). When I use the command `fp…
-
编译环境:
- 平台:window11
- esp-idf版本:5.1.4
报错情况:
- 操作:桌面端已正常编译通过。在编译esp32端时,使用 ESP-IDF 5.1CMD 进入到\platforms\regina后使用idf.py build 出现报错:'esp_ble_gap_ext_adv_reprot_t' has not been declared
- build lo…