Hi! I am giving teacher courses in programing using micro:bit. After the basics, we log sensor data using “write serial” and then export to csv-file for further inspection. However, this only works when using pc and USB cable. On iPad I do get data from the micro:bit through the monitoring and controle menue, but am unable to get a timeseries without copying the numbers by hand.
Is there a solution for data collection and exporting to a file, that does not involve bying a data logging app for the iPad?
I use blocks for the courses, but I might be able to adapt a Python or Java script code.
Best AnneB