Now supporting the FMHD and RDS essentials

Today, we are releasing a new version of the DABBoard radio_cli tool, with support for the most essential FMHD (only the HD-US version) and RDS features.

New features that where added in the 3.0.0 version:

Retrieve the RDS station text, like the song title or station name when in FM mode

sudo ./radio_cli_v3.0.0 -D -z 10 -j

Get the most essential FMHD station information

sudo ./radio_cli_v3.0.0 -d
sudo ./radio_cli_v3.0.0 -n
sudo ./radio_cli_v3.0.0 -g

Tune to a FMHD sub-channel (example for the first sub-channel)

sudo ./radio_cli_v3.0.0 -c 1

Download the new version here:

https://ugreen.eu/wp-content/uploads/files/Files_v12.zip

Restored compatibility for I2S with newer Raspbian kernel versions

Due to a recent update of the Raspbian Kernel (version 5.10 and newer), the audiosense-pi module could no longer be used to record the I2S signal from the DABBoard. This issue was now finally solved. You can use a new overlay file to record I2S again and get the full digital audio to the Raspberry Pi.

Instructions how to do that are here:

Use this overlay file to create DAB+ recordings, play DAB+ over the Raspberry Pi HDMI connector or even through a bluetooth speaker.

DABBoard in the Raspberry Pi Geek Magazine

A really good article about our DABBoard has appeared in the September/October issue of the Raspberry Pi Geek magazine (German, 6 pages).

The article, written by Bernhard Bablok, contains a lot of valuable information and a nice introduction to the DABBoard. There are even instructions of how to add a turning knob to the Raspberry Pi in order to tune to different stations or adjust the volume.

For those interested, the article can be read and bought as a pdf from the Raspberry Pi Geek magazine webpages:
https://www.raspberry-pi-geek.de/ausgaben/rpg/2020/10/dab-platine-fuer-den-raspi/

Das DAB Board von uGreen bietet viele Möglichkeiten für eigene Radioprojekte, und sei es nur zum Nachrüsten eines entsprechenden Empfängers für den heimischen Receiver. …”, (Translation: “The uGreen DABBoard offers many possibilities for your own radio project, for example to build an extension for a home-used receiver. …”, Bernhard Bablok, Raspberry Pi Geek 2020)

DABBoard radio_cli released in version 2

We have greatly improved the radio_cli tool to allow better automated access of the Si468x DABBoard. The useful command-line tool in version 2 can now be called with a -j parameter. This will output all responses as json. In this way, the radio_cli can now be easily included in all kind of software projects, like user-interfaces or automation projects for the Si468x.

Furthermore, the newest firmware of versions 6.0.6 (DAB) and 5.1.3 (FMHD) is included.

Download the software here:
DABBoard

I2S – digital audio

The real potential of DAB+ lies in its digital audio data. Music is transmitted without loss of quality, digitally.

To fully benefit from this potential, the digital signal also has to be transmitted between the several components of an audio device until it reaches the human ear.

The Si468x chip that we use in our DABBoard has these features. And the Raspberry Pi as well. What is left to enjoy music in digital quality is to enable the I2S bus within the Raspberry Pi.

With the newest version of our DABBoard instructions we have added a manual about just that. Download the instructions to learn how to fully profit from the digital sound.

Improved DABBoard now available

The DABBoard got an improved layout with added functionality, while keeping prices and footprint low. It is now available in our shop.

New features are:

  • I2S full digital audio data transmission to the Raspberry Pi is now supported by the hardware, but a driver has to be added manually to the Linux kernel to support it.
  • The antenna and L/R audio out are now accessible as pins on the board.
  • It is now possible to solder a flash memory chip to the board and have the Si468x load its firmware from that chip.
  • Silkscreen is printed on the board to show the part numbers.

DABBoard API released – console program to use DAB in various Raspberry Pi projects

We have released a flexible API as a terminal tool to use the Si468x as a DAB processor in your projects.
The radio_cli named tool has the Si468x firmware compiled in. It allows control of all the main functions of the Si468x in a simple way. The tool saves you from worrying about the low-level functions when using the Si468x.

Booting up the Si468x now becomes as simple as running
./radio_cli --boot=D
and tuning to a station is simply
./radio_cli --frequency=11
Get more information from the instructions pdf or run
./radio_cli --help

Get the details here:
uGreen DAB Board