Difference between revisions of "List of videos"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube] | * https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube] | ||
<youtube>DnBBB8AcvBg</youtube> | <youtube>DnBBB8AcvBg</youtube> | ||
+ | * https://youtu.be/fnzKTF7lrZ8 Setting up Raspberry Pi Pico board (getting started, firmware image, blick LED) [12:52, on Youtube] | ||
+ | <youtube>fnzKTF7lrZ8</youtube> | ||
* https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube] | * https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube] | ||
<youtube>_TrKPDOReJc</youtube> | <youtube>_TrKPDOReJc</youtube> |
Revision as of 00:10, 22 February 2021
List of Videos available
- https://youtu.be/DnBBB8AcvBg Setting up Software on your computer (python, uPyCraft IDE, Putty) [4:20, on Youtube]
- https://youtu.be/fnzKTF7lrZ8 Setting up Raspberry Pi Pico board (getting started, firmware image, blick LED) [12:52, on Youtube]
- https://youtu.be/_TrKPDOReJc Flashing the MicroPython image onto the ESP32 and ESP8266 microcontroller [17:01, on Youtube]
- https://youtu.be/BkAhWlHeXqA Flashing the MicroPython image onto the ESP8266 D1 mini [5:41, on Youtube]
- https://youtu.be/LYsFbSTZMBY controlling the onboard LED on the ESP8266 D1 mini [5:05, on Youtube]
- https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube]
- https://youtu.be/e3No4wGGQas What is in the hardware box? [10:19, on Youtube]
- https://youtu.be/0KGgYsEZcZM Digital Output - adding an LED to the controller [30:30 on Youtube]
- https://youtu.be/GHE5A0WT5AE Digital Output - adding an LED to the ESP8266 D1 mini[11:06 on Youtube]
- https://youtu.be/G6HZ1etMRbM Digital Output - connecting an LED - WebREPL based[16:54 on Youtube]**
- https://youtu.be/XovIHYo7s1A PWM Output - connecting a servo, controlling brightness of an LED [45:39 on Youtube]
- https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 on Youtube]**
- https://youtu.be/Cb_nYYs-pag Digital Input - connecting a button and reading a digital value on the ESP8266 D1 mini [16:21 on Youtube]
- https://youtu.be/gjj5KyK2qGI Analog Input - ADC - connecting a resistor, voltage divider [46:23 on Youtube]**
- https://youtu.be/gToR5wwcxuQ Analog Input - ADC - connecting a potentiometer on the ESP8266 D1 mini [5:56 on Youtube]
- https://youtu.be/MXfj_gWf0z4 Uploading and running python files with uPyCraft IDE [6:48 on Youtube]
- https://youtu.be/PJ3nQo_Hw3I Connect the ESP32/ESP8266 to the Internet, IoT, netvars.py [8:52 on Youtube], https://www.sketching-with-hardware.org/files/netvars.py module
- https://youtu.be/UbxwePvgX-U Print to the OLED Display that is mounted to the ESP32 board [22:00 on Youtube], https://www.sketching-with-hardware.org/files/display.zip include the ssd1306.py module and examples to use it
- https://youtu.be/kzgUN_h1bqw Use main.py as entry point to start your MicroPython code [29:23 on Youtube]
- https://youtu.be/K2m6ttZ1bJw Connecting an RGB-LED and programming it with Micropython [31:11 on Youtube]
- https://youtu.be/HPQMvL1SP_c Connecting speakers and an amplifier, creating sounds ==
- https://youtu.be/3J3GbD2PrCs Connecting the analog Joystick
- https://youtu.be/C0W-wI0qHIQ Connecting a PIR motion sensor
- https://youtu.be/EIwjeek5hnM Connecting a stepper motor (28BYJ-48) and driver (ULN2003)