More Info
Circuit Playground Firmata & Adafruit IO with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit looking at how to control Circuit Playground from Adafruit IO. Using the Circuit Playground Firmata firmware you can write Python code that controls the board from your computer, like listening to Adafruit IO feeds and changing the LEDs on Circuit Playground!
Raspberry Pi Cat Laser Toy 2.0 pt. 1 with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing part 1 of a multi-part build to make a Cat laser toy controlled by the internet. This video looks at a previous version of the project that is the inspiration and outlines how it will be improved in this series. In addition the hardware components of the laser toy are connected to the Pi and tested.
Raspberry Pi Quick Look at Scratch visual programming with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit with a quick look at Scratch visual programming on the Raspberry Pi. Looks at how to run Scratch and get started with it, and how to use it to control GPIO inputs/outputs on the Raspberry Pi.
Raspberry Pi Cat Laser Toy 2.0 pt. 2 with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing part 2 in the Raspberry Pi Cat Laser Toy 2.0 project. This video revisits the code for the original cat laser toy project and gets it running again with the hardware for the updated 2.0 project. Will the cat play with the laser? Watch the video to find out!
Raspberry Pi Quick Look at Jupyter/IPython notebooks with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit looking at Jupyter/IPython as a tool for programming Python on the Raspberry Pi. Looks at how to install and run Jupyter on the Pi, and how to use it to do simple tasks like graph sensor data.
Circuit Playground & Bluefruit LE wireless pin IO with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing how to use a Flora Bluefruit LE module and Circuit Playground for basic wireless control of the board from mobile devices like phones & tablets.
Raspberry Pi Cat Laser Toy 2.0 pt. 3 with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing part 3 of the Raspberry Pi Cat Laser 2.0 project. This part looks at how to setup a separate server (as a virtual machine) that proxies the MJPEG video stream and can control the laser targeting with MQTT messages.
Raspberry Pi Cat Laser 2.0 pt. 4 with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing part 4 in the Raspberry Pi Cat Laser 2.0 series. This part looks at how to build a cloud server with Python, flask, and flask-socketio which allows multiple people to control the cat laser. Instead of each user trying to individually access the Pi they instead access the cloud server (running a virtual machine for now) and it sends control messages to the Pi (using MQTT) and serves up the Pi’s video stream. Adding the cloud server allows many more users to control the laser vs. if they tried to access the Pi directly and…
Raspberry Pi Quick Look at Tor Hidden Services with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit giving a quick look at Tor hidden services on the Raspberry Pi. This technology allows you to securely expose services on a Raspberry Pi (like camera streams, home automation, or even your own DIY services) to the broader internet over Tor’s network. This video looks at how to expose a mjpeg-streamer Raspberry Pi camera stream over Tor with a hidden service.
Raspberry Pi Cat Laser 2.0 pt. 5 with Tony D! @adafruit #LIVE
In More Info | No commentLive stream to http://twitch.tv/adafruit showing the final video in the Raspberry Pi Cat Laser 2.0 series. This video explores running the laser server code in AWS and building a game around players sharing control of the cat laser.
- 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