github aitjcize/esp32-photoframe v1.9.8

latest releases: v2.7.2, v2.7.1, v2.7.0...
3 months ago

🎉 What's New

  • Add orientation configuration (for future features like text overlay, etc.)
  • Improve HA integration
  • Expose Temp / Humidity sensor to HA
  • Implement sleep schedule (quiet period where the frame don't refresh)
  • Add button to trigger deep sleep on the webapp
  • Use external RTC to keep time

Installation

🌐 Web Flasher (Easiest)

Flash directly from your browser (Chrome/Edge/Opera required):
https://aitjcize.github.io/esp32-photoframe/

📦 Manually

photoframe-firmware-merged.bin - Single file containing bootloader, partition table, and application

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash 0x0 photoframe-firmware-merged.bin

Don't miss a new esp32-photoframe release

NewReleases is sending notifications on new releases.