boguz / emilBox

ESP32 based Toniebox clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emilBox

ESP32 based Toniebox clone

Materials

  • Board: ESP32 doit devkit v1 pins

Connections

RFID RC522 diagram here:

  • SDA: D2
  • SCL: D18
  • MOSI: D23
  • MISO: D19
  • IRQ: --
  • GND: GND
  • RST: D27
  • 3.3V: 3.3V

Build the index.html

  1. We must build the css and js
  2. The build css and js must be added to the index.html head section
  3. We must GZIP the index.html, for instance using the Online GZIP comporessor
  4. The gziped file must be converted to a file array, like described here
  5. The result must be added to a web_index.h file (sibling of index.html)
  6. On the web_index.h we must define index_html_gz_len (using dashed) and

Inspiration and links

About

ESP32 based Toniebox clone

License:MIT License


Languages

Language:C 46.5%Language:C++ 26.0%Language:CSS 9.3%Language:HTML 9.1%Language:TypeScript 8.8%Language:JavaScript 0.2%