Demo: Augmented Reality view of live micro:bit sensor data
I was thinking about how to display live sensor readings from a micro:bit in an augmented reality iPhone app, and the first method that I came up with was going to be cumbersome to say the least. My plan was to encode the readings somehow in a 5x5 matrix and then display that as a pattern on the micro:bit LEDs, which could be read and then decoded with some computer vision code in the iPhone app.
read more