greenhousino/sensor433
Stefan Ostermann 7d12d1cff9 Switch off DHT also 2021-08-01 17:28:57 +02:00
..
.vscode Platformio code 2021-04-04 23:54:53 +02:00
include Platformio code 2021-04-04 23:54:53 +02:00
lib RadioHead dependency in source code 2021-04-10 12:30:04 +02:00
schema Switch off DHT also 2021-08-01 17:28:57 +02:00
src Switch off DHT also 2021-08-01 17:28:57 +02:00
test Testing, device-id, esp-receiver configurable 2021-05-02 15:01:09 +02:00
.gitignore project specific settings 2021-05-01 23:56:59 +02:00
README.md attiny fuses 2021-07-27 22:08:25 +02:00
fuses.config attiny fuses 2021-07-27 22:08:25 +02:00
platformio.ini restructuring, testing 2021-05-02 01:20:47 +02:00
schema.pdf schema 2021-05-02 00:02:01 +02:00
sensor.fzz removed boost converter, fixed leds 2021-04-17 15:25:19 +02:00
sensor_Steckplatine.png removed boost converter, fixed leds 2021-04-17 15:25:19 +02:00

README.md

Sensor Module with 433 Mhz Sender

fritzing

Build

Copy config.h.example to config.h and set your project specific settings there.

flash attiny with minipro on linux and the TL866II plus after compiling:

minipro -p attiny85 -w .pio/build/attiny85/firmware.hex

flash fuses

minipro -p attiny85 -c config -w fuses.config

read fuses

minipro -p attiny85 -c config -r fuses.out