GPS tracking with an MSP430F5510 over GPRS
https://www.electronics-lab.com/gps-tracking-msp430f5510-gprs/
Bluehash over at 43oh.com writes: I found a tiny gem while browsing Github for MSP430 projects. This one is a GPS tracker based on a MSP430F5510 with a GPRS cellular connection for reporting and command input. The GPS is a FGPMMOPA6H from GlobalTop and the GPRS module is a SIM900 from Simcom. The Github link has […]
PingPong IoT Development Board – Connecting Hardware to the Cloud
https://www.electronics-lab.com/pingpong-iot-development-board/
Germany-based Round Solutions developed the PingPong, a powerful and flexible hardware platform for IoT and machine-to-machine (M2M) applications. The PingPong can be used for both wired and wireless connections. The modular hardware design can integrate custom-specific applications and communication standards into a single solution platform that has a very small form factor. The basic hardware platform of […]
GPS RECEIVER TO FM RADIO (88-107 MHz) AUDIO + RDS TRACKING V2
https://www.electronics-lab.com/gps-receiver-fm-radio-88-107-mhz-audio-rds-tracking-v2/
pinko @ blog.exrockets.com has build a GPS receiver to FM radio based on PIC18LF2553. He writes: Today I made some modifications to this is a new project for a GPS to FM radio tracking device for rockets i.e. the V2. The initial design lacked the antenna impedance matching circuit which caused problems with the end […]
MINI PIC GPS DATA LOGGER WITH MICRO-SD CARD
https://www.electronics-lab.com/mini-pic-gps-data-logger-micro-sd-card/
pinko @ blog.exrockets.com has build a mini GPS data logger based on PIC18F25J11 microcontroller. Based on my first GPS data logger I made a new version which is even smaller than the initial design and should be able to fit in any rocket, RC model etc. The new GPS data logger uses micro-SD card and […]
Collecting GPS Data Using GPS Module With Windows IoT
https://www.electronics-lab.com/collecting-gps-data-using-gps-module-windows-iot/
Bardaan A published a guide on hackster.io showing full instructions for developing a Windows IoT application that receives and extracts essential GPS data from a connected serial GPS module. To follow this guide, you have to use Raspberry Pi 3 model B with Andoer NEO-6M GPS module, and also have Microsoft Visual Studio 2015 installed […]
DIY Altimeter using a NEO UBLOX GPS module and a Color OLED
https://www.electronics-lab.com/diy-altimeter-using-neo-ublox-gps-module-color-oled/
In this video educ8s.tv is going to build a DIY Altimeter using the UBLOX NEO-6M GPS module along with a color OLED display with the SSD1331 driver. About a year ago, I built some GPS projects using this GPS shield. This shield is great but unfortunately it is no longer available for sale. Also its […]
Review & Teardown of a cheap GPS Jammer
https://www.electronics-lab.com/review-teardown-cheap-gps-jammer/
phasenoise has posted his teardown of a cheap GPS Jammer. This GPS jammer generates a 1575.42 Mhz interference to prevent your GPS unit from receiving correct positioning signals. Generally, “jammers” — which are also commonly called signal blockers, GPS jammers, cell phone jammers, wifi jammers, etc. are radio frequency transmitters that are designed to block, jam, […]
WiGPSFi – ESP8266 + GPS module
https://www.electronics-lab.com/wigpsfi-esp8266-gps-module/
euerdesign.de has connected the ESP8266 to an GPS and a SD-Card to scan networks – coded a MySQL-DB with some PHP parsers and dynamic maps – and get fascinated by all the 2,4 GHz radiation arround him. In this blogpost, you can only read about finding and printing out maps with WiFi-Accesspoints and not how to […]
FeatherHAB (Balloon Tracker) Firmware & Hardware Source Released
https://www.electronics-lab.com/featherhab-balloon-tracker-firmware-hardware-source-released/
Ethan Zonca has released the firmware and hardware of FeatherHAB. FeatherHAB is a small and inexpensive ballon GPS tracker. FeatherHAB is a lightweight, small, and inexpensive balloon tracker. It tracks the location of a balloon with GPS and broadcasts the balloon’s position to the APRS network on 144.390MHz. The tracker is built around a Ublox […]
Simple Arduino SD-Card GPS/NMEA Datalogger
https://www.electronics-lab.com/simple-arduino-sd-card-gpsnmea-datalogger/
KF5OBS @ jaunty-electronics.com shows us how to build a minimalistic GPS datalogger. The GPS logger is based on the Arduino platform and stores raw NMEA sentences from pretty much any GPS module to a SD card. For a project I needed to log GPS information. I had various GPS modules and plenty of Arduinos laying […]