-
On ESP32 we have the next issue:
```cpp
tests/lib/starmaplib/src/arrays.cpp:153:7: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
```
-
Hi,
I'm trying to re-use the code I've had with the M4 CAN Feather boards and it's just not working.
It seems that me having code such as
```
can_message_one = mcp.listen(matches=[canio.Matc…
-
### The issue
The ultrasonic module makes use of a critical section (between PORT_ENTER_CRITICAL and PORT_EXIT_CRITICAL). Within it, it uses active loops (that is, `while (gpio_get_level(dev->echo_pi…
-
### Basic Infos
#### Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP32-s3
Core Version: 3.0.0, staging
### Description
When running WM as an ESP-I…
-
This issue revisits https://github.com/espressif/esp32-camera/issues/101 which was closed due to inactivity.
However, @me-no-dev commented that he 'will implement this very soon' - which was 4 years …
-
Currently we use the name of the board profile directory to give some clue to users what is the purpose of that defconfig, i.e.: nsh, usbnsh, netnsh, timer, kostest, etc.
But in some case it is not…
-
### Details
Sweep: Make cmatrix compatible with M5Stack CardPuter
and use following Github Actions CI to generate firmware binary for flashing:
```
- name: Build using esp-idf
u…
-
Hi
I tried to use an Lora Example provided by heltech on arduino IDE.
Somehow my Boards keep crashing with a checksum error:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x5 (DSLEEP),bo…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.0.0-alpha.5-716-gd2d08fc94-dirty on 2022-05-13; Adafruit QT Py RP2040 with rp2040
```
### Code/REPL
```python
import time, gc
import b…
-
I am **deeply depressed** about the information and documentation that I find with Espressif examples!
It is a common style to clearly give advice for newcommers regarding setup, prerequisites and ot…