-
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/dcf42917c550714d2457947538b9e29d083e872e/drivers/mfd/mfd_axp192.c#L555
Category: Integer handling issues
…
-
Hi, If anyone is interested the folling file is an English translation of the AXP192 Power Managment chip.
[AXP192 Datasheet v1.2 EN.pdf](https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/file…
-
Hi. I don't know if this is my platformio installation issue or if your project got outdated given the new versions of M5StickC library / board / platform.
I'm trying to build from a fresh platform…
-
Could anyone be so kind to confirm that the [lilygo-micropython](https://github.com/Xinyuan-LilyGO/lilygo-micropython) is the best Micropython firmware for the T-PCIE board? In the description it does…
-
Set battery parameters
- [x] Set charging voltage min, max
- [x] Set charging current
- [x] Turn on/off microphone regulator (GPIO 0)
- [x] Turn on/off lcd power (LDO2/3)
- [ ] Explore disabling …
-
This thread is to discuss what power outputs should be turned on on various boards as to make the peripherials function properly.
With the power control chips AXP192, AXP202, AXP2101 each having seve…
-
### Describe the bug
There's no way to use the power button as a soft power down option.
The AXP192 does detect short presses of the power button, and stores it in register 0X46.
This could be so…
-
No chance to install. Unfortunately, that doesn't work for me. I have Homeassisant running on a raspi3. custom_components is available. Can you describe this in more detail?
-
M5LiteAXP192::begin() and original AXP192::begin() currently do not have exactly the same signatures:
```
void M5LiteAXP192::begin(bool disableLDO2 = false, bool disableLDO3 = false, bool disableRTC…
-
seems there is an incongruence in the schematic for power management of M5stick C
https://github.com/m5stack/M5-Schematic/blob/master/Core/m5stick/Power.pdf
the schema reports IP5306 IC while …