Fading Coder

One Final Commit for the Last Sprint

Implementing UART Communication in BasicRF Point-to-Point Networks

Hardware Reqiurements Two development boards Two antennas USB-to-serial converter Debugger Jumper wires USB cables Power cables Code Implementation (rf_config.c) #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mcu.h" #include &...

Implementing LoRaWAN Communication in Java for IoT Applications

LoRaWAN (Long Range Wide Area Network) is a Low-Power Wide-Area Network (LPWAN) protocol designed for long-range, energy-efficient communication between IoT devices and network servers. Java can be utilized to develop endpoints that interact with LoRaWAN networks, enabling periodic data transmission...