Skip to content

Instantly share code, notes, and snippets.

View Jeannotisintheplace's full-sized avatar
🐵

Jeannotisintheplace

🐵
View GitHub Profile
@nobodyguy
nobodyguy / tracker.ino
Last active September 21, 2022 03:13
GpsLoRaWANTracker using Arduino, RN2483 and L86/neo-m8n GPS module
#include <TinyGPS++.h>
#include <SoftwareSerial.h>
#include <avr/sleep.h>
#include <avr/power.h>
// ----------------------------------------------
// DEFINES
// ----------------------------------------------
#define rxGpsPin 10
#define txGpsPin 11