mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
876 B
33 lines
876 B
2 years ago
|
---
|
||
|
title: "Getting Started"
|
||
|
date: 2022-10-26T21:27:10Z
|
||
|
tags: []
|
||
|
draft: false
|
||
|
---
|
||
|
|
||
|
## Hardware
|
||
|
|
||
|
The hardware insists only in two modules:
|
||
|
* ESP8266 / ESP32 Wifi module
|
||
|
* NRF24L01+ module
|
||
|
|
||
|
### Part list
|
||
|
|
||
|
| Component | ~ Price (including shipment) |
|
||
|
|-----------------|------------------------------|
|
||
|
| ESP8266 | 4,55 € |
|
||
|
| NRF24L01+ | 5,65 € |
|
||
|
| Dunpont Cables | 2,65 € |
|
||
|
| 100uF Capacitor | 2,89 € |
|
||
|
| | |
|
||
|
| Sum | 15,74 € |
|
||
|
|
||
|
|
||
|
### Connection diagram
|
||
|
|
||
|
## Software / Firmware
|
||
|
|
||
|
The firmware can be found on [](https://github.com/lumapu/ahoy). Point to the releases section on the right part of the page and download the zip-file. It contains binaries for both ESP models.
|
||
|
|
||
|
### Flash
|