Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
Harry ea2f9b3252
WSPR Desktop transmitter Schematic 2022-09-04 16:29:27 +02:00
Harry d591045a16
Update README.md 2022-09-04 16:21:47 +02:00
Harry dbd92f4c48
Update README.md 2022-09-04 16:19:04 +02:00
Harry 348f4e71a0
Auto detects the I2C address on the Si5351.
Removed dependency on EtherKit Si5351 library  and instead used Hans Summers Demo code for si5351 control. 
This makes it possible to use my code for auto detection of I2C address on the Si5351.
2022-09-04 16:18:16 +02:00
Harry 86e2cfb2cc
Small changes in the Restart and ReRead buttons 2022-09-04 16:13:46 +02:00
4 zmienionych plików z 3143 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,5 +1,7 @@
Arduino firmware, documentation and PC executable for my WSPR transmitters.
More info at www.zachtek.com
Firmware version 1 is for ATMega328 based microcontrollers - The hardware this runs also has a hardware version of 1.xx
Firmware Version 2 is for ESP8285 based microcontrollers - The hardware this runs on has a hardware version of 2.xx
Firmware version 1.xx for WSPR transmitters with hardware version 1.xx. These are ATMega328 based.
Frimware version 2.xx for WSPR transmitters with hardware version 2.xx. These are ESP8285 based.