This is the decoder/converter/validator code used in my "The Things Network" Applications Payload Formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
Host="lora" | |
Domain="theodin.network" | |
User="<--Cloudflare-Username-->" | |
Key="<--Cloudflare-API-Key-->" | |
############################################################################################### | |
Missing='' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ChirpStack Payload Decode Codec for the Dragino LHT65 Remote Sensor | |
* Version 0.1.0 - 2020-08-14 - Matt Rude <[email protected]> | |
* | |
* ******************************************************************************* | |
* | |
* Copyright (c) 2020 Matt Rude <[email protected]> | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
To install run:
curl -Ls "https://git.io/JU4cX" |bash -
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ATtiny85 - Advanced Traffic Stop Light - Version 0.1.1 - 2020-03-20 | |
* Copyright (c) 2020 Matt Rude <[email protected]> | |
* | |
* ********************************************************************************* | |
* | |
* This is the Advanced Traffic Stop Light program written for an ATtiny85 using | |
* Atmel Studio 7: https://www.microchip.com/mplab/avr-support/atmel-studio-7 | |
* | |
* For more on the ATtiny85, see: https://www.microchip.com/wwwproducts/en/ATtiny85 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* SolarBear MPPT Controller - Version 6.3 | |
* Copyright (c) December 2017 - Sergey Vekli, Ted Luginbuhl, & Matt Rude | |
* | |
* https://www.rcgroups.com/forums/showthread.php?3007750-BNF-SolarBear-pure-solar-powered-32-wing-Free-plans | |
* | |
* ************************************************************************************** | |
* | |
* Solar Cells | |
* | |
* The solar cells are soldered in series with a piece of 29guage magnet wire going to each pad on the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ATtiny85 Traffic Stop Light - Version 0.2.0 - 2020-03-07 | |
* Copyright (c) 2020 Matt Rude <[email protected]> | |
* | |
* ********************************************************************************* | |
* | |
* This is a simple Traffic Stop Light program written for an ATtiny85 using | |
* Atmel Studio 7: https://www.microchip.com/mplab/avr-support/atmel-studio-7 | |
* | |
* For more on the ATtiny85, see: https://www.microchip.com/wwwproducts/en/ATtiny85 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ATtiny85 - Advanced Traffic Stop Light - Version 0.1.1 - 2020-03-20 | |
* Copyright (c) 2020 Matt Rude <[email protected]> | |
* | |
* ********************************************************************************* | |
* | |
* This is the Advanced Traffic Stop Light program written for an ATtiny85 using | |
* Atmel Studio 7: https://www.microchip.com/mplab/avr-support/atmel-studio-7 | |
* | |
* For more on the ATtiny85, see: https://www.microchip.com/wwwproducts/en/ATtiny85 | |
* |