From f9cb05d7064793fd58c27b2bd281c14fdd471c94 Mon Sep 17 00:00:00 2001 From: locker98 Date: Sat, 11 May 2024 19:27:07 -0400 Subject: [PATCH] Added Documentation on flashing pinetime with esp32 --- doc/Flashing Your Watch with an ESP32.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/Flashing Your Watch with an ESP32.md diff --git a/doc/Flashing Your Watch with an ESP32.md b/doc/Flashing Your Watch with an ESP32.md new file mode 100644 index 00000000..5aa9b07b --- /dev/null +++ b/doc/Flashing Your Watch with an ESP32.md @@ -0,0 +1,12 @@ +# Flashing your watch with an ESP + +Here is a link about how to access and wire an SWD to the pinetime. +- https://pine64.org/documentation/PineTime/Further_information/Devkit_wiring + + +Here is a link that tells you how to setup the esp32 as a SWD. +- https://hackaday.com/2021/07/01/esp3F2-turned-handy-swd-flasher-for-nrf52-chips/ +- When setting up WiFi got to http://192.168.4.1/0wifi to set the WiFi password and not crash the esp. If you go to the default http://192.168.4.1/wifi then the esp will often crash due to a watchdog timeout. + +Here is the link to the information on what files to flash to your pinetime. +- https://gitea.locker98.com/josh/InfiniTime/src/branch/v14/doc/SWD.md \ No newline at end of file