Michael Vogt
Michael Vogt
Interesting! my nrf52 application needs (as every other app that uses a ble stack) the softdevice binary blob. I have a combined binary file which includes the app and softdevice...
@jain0nikhil - nah unfortunately not yet, I also asked in the Nordic forum. Do you have news or ideas how to resolve this?
I have another example which needs the SV Call, take a look at https://github.com/neophob/renode-nrf52
@noonesimg The workaround is to use targets sdk level 28 - let me know if you found another solution
no I never tested that. were do you read that? and did you test it?
This on the todo list, as the next release should contain a touchosc gui this feature will be included.
Blog post will follow soon, thanks for the reminder ;) Yes, leave this issue open, I'll close it if its implementet...
Bundles are supported yes
The vanilla rxtx library suffers from bad latency, there is an event loop that's called each 25ms. this is of course kinda bad if you want to send alot of...
the source is available here: https://github.com/neophob/librxtx however I don't active work on this project anymore