Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/ham-radio-licenses#54 2024-01-26 15:57:33 -06:00
1989-11-15 W5YI Report

Added "Ham Census - Ten Most Populated States" but got pulled away.

W1CDN commented on issue W1CDN/ham-radio-licenses#53 2024-01-26 15:50:13 -06:00
1989-11-01 W5YI Report

Added total/class counts for 1989, other dates should be in already.

W1CDN commented on issue W1CDN/ham-radio-licenses#52 2024-01-26 15:34:52 -06:00
1989-10-15 W5YI Report

Added total/class for 1989, others should be in already.

W1CDN commented on issue W1CDN/ham-radio-licenses#51 2024-01-26 15:31:10 -06:00
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!

W1CDN commented on issue W1CDN/ham-radio-licenses#13 2024-01-26 15:28:29 -06:00
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.

W1CDN commented on issue W1CDN/ham-radio-licenses#50 2024-01-26 15:23:52 -06:00
1989-08-01 W5YI Report

Added total/class numbers for 1989, others already done.

W1CDN commented on issue W1CDN/ham-radio-licenses#49 2024-01-26 15:22:02 -06:00
1989-07-15 W5YI Report

Added 1989 total/class numbers, other years already in.

W1CDN commented on pull request W1CDN/vfo_oled#8 2024-01-26 11:12:49 -06:00
Use OLED for screen.

Trying out another way in #9.

W1CDN pushed to cesarsound at W1CDN/vfo_oled 2024-01-26 10:51:02 -06:00
9fd3ff0a5c Add rotary pins to config section.
W1CDN opened issue W1CDN/vfo_oled#10 2024-01-26 10:48:02 -06:00
Add README
W1CDN commented on pull request W1CDN/vfo_oled#9 2024-01-26 10:37:47 -06:00
Try CesarSound VFO+OLED code

Default button assignments work in code (had to check). Now I wait for encoder and Si5351 to show up.

W1CDN created pull request W1CDN/vfo_oled#9 2024-01-26 10:28:30 -06:00
Try CesarSound VFO+OLED code
W1CDN created branch cesarsound in W1CDN/vfo_oled 2024-01-26 10:27:01 -06:00
W1CDN pushed to cesarsound at W1CDN/vfo_oled 2024-01-26 10:27:01 -06:00
1cda782316 Add CesarSound code.
W1CDN commented on pull request W1CDN/vfo_oled#8 2024-01-26 09:00:15 -06:00
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.

W1CDN pushed to oled at W1CDN/vfo_oled 2024-01-26 08:59:46 -06:00
7c7d0e95db Get display to minimally work.
W1CDN commented on pull request W1CDN/vfo_oled#8 2024-01-25 22:36:04 -06:00
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

W1CDN commented on pull request W1CDN/vfo_oled#8 2024-01-25 21:15:59 -06:00
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,…
W1CDN created pull request W1CDN/vfo_oled#8 2024-01-25 21:14:35 -06:00
Use OLED for screen.
W1CDN pushed to oled at W1CDN/vfo_oled 2024-01-25 21:14:16 -06:00
833bf317c7 Stub out OLED changes.