@@ -3,6 +3,15 @@ title: MicroData
33description : Data collection and analysis tools for micro:bit
44---
55
6+ <CardGrid >
7+ <Card title = " MicroData Home Page" >
8+ ![ microdata] ( ../../../assets/microdata-splash.png )
9+ </Card >
10+ <Card title = " MicroData Live View" >
11+ ![ microcode] ( ../../../assets/microdata-live.png )
12+ </Card >
13+ </CardGrid >
14+
615MicroData is a comprehensive data collection and analysis platform designed for the BBC micro:bit.
716
817## What is MicroData?
@@ -11,19 +20,22 @@ MicroData provides tools for collecting, visualizing, and analyzing sensor data
1120
1221- Real-time data streaming and visualization
1322- Multi-sensor support
14- - Data export and analysis capabilities
15- - Cloud integration for data storage
23+ - Data analysis capabilities
1624
1725## Getting Started
1826
19- 1 . Connect your micro:bit to MicroData
20- 2 . Select your sensors and data points to collect
21- 3 . Start collecting data in real-time
22- 4 . Analyze and export your results
27+ - [ Open MicroData] ( https://makecode.microbit.org/beta/#pub:95125-24885-94306-07135 ) in
28+ a web browser.
29+ - Explore MicroData via the simulator. Click on the full-screen icon in the simulator to
30+ get the best experience.
31+ - Download the code to your micro:bit by clicking the "Download" button in the MakeCode editor
32+ and following instructions on how to copy MicroData onto your micro:bit.
33+ - Insert your micro:bit, programmed with MicroCode, into a [ display shield] ( /getting-started/display-shields )
34+
35+ ## Learn More
36+
37+ - [ Official Documentation] ( https://github.com/microbit-apps/microdata )
38+ - [ GitHub Repository] ( https://github.com/microbit-apps/microdata )
2339
24- ## Features
2540
26- - ** Real-time Visualization** : See your data as it's collected
27- - ** Data Logging** : Store measurements for later analysis
28- - ** Advanced Analytics** : Built-in analysis tools and graphs
29- - ** Cross-platform** : Works on web and mobile devices
41+ import { Card , CardGrid , LinkCard } from ' @astrojs/starlight/components' ;
0 commit comments