mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
Page:
88MZ100 Changelog
Pages
1.3” EL013H2WRD Peghook
1.54″ HS‐154R‐N
13.3″ EL133C2WRN
2.1″ Chroma‐21
2.2″ BWRY EL022F6W4A
2.2″ EL022H3WRA
2.6″ BWRY Newton Pro EL026F6W4A
2.7″ ST‐GR27000
2.9″ Chroma 29
2.9″ EL029D2WRA SubGHz
2.9″ EL029GSWRN
2.9″ EL029H3WRA
2.9″ ST‐GM29MT1
2.9″ TG‐GM29MT1C ST‐GM29MTF
4.2″ Chroma 42
4.2″ ST‐GR42
4.2″ TG‐GR42
4inch AP
7.4″ ST GM7500N
7.5″ ST‐GR750BN
88MZ100 Changelog
88MZ100 Programming and interfacing
Access point pinouts
Adding an SD card
BLE only AP
Beginners Guide for an easy to build Access Point (aka spaghetti AP)
Binary file nomenclature
Build AP firmware
CC1310 Based Chroma Tags
Chroma 74
Chroma 74H
Chroma Aeon 74
Chroma Series SubGhz Tags
Content cards
Default settings for new Tags
ESP32‐PoE‐ISO_AP
Firmware Updates
Flashing SiLabs based M3 Newton Displays
Generic CC1101 modules for SubGhz
Google Apps Scripts
Home
ICS calendar
Installing SubGhz Beta
Led control
LilyGo T‐Panel AP
Lithium Ion replacement for CR2450
M2 NFC 2.9″ and 1.54″
M2 Tag Firmware changelog
M3 Tag Firmware changelog
Nano AP V2
Opticon 2.1″ BWRY EE‐214RY
Opticon 2.9″ BWRY EE‐293RY
Opticon 4.2″ BWR EE‐420R
Opticon 7.5″ BWR EE‐750R
Opticon CC2533‐based tags
Picture Frame for 7.4" Price tags
RF protocol
Restoring Lost Serial Numbers in Chroma Tags
SubGhz AP Configuration
SubGhz support for the LilyGo T‐Panel
Tag protocol timing
Troubleshooting usage
Uploading & Using Custom Fonts, with examples
Using your own fork with OTA updates
Yellow AP with EByte CC1101 module
rf‐wake
tagtype notes
Clone
6
88MZ100 Changelog
Jelmer edited this page 2024-03-03 21:49:02 +01:00
Table of Contents
v0028
- Fixed a bug where an interrupted transfer wouldn't be continued properly
- Improved compatibility with ESP32-S2/TagAP-based accesspoints
- Fixed handling for large compressed files; Too large files could overflow a buffer during rendering
- Added a few commands
- Added 'deep sleep' command, blanking the screen and forcing the tag to sleep
v0027
- Greatly reduced EPD booster, resulting in much less EPD power consumption
- Will now work down to approximately 2 volts (if your batteries would support any currents at that low a voltage)
- No more red-bleed in large areas with black/red
v0027 beta - Compression and proper UI fonts
- Moved various parts to C++, most parts compiled with -O3
- Improved stability, watchdog now runs properly
- Improved icons for no-RF and low battery
- Common codebase for protocol and drawing text and icons with M3 firmware
- Moved 'settings' and 'profile' to the back of the flash space, to allow universal firmwares in the future
- Support for much larger firmware's in the future
- Software version now correctly reported
- Sending Full DataAvailReq packets works reliably
- MD5 validation for both firmware and images
- Firmware magic number is validated when doing OTA updates to ensure the correct file is flashed
- Simplified EPD driver for UC8159
- Reduced power consumption
- Introduces OEPLfs in order to reduce codesize and keep data out of RAM
- Introduces EPD-driver abstraction layer
- Uses compression on images and icons
- This version supports compression of the transferred image data, when the AP supports it
- Uses zlib for compression, with a fixed window(dictionary) size of 8192
- Reduces unnecessary block transfers
Known issues
- Due to larger size, this version cannot be flashed from previous versions! You'll need to flash to v0026 first!
- Waking the tag up from NFC will crash and reboot the tag
v0026 Trampoline
- Supports flashing to v0027
- Displays when it's safe to update to v0027