Loading
Loading
IoT Lab content is currently available in Arabic only. We're working on an English version.
عرض بالعربية →Send data over kilometers (sometimes 10 km+) without internet or SIM cards.
Use the SPI protocol. LoRa requires exactly 3.3V as specified in the datasheet — 5V will burn it.
// الكود يستلزم مكتبة LoRa.h
// الإرسال:
// LoRa.beginPacket();
// LoRa.print("Hello 10KM Away");
// LoRa.endPacket();Powering on a LoRa module or any wireless transmitter before connecting the antenna. Operating without an antenna may damage the amplifier chip inside the module.