Real-time data streaming for PID tuning

Hello,

I'm using nRF54L15DK and nRF Connect SDK 2.9.0. I'm developing a project for PID control of the temperature of a peripheral, let's say a heater. The feedback is measured through ADC. Now I'm trying to tune the PID parameters, is there a good way for visualization of my real-time temperature readings? I'm also sending the temperature via BLE to my mobile phone. It would be great to visualize the data readings directly in the mobile phone application. Do you have any recommendations? Thank you.

Parents Reply
  • ychen25 said:
    Could you let me know how to achieve option (2) send data live, and then save it on the device?

    You make a BLE service that notifies when the data is updated.
    Then the handler on the iOS will add this data to a list locally on the iOS.
    Then you use iOS app functions to export your list to CSV.

    This is kinda vague, as I do not know how iOS developement works: My speciality is the nRF.

    Is this enough for you?

Children
Related