Skip to content

Commit a84f443

Browse files
committed
add microdata material
1 parent 290410f commit a84f443

3 files changed

Lines changed: 24 additions & 12 deletions

File tree

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/assets/microdata-live.png

94.9 KB
Loading

src/content/docs/apps/microdata.mdx

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ title: MicroData
33
description: 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+
615
MicroData 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

Comments
 (0)