Adafruit Feather RP2040 with RFM95 LoRa
https://www.electronics-lab.com/adafruit-feather-rp2040-with-rfm95-lora/
The applications demand customizations when it comes to tweaking the use case according to the target requirements. Also, mobility becomes an important factor with the present necessity for usage from varied locations. As a solution, Adafruit tries to incorporate a great degree of portability and customizability with its Feather RP2040 microcontroller board or simply RadioFruit. […]
dbLoRa-X1 is a Arduino compatible battery operated LoRaWAN End Node
https://www.electronics-lab.com/dblora-x1-arduino-compatible-battery-operated-lorawan-end-node/
Arduino compatible battery-operated LoRaWAN End Node using the RFM95 with the ATMega328P microcontroller. Requirements: Install the Arduino IDE Install MCCI LMIC library https://github.com/mcci-catena/arduino-lmic Inside the Arduino Libraries folder, Go to Arduino\libraries\MCCI_LoRaWAN_LMIC_library\project_config Choose your region and chip accordingly Example: For India 865 MH branch, select #define CFG_in866 1 & #define CFG_sx1276_radio 1 Change the OTAA Keys […]