# imagotag-hack **Repository Path**: k2ksk2k/imagotag ## Basic Information - **Project Name**: imagotag-hack - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-03-08 - **Last Updated**: 2023-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ses imagotag VUSION 2.2 BWR GL420 电子价签 从某鱼上买的二手价签。当前(2021年10月16日)某鱼上卖imagotag价签的不多,某度上也没啥详细的资料,github搜了一把,看到这个[工程](https://github.com/andrei-tatar/imagotag-hack)就先clone过来了。原作者的 GL120 版本价签的电路板和本人买到的 GL420 从图片上没啥区别,等有空了把这个工程研究研究。 电子价签上的资源: 1. CC2510 SoC。 2. 2.2英寸三色墨水屏。 3. NFC芯片。 4. 1Mb SPI FLASH。 5. 纽扣电池。 初步想法是做一个稚晖君同款的 [电子墨水屏NFC智能卡片](https://gitee.com/peng_zhihui/L-ink_Card),刚好需要的硬件这个价签都具备了。 ## 芯片手册 - [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 硬件连接 ### Port 0 - P0:0 - EPD power enable (active low via a P channel fet) - P0:1 - EPD CS (SPI interface chip select) - P0:2 - debug port - P0:3 - EPD SDI (SPI interface serial data in) - P0:4 - SDA to NFC chip - P0:5 - EPD CLK (SPI interface clock) - P0:6 - SCL to NFC chip - P0:7 - *not connected* ### Port 1 - P1:0 - NFC VCC (seems to power NFC chip and **mysterious chip - pins 3,7,8**) - P1:1 - NFC FD (field detection) - P1:2 - EPD DC (data/command select for display) - P1:3 - EPD BUSY (detect if display busy) - P1:4 - **mysterious chip pin 1** - P1:5 - **mysterious chip pin 6** - P1:6 - **mysterious chip pin 5** - P1:7 - **mysterious chip pin 3** ### Port 2 - P2:0 - EPD Reset (display reset) - P2:1 - debug data and white LED - P2:2 - debug clock and LED boost chip enable (TPS61071) ## 烧录方式 接线参考 'pictures' 目录 ### 1. CC-Debugger (推荐) 某宝30多一个 ### 2. arduino 自制 目录 `doc/A flash programmer for CC2510` 是老外自己折腾的烧录器的网页介绍,包含相关资源下载(国内可能要爬墙才能下载) 目录 `pro-mini-programmer` 的arduino源码,下载到arduino pro mini应该就能用了,接线见 `pictures` 目录