gedankensplitter/openepaperlink.md
2023-07-14 07:09:58 +02:00

965 B

ZBS243 electronic shelf label

ref

hardware

  1. ESP32 + ≥ 4Mb PSRAM 2. ELS ZBS243 as 802.15.4 modem connected to the ESP32
  2. multiple ELSs with flashed firmware

power usage

the nrf power profiler kit 2 was used: ![boot_current-zbs.png] ![sleep-zbs.png] ![full-cycle-zbs.png]

mass flash event

  1. determine serial number from device
  2. extract MAC (8byte) from flash 0x74004? (found @ 0xFC06, 4 bytes for MAC ?)
  3. infopage MAC (8byte) from eeprom 0x10
  4. backup 64k flash
  5. backup 1k eeprom infopage (calibration data and possible MAC)
  6. merge and flash new firmware image

minor additional

  • gpio max current for power
  • add espressif dev board
  • simple power toggle
  • remote firmware update
  • fix mapping txd and rxd in the serial println -> mostly wrong zbs-flasher labels
  • change uart1 pins and get the led working
  • lifepo4 battery mod?