mirror of https://github.com/lumapu/ahoy.git
stefan123t
3 years ago
committed by
GitHub
1 changed files with 32 additions and 15 deletions
@ -1,28 +1,45 @@ |
|||||
# Getting Started with an ESP8266 |
# Getting Started with an ESP8266 |
||||
|
|
||||
``` |
|
||||
Wire Connections |
Wire Connections |
||||
|
|
||||
|
```ditaa |
||||
+-----------+ +-----------+ |
+-----------+ +-----------+ |
||||
| nRF24L01+ |--colour--| ESP8266 | |
| ESP8266 |--colour--| nRF24L01+ | |
||||
| | | | |
| | | | |
||||
| GND |---black--| GND | |
| GND |---black--|[GND] | |
||||
| VCC |----red---| +3.3V | |
| +3.3V |----red---| VCC | |
||||
| CE |---grey---| D4 | |
| D4 |---grey---| CE | |
||||
| CSN |--purple--| D8 | |
| D8 |--purple--| CSN | |
||||
| SCK |---blue---| D5 | |
| D5 |---blue---| SCK | |
||||
| MOSI |---green--| D7 | |
| D7 |---green--| MOSI | |
||||
| MISO |---brown--| D6 | |
| D6 |---brown--| MISO | |
||||
| IRQ |--yellow--| D3 | |
| D3 |--yellow--| IRQ | |
||||
+-----------+ +-----------+ |
+-----------+ +-----------+ |
||||
``` |
``` |
||||
|
|
||||
![plot](./AhoyMiles_bb.png) |
![plot](./AhoyMiles_bb.png) |
||||
|
|
||||
See |
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 |
||||
|
|
||||
* AhoyMiles_bb.png |
Verify & Compile |
||||
* AhoyMiles_schem.png |
* Connect to WiFi Network `ESP AHOY` |
||||
* AhoyMiles.fzz |
* Use password `esp_8266` |
||||
|
* Connect to Network settings |
||||
|
|
||||
by "isnoAhoy" |
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…
Reference in new issue