Block a user
1989-09-15 W5YI Report
Added total/class data from 1989. Previous years should be in db already.
Wish I had found that second table earlier!
Add license changes history as CSV
What exact date in 1984 did the license term go from 5 to 10 years? Should be in W5YI Report somewhere.
Try CesarSound VFO+OLED code
Default button assignments work in code (had to check). Now I wait for encoder and Si5351 to show up.
Use OLED for screen.
(but shows noise instead of what I want).
Was missing a following call to display.display();
to write it to the display.
Use OLED for screen.
If I can't get the current code to work, there is this project which seems to do everything except the Polyakov mode: https://projecthub.arduino.cc/CesarSound/10khz-to-225mhz-vforf-generator-with-s…
Use OLED for screen.
Already running into issues.
- max serial baud is 9600, but in other code I can run 115200. Why?
- something in loop() is breaking OLED display in setup(). If I comment everything out,…