Following the completion of your in-progress Combine / Remix prototype, and Prototype Proposal Draft, Complete the 10/5/1 ideas exercise described here.
Prepare an initial version of your Combine / Remix prototype as well as a Prototpye Proposal draft.
Combine / remix a technological feature developed for your first prototype with a technological feature developed for your second prototype in order to create a new (third) prototype. While the specifics are up to you, your remixed prototype should prompt an audience member/user to interact...
ESP32
3V
ESP32
34
ESP32
GND
LED
to GND
Follow along on your ESP32
For Example
# analog in to pwm...
Analog to Digital Conversion
(ADC
) is the process of converting a varying voltage
(analog
) to a sequence of discrete voltages
(digital
). MicroPython
provides a convenient interface for this via ADC
, which can be used on any pin whose number is prep...