10-31-2025, 11:07 AM
I have never heard of Keil, but I would assume that the main thing is that you are using some C SDK for your microcontrollers. I am quite sure that the answer to your questions is "yes" - I don't see why it could not be ported. But I am afraid that this would be a lot of work. Our library is a wrapper for different Arduino BLE libraries, so most of it will have to be rewritten for whatever BLE library your controllers use. Depending on what you want to do, it would probably be easier to just implement the a BLE interface for your device and write create a matching phyphox configuration.

