Pinned Repositories
arduino-lmic
LoraWAN-in-C library, adapted to run under the Arduino environment
BSFrance-avr
Arduino core for BSFrance AVR boards
BSFrance-stm32
Arduino core for BSFrance STM32 boards
EasyLed
Arduino library for controlling standard LEDs in an easy way. EasyLed provides simple logical methods like on(), off(), toggle(), flash(), isOn(), isOff() and reset(). This library will help to write cleaner code that is easy to read and understand.
FramI2C
FramI2C is an Arduino library for FRAM (F-FRAM, Ferroelectric RAM) non-volatile memory chips with I2C interface. Supports most common Cypress and Fujitsu I2C FRAM chips with densities of 4, 16, 64, 128, 256, 512, and 1024 kilobits (kb). Provides simple, easy to use read() and write() methods for reading/writing integral and floating point types (uses automatic type inference and byte conversion), readBytes() and writeBytes() for reading/writing larger amounts of data as byte array, and fill() to fill or clear a range of FRAM memory.
Hexdump
Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().
LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
lowpower-workshop
Material for the workshop 'Low-power with ESP8266' held during TTN / IoT Groningen meetups.
pinout-diagrams
Collection of pinout diagrams for popular microcontroller development boards and LoRa development boards.
rak831-lorawan-gateway-workshop
Material for the workshop 'Build your own gateway with RAK831 and RESION.IO' held at The Things Conference 2018.
lnlp's Repositories
lnlp/LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
lnlp/pinout-diagrams
Collection of pinout diagrams for popular microcontroller development boards and LoRa development boards.
lnlp/FramI2C
FramI2C is an Arduino library for FRAM (F-FRAM, Ferroelectric RAM) non-volatile memory chips with I2C interface. Supports most common Cypress and Fujitsu I2C FRAM chips with densities of 4, 16, 64, 128, 256, 512, and 1024 kilobits (kb). Provides simple, easy to use read() and write() methods for reading/writing integral and floating point types (uses automatic type inference and byte conversion), readBytes() and writeBytes() for reading/writing larger amounts of data as byte array, and fill() to fill or clear a range of FRAM memory.
lnlp/lowpower-workshop
Material for the workshop 'Low-power with ESP8266' held during TTN / IoT Groningen meetups.
lnlp/EasyLed
Arduino library for controlling standard LEDs in an easy way. EasyLed provides simple logical methods like on(), off(), toggle(), flash(), isOn(), isOff() and reset(). This library will help to write cleaner code that is easy to read and understand.
lnlp/Hexdump
Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().
lnlp/rak831-lorawan-gateway-workshop
Material for the workshop 'Build your own gateway with RAK831 and RESION.IO' held at The Things Conference 2018.
lnlp/arduino-lmic
LoraWAN-in-C library, adapted to run under the Arduino environment
lnlp/BSFrance-avr
Arduino core for BSFrance AVR boards
lnlp/BSFrance-stm32
Arduino core for BSFrance STM32 boards
lnlp/ESP32_LoRaWAN
Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Automation(TM). Need a unique license to use it.
lnlp/generic-node-se
Generic Node Sensor Edition
lnlp/Led
[deprecated] Arduino library for controlling standard LEDs. This library has been deprecated. For new development use the new EasyLed library instead.