So lately I have some extra time around the house. Others are going stir crazy sequestering in their homes but I think they just need a hobby. Amateur radio and fooling around with electronics are great ways to keep happily occupied for hours.
![SLO-2016](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyyHfZLBGUZ5XV9YpESQ_PDWp5-6RCcZvdAIEZkdrrh5rLFHgpk9-atIgFhy5RcVbUz6pJa8ylrvU5ihp7scFSQdj6w47JgOP54nrXo4dsI8nfBzOFrk26bzHiLleJ2t7XOzlVbD6H4W4/s200/slo2016.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg67D4rNPEQ0asgaZkwaxvmyXAmPjI9XaSM_I7R1h-W-CTkcJL3w7p2T10aBYDU8G6dJYCxWlWJFlJwb8Qo2MqYh1RYcu54z6h7cVjglHblFN0L0-9xp0l-Re1TgoNS6ISJdym7pk2IOpc/s320/slo2016schematic.png)
Using two 8-bit serial shift registers (74hc595) tied together, we can use the SPI interface to send 16 bits that include 7 data bits, 2 address bits, and 3 display select bits. One digital output pin of the µC is used as a SPI slave select and another is used to send a pulse to latch the register values. The 3 display selection bits are wired to inputs of NAND gates (74hc00) with the other inputs wired to the latch pulse line. The outputs of the NAND gates are used as the display write enable lines.
The µBITX with a LED matrix display |
I updated the µBITX code to remove the LCD library and use some code I wrote to display information on the new display. I updated how the frequency is displayed to squeeze into the 12 characters.
I reconnected the encoder and added push buttons for the menu access and PTT. That allows me to run the calibration routines.
No comments:
Post a Comment