Watchy/README.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2019-11-16 23:19:59 -05:00
# Watchy
2019-11-16 23:29:47 -05:00
![Watchy](extras/Watchy.jpg)
2020-01-30 15:26:07 -05:00
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EMETTG9LA3R9N)
2019-11-16 23:54:41 -05:00
## Setup
2019-11-16 23:19:59 -05:00
1. In the Arduino IDE Boards Manager, install support for the ESP32. You can find instructions here: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
2. Install the following libraries:
* [DS3232RTC](https://github.com/JChristensen/DS3232RTC)
* [GxEPD](https://github.com/ZinggJM/GxEPD)
* [Watchy](https://github.com/sqfmi/Watchy) (This library)
3. Check out the examples under ```Examples``` -> ```Watchy```
4. Compile & Upload with these board settings:
* Board: "ESP32 Wrover Module"
* All Other Settings: leave to default
* You may have to install the [CP2104 USB to Serial drivers](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) if the port is not automatically detected
* Have Fun! :)
2019-11-16 23:41:27 -05:00
Looking for Watchy hardware details? Go here https://github.com/sqfmi/Watchy-Hardware