mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 18:56:27 +02:00
Merge branch 'grindylow:main' into main
This commit is contained in:
commit
c25a7a310d
5 changed files with 48 additions and 2 deletions
|
@ -5,7 +5,8 @@ Various tools, examples, and documentation for communicating with Hoymiles micro
|
||||||
|
|
||||||
In particular:
|
In particular:
|
||||||
|
|
||||||
* `doc\hoymiles-format-description.txt` is a detailed description of the communications format and the history of this project
|
* `doc/hoymiles-format-description.txt` is a detailed description of the communications format and the history of this project
|
||||||
* The `tools` folder contains various software tools for RaspberryPi and Arduino
|
* `doc/getting-started-ESP8266.md` shows the hardware setup for an ESP8266-based system
|
||||||
|
* The `tools` folder contains various software tools for RaspberryPi, Arduino and ESP8266/ESP32
|
||||||
|
|
||||||
Contributors are always welcome!
|
Contributors are always welcome!
|
||||||
|
|
BIN
doc/AhoyMiles.fzz
Normal file
BIN
doc/AhoyMiles.fzz
Normal file
Binary file not shown.
BIN
doc/AhoyMiles_bb.png
Normal file
BIN
doc/AhoyMiles_bb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
doc/AhoyMiles_schem.png
Normal file
BIN
doc/AhoyMiles_schem.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
45
doc/getting-started-ESP8266.md
Normal file
45
doc/getting-started-ESP8266.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Getting Started with an ESP8266
|
||||||
|
|
||||||
|
Wire Connections
|
||||||
|
|
||||||
|
```ditaa
|
||||||
|
+-----------+ +-----------+
|
||||||
|
| ESP8266 |--colour--| nRF24L01+ |
|
||||||
|
| | | |
|
||||||
|
| GND |---black--|[GND] |
|
||||||
|
| +3.3V |----red---| VCC |
|
||||||
|
| D4 |---grey---| CE |
|
||||||
|
| D8 |--purple--| CSN |
|
||||||
|
| D5 |---blue---| SCK |
|
||||||
|
| D7 |---green--| MOSI |
|
||||||
|
| D6 |---brown--| MISO |
|
||||||
|
| D3 |--yellow--| IRQ |
|
||||||
|
+-----------+ +-----------+
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Fritzing diagrams & schematics
|
||||||
|
* [AhoyMiles_bb.png](./AhoyMiles_bb.png)
|
||||||
|
* [AhoyMiles_schem.png](./AhoyMiles_schem.png)
|
||||||
|
* [AhoyMiles.fzz](./AhoyMiles.fzz)
|
||||||
|
|
||||||
|
Libraries to be installed in Arduino IDE:
|
||||||
|
* RF24
|
||||||
|
* TimeLib
|
||||||
|
|
||||||
|
Verify & Compile
|
||||||
|
* Connect to WiFi Network `ESP AHOY`
|
||||||
|
* Use password `esp_8266`
|
||||||
|
* Connect to Network settings
|
||||||
|
|
||||||
|
Setup
|
||||||
|
* WiFi
|
||||||
|
* Enter SSID `mynetwork`
|
||||||
|
* Enter Password `mypassword`
|
||||||
|
* Device Host Name
|
||||||
|
* Enter Device Name `esp-ahoy`
|
||||||
|
* General
|
||||||
|
* Hoymiles Address (e.g. 114173123456) `11:41:73:12:34:56`
|
||||||
|
* [x] Reboot device after successful save
|
||||||
|
Save
|
Loading…
Add table
Reference in a new issue