-
hello,
is it possible to use audio with this firmware ?
Example or help is welcomed.
regards
Thomas
-
I would like to see all the drivers (all entries in components dir) exist in their own repositories and get [submoduled](https://git-scm.com/book/en/v2/Git-Tools-Submodules) into here.
### Request …
-
Hi,
I have a project where I need to detect an external event and send an SMS when it happens. Unfortunately, I am getting a lot of random GPIO events detected. If I start up the SIM800L I get th…
-
Hi,
I have a working ESP32-wroom here, so I thought getting the T-Call to run would be quite easy. It is not.
I have the AXP192 version, connected the USB-C cable, see the green 12 LED dark, then …
-
**What I did**
I used the sample code from [here](https://github.com/lewisxhe/MicroPython_ESP32_psRAM_LoBo), modifying slightly to the following code:
```
import bma423
i2c =I2C(scl=Pin(32), sda…
jhfoo updated
3 years ago
-
Hello,
Will there be a new revision of the 7000 with the RI (Ring indicator, pin 4) pin available? This is a must-have for low power applications. I was disappointed to see it not connected on the 80…
bindi updated
3 years ago
-
Hello, @emelianov !
First of all, I must thank you for this great library. I already used this on other personal projects with no sweat.
On this particular one, I'm trying to read data from a en…
-
Thanks a lot for this library! Help me solve the problem with the difference between datasheet and library.
Library:
```
//! Chip Address
#define AXP202_SLAVE_ADDRESS (0x35U…
-
Hello everyone.
I am developing an application that uses both the SPI and I2C. Also I am using both the cores. but I am facing an error no matter what I do. I tried to use one core also without any f…
-
Hi,
I`m on ESP32 Sim800 TT-Go SIM800C AXP192 20200609.
Sometimes i get the error below when calling ```axp.begin(Wire, AXP192_SLAVE_ADDRESS)```:
```
[E][esp32-hal-i2c.c:1426] i2cCheckLineState():…