Search found 87 matches

by ea3ihi
Sat May 09, 2020 4:49 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

mmmm, when Sp2ong mentioned before the display setting I thought he was referring to the ip of the pi to connect to the pi display and not to his "work" computer. I would also suggest killing pulseaudio (pulseaudio -k) and starting it with "pulseaudio --start". Until pactl connects to the pulse serv...
by ea3ihi
Sat May 09, 2020 3:21 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

Seems like a pulseaudio related problem indeed. Are you using other audio or multimedia applications?

Can you run "pactl info" with the user that runs DMRStation?

Try issuing a "pulseaudio --start" before launching DMRStation
by ea3ihi
Fri May 08, 2020 4:54 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

The emu can be obtained (compilation required) from:

https://github.com/DVSwitch/md380tools/ ... r/emulator

@sp2ong, sorry about your audio card problems, I have no idea of what is preventing the application from running.

David
by ea3ihi
Thu May 07, 2020 7:56 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

Do you have pulseaudio installed? what is the output of "pacmd list-cards"?
by ea3ihi
Thu May 07, 2020 1:12 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

I have not used one, but I have reports of people using orange pi instead of a raspberry pi. One of the advantages of the orange pi is that it has mic input.
by ea3ihi
Thu May 07, 2020 12:11 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

You don't have to copy the files to a sd card, just start with a standard rpi image, enter the system via SSH and run the step by step commands.

David
by ea3ihi
Thu May 07, 2020 11:16 am
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

So here is my try at giving step by step instructions for the rpi: sudo apt-get update sudo apt-get install -y libpulse-mainloop-glib0 jq sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 sudo mkdir /opt cd /opt sudo wget https://github.com/ea3ihi/DMRStation-release/archive/master.zip sudo unzi...
by ea3ihi
Mon May 04, 2020 11:08 am
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

Not yet, but the instructions for the STM32..DK2 can be adapted and help as a guide to install in the raspberry. Omit any steps about adding apt sources.
by ea3ihi
Tue Apr 28, 2020 7:58 am
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

For a resolution of 480x320 you can use the "miniUI=1" option in the configuration file. If you give it a try with the Orange Pi zero just let me know the results, as you say if it includes the mic input it is a very interesting option.
by ea3ihi
Tue Apr 28, 2020 6:55 am
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 70307

Re: Side project, "DMR Station" network radio

I think it should run in the Orange Pi Zero providing you meet all the software requirements (gtk, glib, pulse audio...) it is really nice that it has a mic input. what screen do you use? I already have a usb soundcard for testing with the Pi as soon as i receive some SD cards. The tests with USB he...