More Info
MicroPython Smart Holiday Lights pt. 1 with Tony D! @micropython
In More Info | No commentpart 1 of the MicroPython smart holiday lights project. This is a project to build animated holiday lights that are controlled by a webpage and powered by MicroPython on the ESP8266.
MicroPython NeoPixel Holiday Fireplace with Tony D! @micropython
In More Info | No commentHow to create a festive holiday fireplace animation on a NeoPixel matrix with MicroPython and the ESP8266. Learn how old demoscene fire effects can be ported to MicroPython!
CircuitPython beta introduction and demos with Tony D! @micropython
In More Info | No commentExploring the beta of CircuitPython, an open-source derivative of MicroPython with emphasis on beginner friendly control of Adafruit’s education boards. Learn what is CircuitPython and see demos of a few key features.
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).
- 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