From 88892cca52307c9b7dba8c8df8ca59d6fddd0f19 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sun, 20 Oct 2024 11:50:42 -0400 Subject: [PATCH] update instructions for AP mode improvements --- README.md | 9 +++++---- instructions.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1174f79..d2711db 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ A writeup about this project is at "[Plant1337: "Water 4 plants](https://selecti ![Plant133 device](images/plant1337_deployed_trim-1400x600.webp) +## Setup + +Please see the [instructions](instructions.md) for how to setup a Plant133 device if you are lucky enough to have one. + + ## PCBA The full [KiCAD](https://www.kicad.org/) project for the printed circuit board is in the [KiCAD](KiCAD/) subdirectory. KiCAD is a cross platform, open source electronics design system. @@ -58,7 +63,3 @@ This project is built using my C++ framework for ESP devices. - [og3](https://github.com/chl33/og3) My application framework. - [og3x-oled](https://github.com/chl33/og3x-oled) Support for the OLED screen I use with this project - [og3x-shtc3](https://github.com/chl33/og3x-shtc3) Support for the SHTC3 temperature/humidty sensor used by this project. - -## Setup - -Please see the [instructions](instructions.md). diff --git a/instructions.md b/instructions.md index d049c08..ae44e55 100644 --- a/instructions.md +++ b/instructions.md @@ -36,7 +36,7 @@ Then, for each plant to be watered: ![spike with tube](images/spike-with-tube.jpg) ![spike in soil](images/spike-in-soil.jpg) 6. Power the EBox with the USB micro cable. -7. Look for the name of the device, and connect your phone or computer to a WiFi network with that name. +7. Look for the name of the device, and connect your phone or computer to a WiFi network with that name. The name of the ESSID may be shown on the device screen, along with the AP password (if set). 8. Open a web browser to http://192.168.4.1, and accept the non-encrypted connection. 9. Use the web interface to configure the device to connect to your home's WiFi network. - Press "WiFi Config" on the main page, and update the configuration. Press "Save", then "Back", the press "Restart" to reboot the device.