STEVAL-MKBox Pro – BLE Sensor Logging & Data Transfer to Raspberry Pi
Hi everyone,
I'm working on a project involving the STEVAL-MKBox Pro and would love some guidance from the community, especially since I'm still relatively new to this ecosystem.
Here's what I'm trying to achieve:
• Configure sensors on the STEVAL-MKBox Pro via Bluetooth using PnPL commands
• Control data logging (start/stop) remotely over BLE
• Save the collected data locally on the SD card
• Once logging is complete, transfer the data to a Raspberry Pi 4 via BLE
The reason I chose to log first and transfer later rather than streaming directly over BLE is the bandwidth limitation of BLE. My application requires high-frequency data acquisition, so buffering to SD card first and transferring afterward seems like the more reliable approach.
My main question is: where should I start?
Should I build on top of an existing firmware like FP-SNS-DATALOG2, or would it make more sense to start from scratch given my specific requirements?
I have a basic understanding of the tools involved, but I'd really appreciate any advice on the best approach, potential pitfalls to watch out for, or existing examples that might point me in the right direction.
Thanks in advance for your help!
