Commit Graph

26 Commits

Author SHA1 Message Date
Sebastian 9b9924d815 Added some notes to readme 2023-09-10 22:17:41 +02:00
Sebastian c9e8cb7195 Started a readme 2023-09-10 21:54:08 +02:00
Sebastian 70cd22784a Pulled bias pwm pin low 2023-09-10 19:39:56 +02:00
Sebastian 9372fc9831 Fixed order of FIR coefficients 2023-09-08 13:43:12 +02:00
Sebastian abde00418b Added variable frequency increments for tuning 2023-08-30 21:32:24 +02:00
Sebastian 558bc0d496 Fixed PLL calculations 2023-08-29 23:38:58 +02:00
Sebastian d19c799151 Fixed i and q being swapped in multiple places 2023-08-27 20:03:25 +02:00
Sebastian c3886bf888 More UI tweaks 2023-08-27 19:41:04 +02:00
Sebastian 16d6e842a2 Restored tuning via encoder 2023-08-27 19:41:04 +02:00
Sebastian 2dc4af2145 Moved UI code to its own file 2023-08-27 19:41:04 +02:00
Sebastian a63f187211 Fixed panic on slow display updates
Cleaned up encoder code
2023-08-27 19:41:04 +02:00
Sebastian eaee903172 Started work on a more usefull display 2023-08-27 19:41:04 +02:00
Sebastian 35ad5dcb9f Added basic tuning via encoder 2023-08-27 19:41:04 +02:00
Sebastian 4878a1a771 Tested 20m and LSB 2023-08-27 19:41:04 +02:00
Sebastian 929df22f4e Used num::integer::gcd to improve pll params 2023-08-27 19:41:04 +02:00
Sebastian c8cd7ce46c Added helper script for pll parameter test 2023-08-27 19:41:04 +02:00
Sebastian 24753c8252 Fixed waterfall display 2023-08-27 19:41:04 +02:00
Sebastian e767e1cbe0 Fixed loop bounds and buffer length 2023-08-27 19:41:04 +02:00
Sebastian b26dda4a2a First audio out experiments 2023-08-27 19:41:04 +02:00
Sebastian 54c7ef4b33 DMA for pwm works 2023-08-27 19:41:04 +02:00
Sebastian 60da60250e Added color map to waterfall 2023-08-27 19:41:04 +02:00
Sebastian e6ab8845b3 Fixed order in init 2023-08-27 19:41:04 +02:00
Sebastian 0f3892fd51 Added display task 2023-08-27 19:41:04 +02:00
Sebastian 6323020528 Display init works 2023-08-27 19:41:04 +02:00
Sebastian bd69ef82b9 Added signal processing code 2023-08-27 19:41:04 +02:00
Sebastian f9dcb07de5 Ported basic things over from STM32f1043 version 2023-08-27 19:40:56 +02:00