Skip to content

davidbrodrick/ttnmapper-cubecellgps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ttnmapper-cubecellgps

This is an Arduino sketch for the Heltec CubeCell GPS to upload to TTN Mapper.

This implementation uses the LoRa-Serialization library, but it would be trivial enough to encode/decode the lat,long,hdop,altitude yourself if you wanted to get rid of the dependency. With this library, the decoder on TTN looks like this:

function Decoder(bytes, port) {
  // Decode an uplink message from a buffer
  return decode(bytes, [uint8, latLng, uint16], ['hdop', 'coords', 'altitude']);
}

//Plus the standard LoRa-Serialization functions which go below here

About

TTN Mapper for CubeCell GPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages