Skip to content

kongdej-srisamran/prayerclock

Repository files navigation

Prayer Clock

Hardware

  • ESP32 DOIT ESP32 DEVKIT/ESP-WROOM-32
  • MP3-TF-16P + SD Card
  • Max7219 Led Matrix Module X 4

Installation

Preperation

Erase_flash

esptool.py --port /dev/tty.SLAB_USBtoUART erase_flash

Flash micropython firmware to ESP32

esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART write_flash -z 0x1000 *.bin

modify file wifi.txt

  [ssid],[password]

Upload *.py and wifi.txt to ESP32

ampy --port /dev/tty.SLAB_USBtoUART put [xxxxxx.py]

Schematic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages