Difference between revisions of "List of videos"
Jump to navigation
Jump to search
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
* 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> | ||
+ | * https://youtu.be/BkAhWlHeXqA Flashing the MicroPython image onto the ESP8266 D1 mini [5:41, on Youtube] | ||
+ | <youtube>BkAhWlHeXqA</youtube> | ||
+ | * https://youtu.be/LYsFbSTZMBY controlling the onboard LED on the ESP8266 D1 mini [5:05, on Youtube] | ||
+ | <youtube>LYsFbSTZMBY</youtube> | ||
* https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube] | * https://youtu.be/jhfURkMZVEs Setting it up... What could possibly go wrong when setting it up? [10:32, on Youtube] | ||
<youtube>jhfURkMZVE</youtube> | <youtube>jhfURkMZVE</youtube> | ||
Line 10: | Line 15: | ||
* 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> | ||
− | * https://youtu.be/_4bXk8JjQSk PWM Output - connecting a servo - WebREPL based [14:40 on Youtube]** | + | * https://youtu.be/XovIHYo7s1A PWM Output - connecting a servo, controlling brightness of an LED [45:39 on Youtube] |
− | <youtube>_4bXk8JjQSk</youtube> | + | <youtube>XovIHYo7s1A</youtube> |
+ | <!--* https://youtu.be/_4bXk8JjQSk PWM Output - connecting a servo - WebREPL based [14:40 on Youtube]** | ||
+ | <youtube>_4bXk8JjQSk</youtube>--> | ||
* 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> | ||
Line 34: | Line 47: | ||
* https://youtu.be/C0W-wI0qHIQ Connecting a PIR motion sensor | * https://youtu.be/C0W-wI0qHIQ Connecting a PIR motion sensor | ||
<youtube>C0W-wI0qHIQ</youtube> | <youtube>C0W-wI0qHIQ</youtube> | ||
− | * https://youtu.be/ | + | * https://youtu.be/EIwjeek5hnM Connecting a stepper motor (28BYJ-48) and driver (ULN2003) |
− | <youtube>PEKjvD1uQe4</youtube> | + | <youtube>EIwjeek5hnM</youtube> |
+ | <!-- <youtube>PEKjvD1uQe4</youtube> >> | ||
* https://youtu.be/PJdDUZWeIDs Connecting the HC-SR04 distance sensor | * https://youtu.be/PJdDUZWeIDs Connecting the HC-SR04 distance sensor | ||
<youtube>PJdDUZWeIDs</youtube> | <youtube>PJdDUZWeIDs</youtube> | ||
* https://youtu.be/YFKACI_TfqA Connecting the MPU-6050 sensor (acceleration, gyro, temperature) | * https://youtu.be/YFKACI_TfqA Connecting the MPU-6050 sensor (acceleration, gyro, temperature) | ||
<youtube>YFKACI_TfqA</youtube> | <youtube>YFKACI_TfqA</youtube> |
Latest revision as of 15:18, 12 June 2024
- 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)