Skip to content

SCK2.2 - SCK2.3 reset loop #98

@oscgonfer

Description

@oscgonfer

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.

// 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions