⚠️ ⚠️ ⚠️ THIS REPOSITORY IS NO LONGER SUPPORTED. ⚠️ ⚠️ ⚠️
The new repository is here : LiXee-ZiBridge
Ethernet platform for PiZiGate. For more informations, please go to the description page
The platform use an ESP32 (16MB flash) with LAN8720 driver for ethernet
This program use following libraries :
Please be sure libraries are installed before compile
Just install esptools and run this command
esptool.py.exe --chip esp32 --port COMXX --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader_dio_80m.bin 0x10000 ZiGate-Ethernet.ino.bin 0x8000 ZiGate-Ethernet.ino.partitions.bin 0x910000 ZiGate-Ethernet.littlefs.bin