Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubmartin/bcf-lora-tester
BigCLown LoRa tester with LCD
https://github.com/hubmartin/bcf-lora-tester
Last synced: about 1 month ago
JSON representation
BigCLown LoRa tester with LCD
- Host: GitHub
- URL: https://github.com/hubmartin/bcf-lora-tester
- Owner: hubmartin
- License: mit
- Created: 2018-06-26T18:29:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T18:38:37.000Z (over 6 years ago)
- Last Synced: 2024-10-28T09:35:54.511Z (3 months ago)
- Language: C
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoRaWAN tester build on open-source BigCLown kit
- Core Module
- LoRa Module
- LCD Module
- Battery ModuleTester can work without LCD Module. To get and set different DEVADDR, APPEUI and APPKEY, please change the code.
After start the JOIN request is sent. If the LED is not blinking after few seconds, then the request was sucessfull. By pressing the button the test packet is sent.
![My image](https://github.com/hubmartin/bcf-lora-tester/blob/master/lcd.jpg)
If you want to get more information about Core Module, firmware and how to work with it, please follow this link:
**https://www.bigclown.com/doc/firmware/basic-overview/**
User's application code (business logic) goes into `app/application.c`.
The default content works as a *Hello World* example.
When flashed into Core Module, it toggles LED state with each button press.## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO s.r.o.**](https://www.hardwario.com/) in the heart of Europe.