I'm seeking guidance on developing an application capable of receiving real-time sensor values from a micro:bit, into Google Sheets and displaying the values in a chart as well.
I aim to use the linear regression module to make predictions based on the incoming data stream from the micro:bit.
Please, I need help on how sensor data from the micro:bit can be sent to the MIT App Inventor app, visualized in a chart, stored in a spreadsheet database, and how to apply the linear regression module from the data science category to the incoming data to make predictions.