fairecasoimeme / ZiGate-Ethernet

Ethernet platform for PiZiGate
9 stars 3 forks source link

DEPRECATED

⚠️ ⚠️ ⚠️ THIS REPOSITORY IS NO LONGER SUPPORTED. ⚠️ ⚠️ ⚠️

The new repository is here : LiXee-ZiBridge

ZiGate-Ethernet

Ethernet platform for PiZiGate. For more informations, please go to the description page

ZiGate-Ethernet

Firmware

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

How to flash release

Just install esptools and run this command

Windows

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

Screenshots

Status

status

WiFi

wifi

Ethernet

Ethernet

Console

console