Compare commits

...

15 Commits

Author SHA1 Message Date
Elías Angulo 63ecdd108b
Merge 1fe685a9f3 into 58e909afed 2024-07-14 23:52:12 +00:00
Elías Angulo 1fe685a9f3
Merge branch 'sqfmi:master' into master 2024-07-15 01:52:10 +02:00
SQFMI 9f3accdb07
Update library.json 2024-07-13 22:36:45 -04:00
SQFMI e5fce3b38b
Update README.md 2024-07-12 22:27:49 -04:00
SQFMI 58e909afed Merge branch 'master' into dev 2024-07-04 14:41:41 -04:00
sqfmi a07903f7b2 Merge branch 'master' into dev 2024-04-02 14:25:06 -04:00
sqfmi ef2d57f737 Merge branch 'dev' of https://github.com/sqfmi/Watchy into dev 2024-04-02 14:19:35 -04:00
sqfmi fbdaacd287 Merge branch 'master' into dev 2024-04-02 14:18:46 -04:00
SQFMI 99cacd26a9
Merge pull request #233 from Sudrien/master
Switch from CityID to Lat an Lon, expose sunrise and sunset
2024-04-02 14:16:04 -04:00
SQFMI b90b4a1af1 removed binaries 2023-04-29 12:35:05 -04:00
SQFMI 8d0ca659c9
Merge pull request #227 from wjgeorge/dev
remove old binaries
2023-04-29 12:31:14 -04:00
wjgeorge 9a383133b3 Merge branch 'dev' of https://github.com/wjgeorge/Watchy into dev 2023-04-28 21:54:52 -04:00
wjgeorge d312d2ba29 remove old binaries fixes #224 2023-04-28 21:54:03 -04:00
SQFMI ffc7de15b8 Add WiFi info to About Watchy 2023-04-28 15:33:15 -04:00
SQFMI 9c50085077 Add offline sensor read icon
Added new icon to indicate internal sensor reading when not connected to WiFi
2023-04-28 14:59:41 -04:00
11 changed files with 4 additions and 18 deletions

View File

@ -2,29 +2,15 @@
![Watchy](https://watchy.sqfmi.com/img/watchy_render.png)
**Buy Watchy from [The Pi Hut](https://thepihut.com/collections/sqfmi), [Crowd Supply](https://www.crowdsupply.com/sqfmi/watchy), and [Mouser](https://www.mouser.com/ProductDetail/SQFMI/SQFMI-WATCHY-10?qs=DRkmTr78QARN9VSJRzqRxw%3D%3D)!**
**Buy Watchy from [Mouser](https://www.mouser.com/ProductDetail/SQFMI/SQFMI-WATCHY-10?qs=DRkmTr78QARN9VSJRzqRxw%3D%3D), [The Pi Hut](https://thepihut.com/collections/sqfmi), and [Crowd Supply](https://www.crowdsupply.com/sqfmi/watchy)**
[**Watchy Case & Accessories**](https://shop.sqfmi.com)
Visit [**https://watchy.sqfmi.com**](https://watchy.sqfmi.com) for documentation, hardware design files, and more!
## Setup
1. In the Arduino IDE Boards Manager, [install support for the ESP32](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html).
* Arduino > Preferences > Additional Board Manager URLs
* ```https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json```
2. Install this library (search for **Watchy** in the library manager), and any other dependencies when prompted
3. Check out the examples under ```Examples``` -> ```Watchy```
4. Compile & Upload with these board settings:
* Board: "Watchy"
* Partition Scheme: "Huge App"
* Board Revision: Choose your Watchy version
* All Other Settings: leave to default
You may also 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.
## Getting Started Guide
Follow the instructions here https://watchy.sqfmi.com/docs/getting-started
### Have Fun! :)
### Got Questions?
Join our [Discord](https://discord.gg/ZXDegGV8E7)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -30,7 +30,7 @@
},
{
"name": "WiFiManager",
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
"version": "https://github.com/tzapu/WiFiManager.git#master"
}
]
}