forked from CoderDojoTC/micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·244 lines (241 loc) · 10.8 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
site_name: 'MicroPython for Kids'
nav:
- CoderDojo Mentor Resources: https://coderdojotc.github.io/CoderDojoTC/
- MicroPython Home: index.md
- Introduction:
- About This Site: intro/01-about.md
- Physical Computing: intro/02-physical-computing.md
- Microcontrollers: intro/03-microcontrollers.md
- Getting Started:
- Introduction: getting-started/01-intro.md
- Solderless Breadboards: getting-started/02-breadboards.md
- Boards: getting-started/02-boards.md
- Displays: getting-started/10-displays.md
- Sourcing Parts: getting-started/03-suggested-parts.md
- Raspberry Pi Pico: getting-started/02-pi-pico.md
- ESP32: getting-started/02-esp32.md
- Powering Your Projects: getting-started/04-power.md
- Thonny IDE: getting-started/02c-thonny.md
- VS Code IDE: getting-started/02d-vscode.md
- MicroPython Libraries: getting-started/01b-libraries.md
- Basic Examples:
- Introduction: basics/01-intro.md
- Blink: basics/03-blink.md
- Fade In and Out: basics/04-fade-in-and-out.md
- Buttons: basics/03-button.md
- Potentiometer: basics/03-potentiometer.md
- Motor: basics/04-motor.md
- Servo: basics/04-servo.md
- NeoPixel: basics/05-neopixel.md
- Wireless: basics/06-wireless.md
- Sensors:
- Introduction: sensors/01-intro.md
- Photosensor: sensors/02-photosensor.md
- Ping Distance: sensors/03-ping.md
- IR Distance Sensor: sensors/08-ir-distance-sensor.md
- Temp and Humidity: sensors/04-temp-dht11.md
- Temperature: sensors/05-temp-dsb20.md
- Temp, Humidity, Pres: sensors/06-bme280.md
- DH11 Temp and Humidity: sensors/dht11-temp-humidity.md
- Potentiometer: sensors/02-pot.md
- Environmental Sensor: sensors/06-bme280.md
- Accelerometer Compass: sensors/06-accelerometer-compass.md
- Time of Flight Distance: sensors/07-VL53L0X_GY.md
- Rotary Encoder: sensors/10-rotary-encoder.md
- Compass: sensors/11-compass.md
- Gesture: sensors/13-gesture.md
- Motors and Servos:
- Introduction: motors/01-intro.md
- Transistor Lab: motors/02-transistor.md
- H-Bridge: motors/03-h-bridge.md
- L293D Chip: motors/04-l293d.md
- Controller Board: motors/05-controller-board.md
- Servos: motors/06-servos.md
- Stepper Motors: motors/07-stepper-motors.md
- Displays - Non-Graphical:
- Introduction: displays/non-graph/01-intro.md
- 7 Segment Display: displays/non-graph/seven-segment.md
- 10 Bar LEDs: displays/non-graph/03-10-bar-leds.md
- 8x8 LED Matrix: displays/non-graph/04-8x8-led-matrix.md
- Character LCD: displays/non-graph/10-character-lcd-display.md
- 4 Digit LED: displays/non-graph/05-4-digit.md
- Displays Graphical:
- Introduction: displays/graph/01-intro.md
- Wiring Harness: displays/graph/19-wiring-harness.md
- Graphic LCD: displays/graph/15-cu1609c-led.md
- Basic Drawing: displays/graph/03-basic-drawing.md
- Drawing with Bitmaps: displays/graph/03-bitmaps.md
- Custom Drawing Functions: displays/graph/04-extended-drawing-functions.md
- Color LCD ST7789V: displays/graph/14-lcd-st7789V.md
- Timing Draw Speed: displays/graph/05-timing-draw-speed.md
- TFT ILI9341: displays/graph/16-tft-ili9341.md
- LCD Waveshare: displays/graph/11-lcd-waveshare.md
- E-Paper: displays/graph/12-e-paper-display.md
- OLED Setup: displays/graph/02-oled-setup.md
- OLED SSD1306 I2C: displays/graph/11-oled-ssd1306-i2c.md
- OLED SSD1306 SPI V1: displays/graph/12-oled-ssd1306-spi-v1.md
- OLED SSD1306 SPI V2: displays/graph/11-oled-ssd1306-spi.md
- OLED SH1106 I2C Example: displays/graph/11-oled-sh1106-i2c.md
- OLED SSD 1352: displays/graph/17-ssd1352.md
- OLED Bounce: displays/graph/10-oled-bounce.md
- OLED Pot: displays/graph/12-oled-pot.md
- OLED Ping: displays/graph/11-oled-ping.md
- OLED Pong: displays/graph/11-pong.md
- OLED Pixel Draw: displays/graph/13-pixel-draw.md
- OLED Patterns: displays/graph/15-oled-patterns.md
- Random Hearts: displays/graph/14-random-hearts.md
- NeoPixel Matrix: displays/graph/18-neopixel-matrix.md
- OLED References: displays/graph/40-oled-references.md
- Sound and Music:
- Introduction: sound/index.md
- Playing a Tone: sound/02-play-tone.md
- Playing Three Tones: sound/03-play-three-tones.md
- Playing a Scale: sound/04-play-scale.md
- Play Mario: sound/05-play-mario.md
- Eight Key Piano: sound/06-eight-key-piano.md
- Playing Audio File: sound/07-play-audio-file.md
- Converting Audio Files: sound/09-converting-mp3-to-wav.md
- Wireless:
- Introduction: wireless/01-intro.md
- Connecting to WiFi: wireless/02-connecting-to-wifi.md
- HTTP GET: wireless/03-http-get.md
- Web Server: wireless/04-web-server.md
- Web Server NeoPixel: wireless/07-web-server-rgb-neopixels.md
- MAC Address: wireless/05-mac-address.md
- UPIP: wireless/06-upip.md
- Get Weather Forecast: wireless/08-get-weather.md
- Display Forecast on OLED: wireless/09-get-weather-display.md
- WiFi Clock: wireless/10-wifi-clock.md
- Advanced Labs: wireless/11-advanced-labs.md
- With Display: wireless/20-display.md
- Robots:
- Introduction: robots/index.md
- Base Bot: robots/02-base-bot.md
- Rainbow Bot: robots/03-rainbow-bot.md
- Face Bot: robots/04-face-bot.md
- Ajusta Bot: robots/05-ajusta-bot.md
# - Servo Bot: robots/05-servo-bot.md
- IR Sensor Bot: robots/03-ir-sensor-bot.md
- FAQs: robots/20-faqs.md
- Advanced Labs:
- Introduction: advanced-labs/index.md
- Internal Temperature: advanced-labs/03-internal-temperature.md
- Interrupt Handlers: advanced-labs/02-interrupt-handlers.md
- Timing Functions: advanced-labs/03-timing-functions.md
- Conda Environment Setup: advanced-labs/04-conda-env.md
- OS Functions: advanced-labs/05-os-functions.md
- I2C Scanner: advanced-labs/06-i2c.md
- Frame Buffer: advanced-labs/07-framebuffer.md
- Minicom: advanced-labs/08-minicom.md
- SD Card Reader: advanced-labs/09-micro-sd-card-reader.md
- Converting CircuitPython: advanced-labs/10-converting-circuitpython-to-micropython.md
- MicroPython Remote: advanced-labs/11-mpremote.md
- Rshell: advanced-labs/11-rshell.md
- Timers: advanced-labs/13-timers.md
- Memory Management: advanced-labs/14-memory-management.md
- TinyML: advanced-labs/20-tinyml.md
- String Formatting: advanced-labs/12-string-formatting.md
- Operating System: advanced-labs/11-os.md
- Measuring Battery Voltage: advanced-labs/15-measuring-vsys.md
- File System: advanced-labs/17-file-system.md
- Spectrum Analyzer:
- Introduction: advanced-labs/30-spectrum-analyzer/index.md
- Test Incomming: advanced-labs/30-spectrum-analyzer/01-test-incoming-sound.md
- Gain Pot: advanced-labs/30-spectrum-analyzer/02-gain-pot.md
- Display Scroll: advanced-labs/30-spectrum-analyzer/display-scroll.md
- Debugging:
- Debugging Python: debugging/28-debugging-python.md
- Debugging I2C: debugging/29a-debugging-i2c.md
- Debugging SPI: debugging/29-debugging-spi.md
- Project Kits:
- Introduction: kits/01-intro.md
- Maker Pi RP2040:
- Introduction: kits/maker-pi-rp2040/index.md
- Getting Started: kits/maker-pi-rp2040/01-getting-started.md
- Blue LED Lab: kits/maker-pi-rp2040/02-blue-led-lab.md
- NeoPixel Lab: kits/maker-pi-rp2040/03-neopixel-lab.md
- Button Lab: kits/maker-pi-rp2040/04-button-lab.md
- Sound Lab: kits/maker-pi-rp2040/05-sound-lab.md
- Up/Down Mode Lab: kits/maker-pi-rp2040/06-up-down-lab.md
- Maker Pi RP2040 Robot:
- Introduction: kits/maker-pi-rp2040-robot/index.md
- Assembly: kits/maker-pi-rp2040-robot/02-assembly.md
- Motor Lab: kits/maker-pi-rp2040-robot/07-motor-connection-lab.md
- Up/Down Motor Speed Lab: kits/maker-pi-rp2040-robot/06-up-down-motor-lab.md
- Square Lab: kits/maker-pi-rp2040-robot/07b-drive-square-lab.md
- Servo Lab: kits/maker-pi-rp2040-robot/08-servo-lab.md
- Scanner Test: kits/maker-pi-rp2040-robot/09-i2c-scanner-test.md
- Time of Flight Lab: kits/maker-pi-rp2040-robot/10-time-of-flight-lab.md
- Time of Flight Sound Lab: kits/maker-pi-rp2040-robot/12-time-of-flight-sound-lab.md
- MicroSwitch Bot: kits/maker-pi-rp2040-robot/23-microswitch-bot.md
- Ultrasonic Ping Lab: kits/maker-pi-rp2040-robot/11-ping-lab.md
- Collision Avoidance Time-of-Flight: kits/maker-pi-rp2040-robot/20-collision-avoidance-robot.md
- Collision Avoidance Ping: kits/maker-pi-rp2040-robot/21-collision-avoidance-ping.md
- Ping Servo Meter: kits/maker-pi-rp2040-robot/24-ping-servo-meter.md
- Line Follower: kits/maker-pi-rp2040-robot/25-line-follower.md
- Maker Pi Pico:
- Introduction: kits/maker-pi-pico/index.md
- Running Lights: kits/maker-pi-pico/02-running-lights.md
- SD Card Reader: kits/maker-pi-pico/09-micro-sd-card-reader.md
- Maker Nano RP2040:
- Intro: kits/kits/maker-nano-rp2040/01-intro.md
- Larson Scanner:
- kits/larson-scanner/01-intro.md
- NeoPixel:
- Introduction: kits/neopixel/index.md
- Getting Started: kits/neopixel/01-getting-started.md
- Simple Patterns: kits/neopixel/02-simple-patterns.md
- Buttons: kits/neopixel/03-buttons.md
- Rotary Neopixel: projects/03-notary-neopixel.md
- MicroBit: kits/microbit.md
- RFID RC522: kits/rfid-rc522/index.md
# - Project Ideas: misc/projects.md
- Glossary: misc/glossary.md
- References: misc/references.md
- Contributing: misc/contributing.md
- Contact: misc/contact.md
- Colophon: misc/30-colophon.md
# - Render Test: misc/mermaid-test.md
site_description: 'Resources for teaching MicroPython to CoderDojo Twin Cities students. All content licensed Creative Commons ShareAlike Attribution Noncommercial'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/CoderDojoTC/micropython'
# CoderDojo Microsite Standards from here down
edit_uri: 'blob/master/docs'
theme:
# should be name: material
name: material
logo: img/coderdojo-logo.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
palette:
primary: '#642580'
accent: '#41BAC1'
# custom_dir: 'theme'
include_sidebar: true
features:
- content.code.copy
- navigation.expand
- navigation.path
- navigation.prune
- navigation.indexes
- toc.follow
- navigation.top
# this adds the prev and next icons in the footer
- navigation.footer
plugins:
- search
# - mermaid2 - takes too long to build - use a screen image for now
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.highlight:
linenums: true
extra:
analytics:
provider: google
# https://analytics.google.com/analytics/web/#/a1420179p349994530/admin/streams/table/4433129821
property: G-DS16K4YVRR