DABDUINO

Hello I have bought a DABDUINO, runs with me on an Aduino Zero with Exsamples 1. First steps are ok, searches radiosender and lists them on afterwards the first gefunde transmitter is played. The text also runs over serial monitor. How can I switch radiosender or how can I store them. Someone has made experiences with Dabduino.

For example, in programsIndex you have 5 stations (listed by example_1). You can play station 0, 1, 2, 3, 4:

dab.playDAB(0);
delay(10000);
dab.playDAB(1);
delay(10000);
dab.playDAB(2);
delay(10000);
dab.playDAB(3);
delay(10000);
dab.playDAB(4);
delay(10000);

See example code and library code.

https://github.com/turbyho/DABDUINO/blob/master/examples/Dabduino_example_1/DABDUINO_example_1.ino