Skip to content

Update BLE wake handling and bump version to 1.0.5 - #2

Open
AlexCPU wants to merge 1 commit into
mistrsoft:mainfrom
AlexCPU:main
Open

Update BLE wake handling and bump version to 1.0.5#2
AlexCPU wants to merge 1 commit into
mistrsoft:mainfrom
AlexCPU:main

Conversation

@AlexCPU

@AlexCPU AlexCPU commented Dec 28, 2025

Copy link
Copy Markdown

Fixes #1 which was caused by only one of the two required packets being sent to wake the device.

@rymaz rymaz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested forked version and working as expected.

@rumfreville-git

Copy link
Copy Markdown

I'm curious to know if different units, or firmware come with different UUID's. Having tried to run this script and failed I'm seeing the following services and UUID's

INFO:ble_test: 0000fff0-0000-1000-8000-00805f9b34fb
INFO:ble_test: 0000fff2-0000-1000-8000-00805f9b34fb (['write-without-response', 'write'])
INFO:ble_test: 0000fff1-0000-1000-8000-00805f9b34fb (['read', 'notify'])
INFO:ble_test: 0000fe59-0000-1000-8000-00805f9b34fb
INFO:ble_test: 00000003-0000-1000-8000-00805f9b34fb (['read', 'write', 'notify'])
INFO:ble_test: 8ec90002-f315-4f60-9fb8-838830daea50 (['write-without-response'])
INFO:ble_test: 8ec90001-f315-4f60-9fb8-838830daea50 (['write', 'notify'])

Writing either 0x00 or 0x01 to any of these seems to have no effect on waking the device up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using this causes the frame to no longer sleep

3 participants