Arduino smart door
Go to file
Malin Freeborn c578c5a1df
note setup instructions
2024-05-21 23:58:15 +02:00
sketch_may21a write buzzer code 2024-05-21 21:06:53 +02:00
LICENSE init the git 2024-05-21 20:02:54 +02:00
README.md note setup instructions 2024-05-21 23:58:15 +02:00

README.md

This code was made for a LOLIN32 board, which says 'LOIN32' on its board. This indicates a Chinese rip-off, but we haven't told him yet.

Tools

Besides the writers, the arduino package. You'll need to be in the dialout group to use it.

sudo usermod -aG dialout $USER

GUI Setup

  • Install board ESP32-S3
    • Board -> esp32 -> ESP32S3 Dev Module
  • Set USB mode to USB-OTG:
    • Tools -> USB Mode -> USB-OTG(TinyUSB)
  • Connect the dev board to the PC (UART USB port)
    • Select the arduino's port in Tools -> Port