Can You Help?

Discussion about this major DATV Project. See https://wiki.batc.org.uk/The_Portsdown_Transmitter
Post Reply
G8GKQ
Site Admin
Posts: 2928
Joined: Sun Mar 22, 2009 1:21 pm

Can You Help?

Post by G8GKQ » Wed Mar 08, 2017 9:49 pm

I have a long list of enhancements that I would like to include in future Portsdown software releases and am making good progress with a second screen on the LCD to allow Shutdown, Reboot and other functions to be selected from the Touchscreen. I'm also working with Evariste to introduce a sound capability with H264 video.

However, there are a number of features that I would like to include and I'm sure someone out there has the knowledge of what's required without me spending days on them. Here are some current requests:

- If the Portsdown is started without a network connection, it takes longer to boot, as it waits for network (WiFi or wired) attempted connections to time out. How can I configure it so that it waits less time for a network connection?

- I would like to be able to generate a .jpg of contest numbers, callsign and locator on-the-fly, so that these could be used for contesting. Is there simple application to do it?

Grateful for any assistance - either through the forum or by direct e-mail.

Thanks

Dave, G8GKQ

M1BKF
Posts: 7
Joined: Thu Mar 09, 2017 12:42 am

Re: Can You Help?

Post by M1BKF » Thu Mar 09, 2017 12:58 am

For generating images I use the convert utility from the imagemagick package:
convert -background blue -fill yellow -pointsize 72 label:M1BKF m1bkf.jpg

G0EID
Posts: 25
Joined: Thu Oct 17, 2013 3:19 pm

Re: Can You Help?

Post by G0EID » Thu Mar 09, 2017 10:29 am

Hi Dave,
How about using the 'convert' utility, from the Imagemagick toolkit, for the serial numbers?
# sudo apt-get -y install imagemagick
# convert -size 640x480 xc:white -gravity Center -pointsize 200 -annotate 0 '1234' serial1234.jpg
You could put Callsign and Locator above or below using gravity North or South maybe?
73
Dave

G8GKQ
Site Admin
Posts: 2928
Joined: Sun Mar 22, 2009 1:21 pm

Re: Can You Help?

Post by G8GKQ » Thu Mar 09, 2017 11:00 am

Thanks both

I will try Imagemagick. You will note that I already have Menu and config entries for contest numbers, so once I have checked the conversion, it should be a "simple" matter of selecting the right .jpg and putting it on the Desktop for display (or even getting it into avc2ts in a more elegant way).

Dave, G8GKQ

G8GKQ
Site Admin
Posts: 2928
Joined: Sun Mar 22, 2009 1:21 pm

Re: Can You Help?

Post by G8GKQ » Sun Apr 02, 2017 9:35 pm

Dave

Imagemagick does the job nicely. Thanks; coming soon in a release.

I'm still waiting for any ideas on my other question:

- If the Portsdown is started without a network connection, it takes longer to boot, as it waits for the network (WiFi or wired) attempted connections to time out. How can I configure it so that it waits less time for a network connection?

Dave, G8GKQ

G7JTT
Posts: 352
Joined: Fri Jun 10, 2016 5:05 pm

Re: Can You Help?

Post by G7JTT » Mon Apr 03, 2017 6:36 am

Hi Dave have a look at this it might point you in the right direction to help boot time with no network attached.

http://raspberrypi.stackexchange.com/qu ... ernet-wait

John

Post Reply

Return to “The Portsdown Digital ATV System”