Skip to content

amir1387aht/phy6222_smartwatch

Repository files navigation

🕹️ phy6222_smartwatch

Reverse engineering and hacking a cheap smartwatch with the PHY6222 MCU.

For bitmaps: You can show bitmaps using gfx_draw_rgb_bitmap function and for generating bitmaps you can use https://notisrac.github.io/FileToCArray/ tool with 16bit RRRRRGGGGGGBBBBB (2byte/pixel) color order

Youtube Video: You can watch the demo at this link : https://youtu.be/wq2xSRMypCg?si=J9CA8hQtWVOK-v0q


🛠️ How to Build

  1. Connect the GND, TX, RX, and RESET pins to a UART converter.
  2. Change COM_PORT with your own port in Makfile file setting and run make in the root directory.
  3. The code will compile, flash the device, and launch a simple log terminal.

🔌 Connection Images

TX & GND PIN
TX & GND PIN
RX PIN
RX PIN
RESET PIN
RESET PIN

About

Reverse engnireeing and hacking a cheap smartwatch with phy6222 mcu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages