mirror of https://github.com/lumapu/ahoy.git
Martin Grill
3 years ago
5 changed files with 31 additions and 2 deletions
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1,28 @@ |
|||||
|
# Getting Started with an ESP8266 |
||||
|
|
||||
|
``` |
||||
|
Wire Connections |
||||
|
|
||||
|
+-----------+ +-----------+ |
||||
|
| nRF24L01+ |--colour--| ESP8266 | |
||||
|
| | | | |
||||
|
| GND |---black--| GND | |
||||
|
| VCC |----red---| +3.3V | |
||||
|
| CE |---grey---| D4 | |
||||
|
| CSN |--purple--| D8 | |
||||
|
| SCK |---blue---| D5 | |
||||
|
| MOSI |---green--| D7 | |
||||
|
| MISO |---brown--| D6 | |
||||
|
| IRQ |--yellow--| D3 | |
||||
|
+-----------+ +-----------+ |
||||
|
``` |
||||
|
|
||||
|
![plot](./AhoyMiles_bb.png) |
||||
|
|
||||
|
See |
||||
|
|
||||
|
* AhoyMiles_bb.png |
||||
|
* AhoyMiles_schem.png |
||||
|
* AhoyMiles.fzz |
||||
|
|
||||
|
by "isnoAhoy" |
Loading…
Reference in new issue