mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 07:06:36 +01:00
This enables direct BLE Image upload from the Main ESP32 SoC via BLE and allows an OEPL usage without soldering/flashing or extra ZigBee interface. Currently tested on the 2.9" BW and 4.2" BWR version, tagtypes need to be added for more versions Demo video: https://youtu.be/_efgMQUA1F4 Official description of the BLE Protocol here: https://zhuanlan.zhihu.com/p/633113543 Thanks to these wonderful guys for such a good overview: https://github.com/fpoli/gicisky-tag https://github.com/Cabalist/gicisky_image_notes
7 lines
75 B
C
7 lines
75 B
C
#pragma once
|
|
#ifdef HAS_BLE_WRITER
|
|
|
|
void BLETask(void* parameter);
|
|
|
|
#endif
|