MicroPython ESP32 building and loading firmware with Tony D! @micropython
In More Info | No commenthow to build and load the latest in-development MicroPython firmware for the ESP32 processor. Learn how to build, load, and try out the latest ESP32 MicroPython firmware!
MicroPython framebuf module and SSD1306 display with Tony D!
In More Info | No commentDiving into the framebuf module in MicroPython and how to use a pure python version when firmware space is limited (like on the SAMD21 processor).
CircuitPython: NeoPixels and Circuit Playground Arc Reactor with Tony D! #programming
In More Info | No commenthow to use NeoPixels with CircuitPython, and how to animate an arc reactor with CircuitPlayground SAMD21 and CircuitPython.
CircuitPython: Converting Arduino Arc Reactor Sketch to CircuitPython with Tony D!
In More Info | No commenthow to convert an Arduino arc reactor project into a CircuitPython/MicroPython project. Learn how to convert Arduino code into CircuitPython and some of the performance issues you might run into along the way.
Tony builds his arc reactor with Circuit Playground
In More Info | No commentSped-up video of Tony D. building his arc reactor to cosplay Tony S. at Emerald City Comicon. Watch the process of adding a neopixel ring to Circuit Playground and programming them to pulse with color. Look for a guide and live stream building a CircuitPython version later in the week!
CircuitPython Capacitive Touch & MPR121 Driver Porting with Tony D!
In More Info | No commenthow to use capacitive touch on M0 Express boards and how to port a Raspberry Pi Python driver to CircuitPython (for the MPR121 capacitive touch breakout).
Micro/CircuitPython NeoPixel Color Synthesis Experiments with Tony D!
In More Info | No commentpart 1 of experiments with creating a color synthesizer for NeoPixels, in the style of analog music synthesizers.
CircuitPython Hardware: MPR121 Capacitive Touch & Electric Spoons with Tony D!
In More Info | No commenthow to use a MPR121 capacitive touch sensor with CircuitPython. Watch a fun demo of the ‘electric spoons’ that play tones based on touch!
MicroPython mpy-utils: Mount MicroPython board as filesystem and more with Tony D!
In More Info | No commenthow to use the mpy-utils tool suite to copy files and mount a MicroPython board as a filesystem on your computer.
Feather M0 Express loading CircuitPython & Arduino flash access with Tony D!
In More Info | No commenthow to load CircuitPython on the latest Feather M0 Express board from Adafruit. Also gives a preview of an Arduino library that allows you to read and write files on the board’s flash memory and share them between CircuitPython & Arduino.
MicroPython Jupyter notebook kernel with Tony D! @micropython @ProjectJupyter
In More Info | No commentAn experimental Jupyter notebook kernel for MicroPython. This allows you to connect to a MicroPython or CircuitPython board from a Jupyter notebook and interactively control the REPL on the board.
Tour of MicroPython on BBC micro:bit with Tony D! @micropython @microbit_edu
In More Info | No commenthow to use MicroPython on the BBC micro:bit. The micro:bit is a nifty all-in-one electronic learning board that’s available now in the United States and can be programmed with MicroPython. See a tour of what you can do with MicroPython and the micro:bit.
MakeCode for micro:bit and M0 Express with Tony D!
In More Info | No commentThe Microsoft MakeCode visual programming editor and its use with the BBC micro:bit and Adafruit M0 Express boards. Drag and drop the creation of complex programs in your web browser, then copy them to a board just like dragging a file to a USB drive!
CircuitPython: PulseIO and cloning an IR remote control with Tony D!
In More Info | No commentThe pulseio module in CircuitPython and how to use it with an IR receiver and IR LED to clone a remote control. Learn a bit about how IR remotes work and how CircuitPython can capture and generate their signals.
Circuit Playground digital fidget spinner with Tony D!
In More Info | No commentA digital fidget spinner built with Adafruit’s Circuit Playground classic and express boards. This fidget spinner has no moving parts and uses an accelerometer to detect flicks and animates the spinner motion around 10 NeoPixels on the board. You can press buttons to change the color and type of spinner animation too! The video walks through how to run the fidget spinner on a board and how the code and algorithm works. This version of the spinner uses Arduino and the Arduino programming languge, but stay tuned for a future version using CircuitPython and Circuit Playground Express!
Circuit Playground Express & CircuitPython digital fidget spinner with Tony D!
In More Info | No commenthow to build a Python-powered digital fidget spinner with Circuit Playground Express & CircuitPython.
CircuitPython & ChromeOS: Introduction to Circuit Playground Express with Tony D!
In More Info | No commenthow to use CircuitPython on Circuit Playground Express with ChromeOS on a Chromebook. Learn how to load CircuitPython on a board and do basic digital IO & control NeoPixels.
Circuit Playground Express & Windows 10: Make Code & CircuitPython usage with Tony D!
In More Info | No commenthow to program Circuit Playground Express boards using either Microsoft Make Code visual programming or CircuitPython on Windows 10 (or older Windows devices).
- 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
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300