jmarcelino
(Jose Marcelino)
April 1, 2017, 10:55am
4
Several reports here of people who got the Adafruit M0 feather working with RFM95 which may be similar to what you have (just saying Cortex M0+ isn’t really enough)
I know the struggle. Try to help you.
First: use ONE library, and drop all others: https://github.com/matthijskooijman/arduino-lmic
I use Arduino 1.6.7, it works for 1.6.9 now as well
Put the right DIO pinning in the main code (as stated before). The numbers are the digital port numbers (that is a mapping in the arduino platform to the real port pins).
Decide for ‘the new platform’ or the ‘old croft’. It works for me for the new OTAA platform.
For OTAA: Follow the instructions of ‘ernestosp…