The battery charge rate control pin appears to be not defined on Seeed XIAO nRF52840 Sense. This pin controls the rate at which any attached battery is charged. This pin sets the charge current to either 50mA or 100mA. Currently there is no way to utilise the higher charge rate.
The version of CircuitPython in use is Adafruit CircuitPython 8.0.0-beta.4 on 2022-10-30; Seeed XIAO nRF52840 Sense with nRF52840
Looking at pins.c, the following pins for battery interfacing are defined:
{MP_ROM_QSTR(MP_QSTR_READ_BATT_ENABLE),MP_ROM_PTR(&pin_P0_14)},
{MP_ROM_QSTR(MP_QSTR_VBATT),MP_ROM_PTR(&pin_P0_31)},
{MP_ROM_QSTR(MP_QSTR_CHARGE_STATUS),MP_ROM_PTR(&pin_P0_17)},
However, pin P0.13 (HICHG) is utilised for setting the charge mode from Seeedstudio forum: Match-san - battery charge control circuit
The battery charge rate control pin appears to be not defined on Seeed XIAO nRF52840 Sense. This pin controls the rate at which any attached battery is charged. This pin sets the charge current to either 50mA or 100mA. Currently there is no way to utilise the higher charge rate.
The version of CircuitPython in use is
Adafruit CircuitPython 8.0.0-beta.4 on 2022-10-30; Seeed XIAO nRF52840 Sense with nRF52840Looking at pins.c, the following pins for battery interfacing are defined:
However, pin
P0.13 (HICHG)is utilised for setting the charge mode from Seeedstudio forum: Match-san - battery charge control circuit