Skip to content

Instantly share code, notes, and snippets.

View felixerdy's full-sized avatar

Felix Erdmann felixerdy

View GitHub Profile
/*******************************************************************************
Copyright (c) 2015 Thomas Telkamp and Matthijs Kooijman
Permission is hereby granted, free of charge, to anyone
obtaining a copy of this document and accompanying files,
to do whatever they want with them without any restriction,
including, but not limited to, copying, modification and redistribution.
NO WARRANTY OF ANY KIND IS PROVIDED.
This example sends a valid LoRaWAN packet with payload "Hello,
@felixerdy
felixerdy / senseBox_Full_setup.ino
Created January 4, 2020 14:35
senseBox LoRa Code (HDC1080, BMP280, Lightsensor, SDS011)
/*
senseBox:home - Citizen Sensingplatform
Version: lorav2.0.0
Date: 2018-09-11
Homepage: https://www.sensebox.de https://www.opensensemap.org
Author: Reedu GmbH & Co. KG
Note: Sketch for senseBox:home LoRa MCU Edition
Model: homeV2lora
Email: support@sensebox.de
Code is in the public domain.
@felixerdy
felixerdy / senseBox_dashboard.md
Last active January 15, 2019 08:44
List of all senseBox Dashboards
function Decoder(bytes, port) {
var result = decode(bytes, [latLng, temperature, temperature], ['latLng', 'alt', 'hdop'])
return {
latitude: result.latLng[0],
longitude: result.latLng[1],
altitude: result.alt,
hdop: result.hdop
}
}
#include "Adafruit_FONA.h"
#include <SoftwareSerial.h>
// -------- Bibliotheken hier einbinden --------
// -------- --------------------------- --------
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------------
# add_rasters.py
# Created on: 2017-07-11 11:46:51.00000
# (generated by ArcGIS/ModelBuilder)
# Description:
# ---------------------------------------------------------------------------
import re
import os