Posts: 7
Threads: 6
Joined: Nov 2024
Institution: 无
“To reduce costs, I’m using some less common microcontrollers (MCUs) to read data, and these MCUs must be developed using the Keil IDE. I was wondering if it’s possible to successfully port your phyphox BLE code to the Keil platform.”
Posts: 328
Threads: 6
Joined: Aug 2018
Institution: RWTH Aachen University
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.