All Projects → fcgdam → TTGO_LoRa32

fcgdam / TTGO_LoRa32

Licence: other
Some sample code for the TTGO ESP32 Oled Lora board.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to TTGO LoRa32

LoRa gateway
Compendio de manuales e instrucciones a modo de diario de mi aportación desarrollo de la red LoRa TTN en Mallorca. Comunicaciones gratuitas para IoT
Stars: ✭ 28 (-71.72%)
Mutual labels:  lorawan, ttgo
POST S76G
Power-on Self Test for TTGO T-Motion LoRaWAN GNSS tracker and T-Impulse wristband
Stars: ✭ 16 (-83.84%)
Mutual labels:  lorawan, ttgo
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+21.21%)
Mutual labels:  lorawan
RAK811-tracker
Example code for RAK811 nodes with GPS on board, transmitting their coordinates in the payload of the LoRaWAN packet in a format that is compatible with TTN Mapper.
Stars: ✭ 14 (-85.86%)
Mutual labels:  lorawan
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (-4.04%)
Mutual labels:  lorawan
Arduino
Arduino electronics hacking
Stars: ✭ 137 (+38.38%)
Mutual labels:  lorawan
Catena-Sketches
Top-level Arduino sketches for the MCCI Catena family of IoT LPWA Devices
Stars: ✭ 12 (-87.88%)
Mutual labels:  lorawan
Asr650x Arduino
Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
Stars: ✭ 110 (+11.11%)
Mutual labels:  lorawan
kiotlog
Kiotlog is a platform for IoT developers to create Internet of Things applications based on LPWAN protocols.
Stars: ✭ 12 (-87.88%)
Mutual labels:  lorawan
nrf52-lora
LoRa node on nRF52
Stars: ✭ 24 (-75.76%)
Mutual labels:  lorawan
rolaguard
RoLaGuard (Community Edition): a LoRaWAN Operations, Cybersecurity & Compliance Management Platform.
Stars: ✭ 16 (-83.84%)
Mutual labels:  lorawan
lorawan toa
LoRa Time on Air Calculator
Stars: ✭ 24 (-75.76%)
Mutual labels:  lorawan
Arduino Lorawan
User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN™ networks
Stars: ✭ 140 (+41.41%)
Mutual labels:  lorawan
TTGO-T8-ESP32
esp32-i2s-sdcard-wav-player
Stars: ✭ 89 (-10.1%)
Mutual labels:  ttgo
Upylorawan
ESP32 using MicroPython meets LoRa and LoRaWAN.
Stars: ✭ 121 (+22.22%)
Mutual labels:  lorawan
chirpstack-gateway-os
Yocto based gateway images including ChirpStack components.
Stars: ✭ 101 (+2.02%)
Mutual labels:  lorawan
Laf
This project intends to provide a series of tools to craft, parse, send, analyze and crack a set of LoRaWAN packets in order to audit or pentest the security of a LoraWAN infrastructure.
Stars: ✭ 119 (+20.2%)
Mutual labels:  lorawan
arduino-mkr-wan-1300
Getting started with the Arduino MKR WAN 1300
Stars: ✭ 38 (-61.62%)
Mutual labels:  lorawan
chirpstack-concentratord
Concentrator HAL daemon for LoRa gateways.
Stars: ✭ 53 (-46.46%)
Mutual labels:  lorawan
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (-74.75%)
Mutual labels:  lorawan

TTGO LoRa32 ESP32 Oled board

This repository holds some sample code, using platformio IDE, for using this board peripherals:

  • Lora - Use the sx127x radio to connect to the TheThingsNetwork
  • BLE - Esp32 Bluetooth
  • WIFI - Native WIFI

The following examples are on this repository:

TTN ABP (TTN_TTGOLora32 folder)

This code uses the Lora chip to connect to the Things Network, using ABP to join the network.

TTN OTAA (TTN_TTGOLora32_OTAA folder)

This code also connects to TheThingsNetwork, but this time using Over The Air Activation.

TTN NodeRed

The TTN Node red folder contains a node-red flow that by using the Node-Red TTN node, receives data from the above examples (either ABP or OTAA), and sends back information to the node regarding the signal uplink rssi strenght for that message. If the TTGO board is range of a gateway with downlink capacity (all of them, except a few single channel gateways), then the board displays the received data (which is the signal strenght) on the OLED.

BLEBridge (TTN_TTGOLora32_BLEBridge folder)

The BLE Bridge is a simple example of bridging data from the BLE transceiver to the TheThingsNetwork Lorawan.

WiFi Scanner

Simple Wifi scanner that shows found WIFI networks on the Oled.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].