2026IoTPicowLab/Lab11-Revised/README.md
2026-04-16 10:24:28 -04:00

24 lines
888 B
Markdown

# Lab 11
## Servo Control Dashboard
### Overview
Use the Adafruit dashboard to control a servo motor. The dashboard can be used to push position information to remote IoT nodes.
Important: **This project uses CircuitPython.** Nuke the Pico to erase any MicroPython installation. Drag and drop the appropriate CircuitPython version to the Pico W or Pico 2W.
---
Directories & Files
---
CircuitPython: CircuitPython code and documentation. It includes the CircuitPython Versions for the Pico W and Pico 2 W.
flash_nuke.uf2: Erases all existing firmware on the Pico W.
universal_flash_nuke.uf2: Erases all existing firmware on the Pico 2 W.
CircuitPython/code: Working code for the lab. Drag and drop all code and directories to the Pico. CicuitPython provides a removeable disk access to the Pico.
Documentation: Pin diagrams, web links, and other information.