# imagotag-hack **Repository Path**: anidea/imagotag ## Basic Information - **Project Name**: imagotag-hack - **Description**: ses imagotag VUSION 2.6 BWR GL420 墨水屏价签 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-08-08 - **Last Updated**: 2023-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ses imagotag VUSION 2.6 BWR GL420 墨水屏电子价签 [gitee repo](https://gitee.com/anidea/imagotag) 从某鱼上买的二手价签(Product code: R26S01208),买10个的话六块钱一个,我当时是九块一个。[wu1169668869](https://github.com/andrei-tatar/imagotag-hack "wu1169668869")的2.2跟我的2.6电路板有点差异 电子价签上的资源: 1. CC2510 SoC。 2. 2.6英寸三色墨水屏。 3. NFC芯片。 4. 1Mb SPI FLASH。 [官方介绍](https://www.ses-imagotag.com.cn/wp-content/uploads/2018/12/datasheet_ESL_VUSION_2.6_BWR_2.4GHz.pdf):三色、296x152的分辨率,13.56 MHz NFC、LED、OTA 拆机发现屏幕引脚是 24p,主控是 CC2510 F32,取下屏幕后发现电路板上除了F形天线外还有一个矩形天线,才知道这玩意有 NFC,屏幕FPC排线丝印 A1360061-00 01 1918。纽扣电池进来后直接给mcu上电,没有进行电压变换 电路板的10个调试端口的定义在 [Interacting with CC2510](https://github.com/andrei-tatar/imagotag-hack/issues/3)里面有。在cc2510这一面,5个调试端口在下方,从左往右分别是 2 - DVDD、31 RESET_N、9 P0_4、16 P2_2 DC(Debug Clock, Data Clock)、GND(附近有个丝印 1)。cc2510的背面,调试端口放在下方,从左往右分别是 AVDD、15 P2_1 DD(Debug Data)、11 P0_5、8 P0_3、7 P0_2。 虽然这个屏幕是 24p,但是板子过孔没有焊盘,不好飞线,有的端口直连 mcu,太小不好飞。通过屏幕座子可以知道一些点的引脚 # 芯片手册 - [CC2510 - 8051 + 2.4G](../../raw/master/doc/cc2510.pdf) - [NT3H2111 - NFC](../../raw/master/doc/NT3H2111_2211.pdf) - [GDEW026Z39 - 2.6英寸墨水屏](../../raw/master/doc/GDEW026Z39.pdf) - or [GDEW0213Z16 - 2.13英寸墨水屏](../../raw/master/doc/GDEW026Z39.pdf) - both displays use [IL0373](../../raw/master/doc/IL0373.pdf) driver - [TPS61071 - boost converter](../../raw/master/doc/tps61071.pdf) - used (only?) for white LED - 8 引脚 QFN 未知芯片(原repo的issue里有人指出是[w25x10cl SPI FLASH](../../raw/master/doc/w25x10cl_revg_021714-1489755.pdf)) ## CC2510 CC2510 的数据手册 P26 Pin and I/O Port Configuration 中有说管脚的缩写和含义。AVDD 是 2.0 V - 3.6 V analog power supply connection,DVDD 是 2.0 V - 3.6 V digital power supply for digital I/O,一个是模拟电路供电,一个是数字电路供电,这是头一回看到两个供电的,不过测试 PCB 表明这两是连在一起的 # 烧录方式 接线参考 'pictures' 目录 ## 1. CC-Debugger 某宝30多一个 对应的软件 IAR8051 没用过,CC 调试器也没有。如果继续使用 CC2510 做 mcu,那么就要掌握其编程和烧录方式 ## 2. arduino 自制 目录 `doc/A flash programmer for CC2510` 是老外自己折腾的烧录器的网页介绍,包含相关资源下载(国内可能要爬墙才能下载) 目录 `pro-mini-programmer` 的arduino源码,下载到arduino pro mini应该就能用了,接线见 `pictures` 目录 测试表明可以烧录到 Uno 上 # 参考 [Imagotag 2.6/2.2 BWR GL120 hacking](https://github.com/andrei-tatar/imagotag-hack):2023 还在更新 [ses imagotag VUSION 2.2 BWR GL420 电子价签](https://gitee.com/wu1169668869/imagotag):更新截止 2021 年。很相近的一款,我的VUSION是2.6,有一种arduino pro mini自制烧录器 [CC251 ti](https://www.ti.com.cn/product/cn/CC2510) > 2.4GHz 无线电收发器、8051 MCU 和 16KB 或 32KB 存储器 [CCLib](https://github.com/wavesoft/CCLib):将Arduino板作为CC 调试器,CC2510待测试 > CC2530/40/41 [ESP_CC_Flasher](https://github.com/atc1441/ESP_CC_Flasher) [大泡泡的DIY 篇二十四:咸鱼廉价电子价签拆解,DIY 墨水屏 8266 显示驱动 2021-12-20](https://post.smzdm.com/p/a5dlqv6l/):MSP430+A7106的板子;对于原理和电路结果说的很清楚(图很清楚);说了 myfish3 破解通讯协议 [[Arduino] 拆了个价签VUSION 2.2 BWR GL420,屏幕驱动不起来. 2021.10.3](https://www.mydigit.cn/thread-278494-1-1.html) [电子价签墨水屏折腾记 myfish3 2020-07-20](https://www.cnblogs.com/myfish3/p/13345004.html):STM32+A7105 逆向无线 [ePaper clock. Waldo Wolmarans. 2019.9.24](https://hackaday.io/project/167762-epaper-clock):mcu 是 MSP430