-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I flashed firmware version (c) v0.1-23-gc64530 to be able to access next gen profiles which includes a streaming mode.
According to the readme
From the device perspective, the data format is just the same as the BLE Data Format. The only difference is the data width. It's 64 bytes, while BLE, is only 16.
Based on the description, i would expect stty -F /dev/ttyACM0 raw && printf "\x02\x00" > /dev/ttyACM0 to put the device into the streaming mode. However that doesn't happen. I could only access the streaming mode by sending raw hex bluetooth messages to the end points via a third party app so far.
Using USB would be much preferred. Reflashing as quickly as possible despite me being able to make the boot up animation more bearable and shorter (despite being unable to disable it[1]) is not a good solution.
Is it possible to access that steaming mode via a wired connection?
What if anything did i do wrong?
[1]
Function/Command code:
0x08.Parameters:
- Adjust splash screen speed:
[0x00, speed_ms].speed_ms(16-bit) is the delay of each frame in milliseconds and must not be lower than 10 ms.