Difference between revisions of "List of videos"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* https://youtu.be/0KGgYsEZcZM Digital Output - adding an LED to the controller [30:30 on Youtube] | * https://youtu.be/0KGgYsEZcZM Digital Output - adding an LED to the controller [30:30 on Youtube] | ||
<youtube>0KGgYsEZcZM</youtube> | <youtube>0KGgYsEZcZM</youtube> | ||
+ | * https://youtu.be/GHE5A0WT5AE Digital Output - adding an LED to the ESP8266 D1 mini[11:06 on Youtube] | ||
+ | <youtube>GHE5A0WT5AE</youtube> | ||
* https://youtu.be/G6HZ1etMRbM Digital Output - connecting an LED - WebREPL based[16:54 on Youtube]** | * https://youtu.be/G6HZ1etMRbM Digital Output - connecting an LED - WebREPL based[16:54 on Youtube]** | ||
<youtube>G6HZ1etMRbM</youtube> | <youtube>G6HZ1etMRbM</youtube> | ||
Line 20: | Line 22: | ||
* https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 on Youtube]** | * https://youtu.be/va1beT6sxLs Digital Input - connecting a switch [30:31 on Youtube]** | ||
<youtube>va1beT6sxLs</youtube> | <youtube>va1beT6sxLs</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] | ||
+ | <youtube>Cb_nYYs-pag</youtube> | ||
* https://youtu.be/gjj5KyK2qGI Analog Input - ADC - connecting a resistor, voltage divider [46:23 on Youtube]** | * https://youtu.be/gjj5KyK2qGI Analog Input - ADC - connecting a resistor, voltage divider [46:23 on Youtube]** | ||
<youtube>gjj5KyK2qGI</youtube> | <youtube>gjj5KyK2qGI</youtube> | ||
+ | * https://youtu.be/gToR5wwcxuQ Analog Input - ADC - connecting a potentiometer on the ESP8266 D1 mini [5:56 on Youtube] | ||
+ | <youtube>gToR5wwcxuQ</youtube> | ||
* https://youtu.be/MXfj_gWf0z4 Uploading and running python files with uPyCraft IDE [6:48 on Youtube] | * https://youtu.be/MXfj_gWf0z4 Uploading and running python files with uPyCraft IDE [6:48 on Youtube] | ||
<youtube>MXfj_gWf0z4</youtube> | <youtube>MXfj_gWf0z4</youtube> |
Revision as of 02:03, 8 December 2020
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/_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/_4bXk8JjQSk PWM Output - connecting a servo - WebREPL based [14:40 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/PEKjvD1uQe4 Connecting a stepper motor (28BYJ-48) and driver (ULN2003)
- https://youtu.be/PJdDUZWeIDs Connecting the HC-SR04 distance sensor
- https://youtu.be/YFKACI_TfqA Connecting the MPU-6050 sensor (acceleration, gyro, temperature)