Skip to content

Latest commit

 

History

History
108 lines (72 loc) · 4.31 KB

BOARD_DESIGN.md

File metadata and controls

108 lines (72 loc) · 4.31 KB

ESP32 Board Design

Table of Contents

ESP Pictures

ESP32 1

ESP32 2

ESP32 Wroom PinOut

Technical Information about ESP32

Advanced Troubleshooting and Programming

  • ESP Tool (Requires Python)
    • Once Python is installed open an elevated command prompt and navigate to the extracted files
    • To get board information:
      • py espefuse.py --port COM3 summary
    • Flash Information:
      • py esptool.py flash_id
    • You’ll find you have missing packages. Use the structure below to install them
      • python -m pip install pyserial

Encoders

  • Encoder Library

    • This library is able to attach inputs to interrupt pins. This prevents constant polling.
  • Wiring / Pins

    Encoder Wiring Pins

Display

LED Signaling

Case / Enclosure