LoRa: How to Send Data 5km with Arduino (No WiFi)
WiFi barely reaches your driveway. LoRa reaches the next town. Master the SX1278 module, Chirp Spread Spectrum physics, and build a 5km range sensor network.
Explore our collection of IoT tutorials and guides
WiFi barely reaches your driveway. LoRa reaches the next town. Master the SX1278 module, Chirp Spread Spectrum physics, and build a 5km range sensor network.
Stop polling your server every 5 seconds. Learn why Professional IoT uses MQTT. Master Pub/Sub architecture, QoS levels, Retained Messages, and Last Will & Testament.
Run your IoT sensors for a year on a single coin cell. Mastering ESP8266 Deep Sleep, RTC Memory persistence, and the hardware hacks needed to achieve 20uA power consumption.
Stop climbing ladders to plug in USB cables. Learn how to flash your ESP8266 wirelessly using OTA updates. Master partition tables, security credentials, and remote fleet management.
Combine temperature sensors, OLED displays, and high-voltage relays into a single, professional-grade Smart Home Hub powered by ESP8266.
Turn your ESP8266 into a money-printing machine (figuratively). Fetch real-time Bitcoin prices from HTTPS APIs, parse JSON, and display them on an OLED screen.
Stop building offline toys. Master the ESP8266 NodeMCU to connect your projects to Wi-Fi. Build a web server and control your home from your phone.
Forget Infrared. Build wireless sensors that work through walls using 433MHz RF modules. Master ASK modulation, antenna physics, and the RadioHead library.
Cut the cord. Decode signals from any TV remote using Arduino and the VS1838B sensor. Build a Universal Remote and control high-voltage appliances wirelessly.
Your Arduino is lonely. Teach it to talk to your computer using Serial (UART) and Python. Parse CSV data, plot real-time graphs, and build a PC dashboard.