Author Topic: MoteinoMEGA + RFM95W - my experience with Radiohead lib (testing, range, etc)  (Read 1311 times)

Tostaki

  • NewMember
  • *
  • Posts: 7
  • Country: fr
Hi there,

Just a quick post (although the 1st one here) to share a bit of code for those wanting to go a bit further the Radiohead examples.
My goal was testing the following :

- Custom modem settings
- Play with headers
- Send any kind of data in a transparet manner.


The 1st one and last one worked without big issues. Playing with headers prevented me from sending and/or receiving data. Not sure to understand the library capabilities there.

As I'm not a developper, I took time to get things working. This is just a share which can help other. I tried to comment enougth the code to make it clear.

Comments a very welcome !

https://github.com/sosandroid/Projet_ballon/blob/master/Moteino_Lora_Test/Moteino_Lora.ino

My next goals :
- Adding lowpower management
- Testing with Moteino LR as soon as I have the boards.
- Evaluating the range in noLOS and LOS conditions
- Speed up everything to get things embedded in the hot air balloon of my brother in law.

« Last Edit: September 08, 2016, 08:32:55 AM by Felix »

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6867
  • Country: us
    • LowPowerLab
Cool, i will be following your progress for sure :)