Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
(1) I want to log the data received over BLE UART to post-process it in MATLAB (am getting sensor data). Can I save a log file which has RX data? I'll be getting data for an hour at approx. 20 samples per second. I just need to save a text file.
(2) Is there an example in Processing IDE which can help me communicate (UART service) with the device skipping Master Control Panel? I have written Processing sketches to serially communicate with BT 2.0. I want to replace BT2.0 there with Nordic BLE.
Thanks!
- Aditya