-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The SCK2.2 and SCK2.3 have an issue on boot while powered only via USB. This does not happen consistently, but is fairly easy to reproduce with the normal USB charger provided and with the SEN5X and the urban board, but without a battery:
This is due to the higher cumulative energy consumption by several systems, but more importantly, because the SEN5X has a peak consumption at boot that seems higher that the PMS5003, even if the sensor consumes less power on normal operation.
smartcitizen-kit-2x/sam/src/SckUrban.cpp
Lines 2103 to 2107 in 49b152f
| // The SCK needs battery to survive the sensor startup current draw, with only usb power it normally does not work | |
| // If battery is not present it can enter a reset loop, (not always) | |
| pinMode(pinPM_ENABLE, OUTPUT); | |
| digitalWrite(pinPM_ENABLE, HIGH); | |
| delay(25); |
I will add more graphs here showing the consumption during boot. Posibly related to fixes in #97