I was pretty busy since August 2024 with a lot of other tasks, mostly job-related and did not have too much time for DIY and tinkering. And this included my SA818 project.
Raspberry Pi serial interface issues
There is a problem I forgot to take care before creating the custom image for my radio node project. Programming SA818 module via Raspberry Pi’s UART interface cannot be done unless the UART interface is released from any interaction in console mode. I was banging my head for hours because of sustained DMOERROR message for […]
NetworkManager connection priority
I recently ran into an issue with my Raspberry-based radio node. I tried to connect to some othet WiFi access points and I realized that I had no idea how to set connection priorities if I have multiple candidates for connection. I was used with wpa-supplicant way of doing things which was just to add […]
Flir C2 thermal imaging of SA818 radio node
Today I did some thermal measurements with my Flir C2.
Raspberry Pi compatible, SA818 radio node
My new radio node that I designed last month is back from production at jlcpcb. Designed in Romania and built in China 😁. This is my first attempt using jlcpcb for the entire manufacturing chain, from PCB creation to part selection and assembly.
Schematic Parity Error
I am already one week into the design of the PCB for my new radio node and today I discovered some schematic errors that I had to fix. Running the DRC (Design Rule Check[er]) KiCad threw some schematic parity errors which “occurs when there’s a mismatch between the schematic diagram and the physical PCB (printed […]
New radio node
Today I finalzied the designed for my new Raspberry Pi Zero-based radio node. Designed around SA818 and CM108B sound codec, will replace my old dead-bug style radio node that I used for so many years.
I2S Raspberry Interface (4)
More work today. Some wires got loose and I did some experiments with .asoundrc and ALSA settings. I added a 39 Ω ballast resistor on SDIN and SDOUT lines and put a ferrite core on both wires. The radio node works as expected, absolutely no issues with one exception, a periodic pop that is audible […]
I2S Raspberry Interface (2)
Update September, 2024. Activities and notes while developing the I2S interface for my radio node.
I2S interface for Raspberry Pi (1)
Today I managed to connect the Digilent Pmod I2S2 to a Raspberry Pi 4 and have all frequencies generated. This is part of an older project that I left abandoned for a while: a radio node built on Raspberry Pi and using Svxlink. As known, Raspberry boards do not have a proper audio interface and […]