RfidResearchGroup / ChameleonUltra

The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards.
https://chameleonultra.com
GNU General Public License v3.0
873 stars 147 forks source link

about sleep time bug #219

Closed juminut closed 2 months ago

juminut commented 2 months ago

When sleeping, use the button to wake up. Continuously pressing the button will not keep the device awake, and sometimes it will also enter sleep mode. It will not remain awake due to continuous pressing of the button.

Also, please tell me, where in the source code is the control for how long to sleep? Is it "SLEEP-DELAY-MS-BUTTON-CLICK" in the "/firmware/application/src/utils/syssleep. h" file? I modifying this did not extend the wake-up time.

GameTec-live commented 2 months ago

Of course long pressing the button doesn't keep it awake? It triggers a function which you can define in the settings. This also isn't a bug, the CU is designed to wake up when brought into a field or when a button is pressed and then immediately go back to sleep to preserve battery.

I believe the setting is somewhere in those files though.

juminut commented 2 months ago

sorry,this isn`t a bug.I only connected a 3.3V power supply. No battery connected. The situation that occurred