Skip to content

ElectronicCats/CatWANShield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CatWAN Arduino LoRa Shield

With the CatWAN Arduino LoRa Shield, you will be able to unlock the power of LoRa technology for long-range, low-power communication in an Arduino UNO. Seamlessly integrate your Arduino UNO into LoRaWAN networks for a variety of applications.

This repository contains the KiCad files for a LoRa shield for Arduino Uno and some examples that may help you to get running your LoRa-based applications with the power of an Arduino UNO

  • The folder named "LoRA_PHY_RH" refers to the communication P2P by the Physical layer of LoRa, in here you can find 2 examples one as the Transmitter (Which also is capable of receiving information) and the second as the receiver (Which also is capable of transmitting information), both examples work with the RadioHead library

  • The folder named "LoRA_PHY" refers to the communication P2P by the Physical layer of LoRa, in here you can find 2 examples one as the Transmitter and the second as the receiver, both examples work with the Official LoRa library from Arduino.

  • The folder named LoRa_WAN refers to the communication by a LoRaWAN network from your device to the internet, by the two methods that exist OTAA and ABP, both examples were created to read a GPS or/and temperature from one analogic sensor attached to the analog input.

Electronic Cats invests time and resources in providing this open-source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!

Designed by Electronic Cats.

How to contribute

Contributions are welcome!

Please read the document Contribution Manual which will show you how to contribute your changes to the project.

✨ Thanks to all our contributors! ✨

See Electronic Cats CLA for more information.

See the community code of conduct for a vision of the community we want to build and what we expect from it."

License

Firmware released under a GNU AGPL v3.0 license. See the LICENSE file for more information.

Hardware released under a CERN Open Hardware Licence v1.2. See the LICENSE_HARDWARE file for more information.

Electronic Cats is a registered trademark, please do not use it if you sell these PCBs.

5 Jul 2018