vliedel
vliedel
Today I've been working with RTT logs in the application, and that only works after resetting the crownstone: `make reset`. The `make debug_server` probably halts the cpu.
These things should be in this document: https://github.com/crownstone/bluenet/blob/master/docs/development_environment/DEVELOPER_GUIDE.md
So the question is how to deal with IPC major version updates. The problem is that the version can impact 2 different things: the payload data (bootloader or microapp specific...
Thanks :)
Or have a look at [PlantUML](https://plantuml.com/timing-diagram) for inspiration.
What solved this issue for me was to upgrade the firebaseMessagingVersion.
I went from 19.0.1 to 21.1.0. See this commit: https://github.com/crownstone/crownstone-app/commit/fc1bc6505521ba0eb8fb739c516fef85983abe28
If we use the 128bit UUID, we don't have enough bytes left for the data. 1B AD len + 1B ad type + 16B UUID + 17B data = 35B,...
For the other road: we could indeed interleave iBeacon messages with the data messages, and not use a scan response at all. However, I think IPhones may not be able...
Which processes were 3910 and 25989?