You are not logged in.
Pages: 1
While reading about Marinus ( http://hamradioprojects.com/authors/wa5znu/+marinus/) , an APRS map display .. I notice I hv all of the parts - a DigiX ( https://www.kickstarter.com/projects/di … ard-with-w ), a 2.2" 320x240 TFT SPI display, SD card slot on the DigiX, MicroAPRS libs , Taner's version of packet decoding port of ArgentData Shield for MicroAPRS modem..
Even though all the hardware are better/bigger/faster, the codes still runs fine, thanks to Arduino ...
I generated the bmp map tiles at http://hamradioprojects.com/authors/wa5 … rinus/osm/ using aprs.fi Info page ( Location: 3°nn.xx' N 101°nn.yy' E - locator OJnnTEyyAK - show map - static map ) ... and loaded it into a SD card on the DigiX .. ( but the bmp resolution was wrong... )
Hook up the MicroAPRS Serial to Serial3 on DigiX ( DigiX have 3 hw serial port ) the codes was decoding the packets from the MicroAPRS modem...
Some of the pictures of corrected resolution bmp from the author, Leigh...
2014-12-07 13.09.59 by stanley_seow, on Flickr
2014-12-07 14.45.06 by stanley_seow, on Flickr
2014-12-07 14.51.41 by stanley_seow, on Flickr
We can further joint develop this into a more advance APRS mapping solution for Arduino ...
The OSM python script to download/convert all the maps into bmp format..
https://www.dropbox.com/s/3h6ks3sf27cik … s.zip?dl=0
On Debian, install libjpeg-dev and python PIL modules to get the script working :-
sudo apt-get install libjpeg-dev
sudo pip install PIL
command line :- python tile.py XXXXyy 14
XXXXyy comes from aprs.fi Maidenhead locator codes under Info page...
Last edited by Stanley (2014-12-08 04:12:54)
Stanley
9W2SVT/ N5SVT
http://9W2SVT.blogspot.com
Offline
Wow! This is pretty advanced! Is the map display scrollable or does it show a fixed area?
Offline
The maps are not scrollable ( not yet written, I guess ) ... probably can move from tiles to tiles using a directional buttons... or zoom-in or out on different map zoom tiles.
All the codes are available and fully working ( with minor modification to the MicroAPRS.h by Taner .. )
I managed to generate 7x7 lcd/bmp tiles maps from a 11x11 OSM tiles ...
Since the DigiX / DUE hv like 96Kb of ram on board, I was thinking of using of storing all the Rx stations and plotting them within the same map tiles...
Stanley
9W2SVT/ N5SVT
http://9W2SVT.blogspot.com
Offline
My blog entry :-
http://9w2svt.blogspot.com/2014/12/aprs … splay.html
Stanley
9W2SVT/ N5SVT
http://9W2SVT.blogspot.com
Offline
Pages: 1