2024-01-23 10:19:51 +01:00
|
|
|
# Attiny85 adaptation of Ian Wraith's 2.4GHz Downconverter
|
|
|
|
|
2024-01-30 12:28:35 +01:00
|
|
|
An adaption of [this](https://github.com/IanWraith/24DownConvert/tree/master) project for the Attiny85 microcontroller.
|
|
|
|
|
|
|
|
Other than the major differences in programming from the original STM32 MCU, this adaptation is functionally the same.
|
2024-01-23 13:20:08 +01:00
|
|
|
|
|
|
|
| ATTINY85 | ADF4350 | Purpose
|
|
|
|
| -------- | ---------|---------
|
2024-01-30 12:28:35 +01:00
|
|
|
| PB3 | LE | z
|
2024-01-23 13:20:08 +01:00
|
|
|
| PB2 | CLK | SPI Clock
|
|
|
|
| PB1 | DATA | SPI Data line
|
2024-01-30 12:28:35 +01:00
|
|
|
| PB5 | LD | Lock Detection
|
2024-01-30 13:06:01 +01:00
|
|
|
| PB4 | | Status LED+ (anode)
|
|
|
|
|
|
|
|
|
|
|
|
Here is a schematic to visualize the connection between the ATTiny85 and the ADF4350:
|
|
|
|
|
|
|
|
![Schematic](./screenshots/schematic.png)
|