From the Forums: GPS satellite data display for PiTFT #space #piday #raspberrypi @Raspberry_Pi
William Phelps shared a screencapture from his project-in-progress – a GPS satellite data display for PiTFT he has been sharing on the Adafruit Forums:
I’ve written a python program to display GPS satellite data, with some stars and the brighter planets, specifically for the PiTFT display. The GPS parsing is done in a separate thread. The display is unique – it plots circles for each GPS satellite that is overhead, with the size of the circle proportional to the S/N ratio. It even has 10 second position averaging.
PiTFT-GPS (on Github)
A GPS display for the Adafruit PiTFT display on a Raspberry Pi
And wish him Happy Birthday — he was born on Pi Day!
Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Electronics — I touched my circuit, and now it glitches!
Python for Microcontrollers — Python on Microcontrollers Newsletter: CircuitPython supported by 70 SBCs and more! #Python #Adafruit #CircuitPython @micropython @ThePSF
Adafruit IoT Monthly — OpenCV Critter Cam, LoraWAN on Raspberry Pi 2040, and more!
I did something similar using HTML5 (since I usually have a media player, tablet, or smartphone). And I earlier did Star and planet plots, but need to add that back (it was for the Nokia).
I did something similar using HTML5 (since I usually have a media player, tablet, or smartphone). And I earlier did Star and planet plots, but need to add that back (it was for the Nokia).
But it is cool.