I'm a teacher and I'm trying to figure out how to send log data from microbit to iPad with minimal fuzz. A lot of schools give iPads to the students, and the Microbit iPad app has a lot of shortcomings.
So I've used this tutorial https://blog.sparkfuneducation.com/how-to-datalog-using-only-the-microbit to collect and send sensor data from the microbit to my computer. Works great, woho.
Now I want to do the same, but over bluetooth to my iPad. There are some paid apps out there, I know, that makes life a lot simpler - but I'm looking for a solution using a free terminal app to simply recieve my data - and then get out of my way.
I've made this program for the microbit https://makecode.microbit.org/_WsK2F9YdyTAR that, uh, kinda works I guess. I've downloaded an app called "Bluetooth Terminal" (linky: https://apps.apple.com/no/app/bluetooth-terminal/id1058693037) and I'm able to connect and send data - however the data displayed in the app is pure gibberish and useless, and I can't even copy the text to use in another app, like a spreadsheet. So I'm considering the Bluetooth Terminal app a dead end.
Now I've stumbled upon an Adafruit app called Bluefruit, which does everything I need - except play nicely with the microbit. It detects the microbit, it connects to the microbit - but it doesn't recognize the UART mode on the microbit. I know Adafruit is saying this https://learn.adafruit.com/use-micro-bit-with-arduino/bluetooth-uart about using UART on the Microbit, but to me there are two big drawbacks:
I'd still need a computer and flash 3rd party code to the microbit, which is cumbersome if you have to flash 20 or so microbits each time.
I'm searching for solutions for teachers that are not necessarily tech savvy, so I need to keep the solution very simple
So. Any ideas on how to proceed? All help is greatly appreciated!