-
### The issue
When running the example code, the following text keeps printing on the terminal.
```
entry 0x40080694
I (27) boot: ESP-IDF v4.4.2-74-g4fb74a808b-dirty 2nd stage bootloader
I (27)…
-
NimBLE v1.3.8 on EPSP32 and ESP32-C3
Hi - I have a program which runs fine on an ESP32 Dev Kit, but on an ESP32-C3 it seems to corrupt some of the data read via getValue().
It doesn't happen with …
-
Detecting the Python interpreter
Checking "python3" ...
Python 3.8.9
"python3" has been detected
Checking Python compatibility
Installing ESP-IDF tools
Current system platform: macos-arm64
Sele…
-
Why is LLCC68 SetStandby (SX126X_STANDBY_RC) used; SPI Transaction error: 10
-
### The issue
There is "definition i2c_dev_t" in esp-idf now, and there is "definition i2c_dev_t" too in esp-idf-lib now.
so i2c don't work.
### Which SDK are you using?
esp-idf
### Which version…
-
### The issue
It is not possible to configure the MCP23S17 chip. Writes are ignored.
```C
ESP_ERROR_CHECK(mcp23x17_port_set_mode(&dev, 0xFFFF));
ESP_ERROR_CHECK(mcp23x17_port_get_mode…
-
Hello
I use this library in with a Seeed Xiao ESP32C3. The AS5600 measures the angle of a DC motor (rpm: about 1400 rpm). I'm interested in the absolute position of the motor (i.e. values will cont…
-
I checked the open issues.
**Describe your environment**
Ubuntu 20.04 on a large Intel-based system
Do you use the Sloeber product or plugin? Product
Sloeber version number
Slo…
-
### The issue
Definition of i2c_dev_t in "esp-idf-lib/components/i2cdev/i2cdev.h":
...
#include
...
typedef struct
{
i2c_port_t port; //!< I2C port number
i2c_config_t cfg; …
-
### The issue
Compile errors building the library.
```text
CC build/i2cdev/i2cdev.o
In file included from /home/hbarta/esp/esp-idf-lib/components/i2cdev/i2cdev.h:40,
from /home…
HankB updated
2 years ago