-
-
Notifications
You must be signed in to change notification settings - Fork 652
Add support for Arduino MKR WAN 1300 boards #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Got some boards to test win, the Sender part is fine. However, when running the Receiver example on a MKR WAN 1300 with an Uno Sender, packets are received twice:
|
89ca17a
to
3b82e29
Compare
3b82e29
to
e1889c7
Compare
Hi @sandeepmistry and thanks for this library. |
@facchinm This is good to go now, with the updated firmware from arduino/mkrwan1300-fw#1 Let's wait until @facchinm has tested the firmware changes and merged that PR. |
Hi sandeepmistry. |
Hi. |
@Deltoz these changes require the firmware changes from pull request arduino/mkrwan1300-fw#1 - without these you will see double receive messages. We are still trying to track down the root cause for this. |
OK. I follow on with attention, I would like to use it as possible. |
@sandeepmistry @facchinm |
HI all, i have tested the firmware with arduino/mkrwan1300-fw#1, in a setup composed by a st evaluation board (a nucleo), a dragino lora shield with the semtech and a arduino zero, i had records the SPI signals that come from the ZERO to the stm32 and from the stm32 to the semtech, in order to investigate how improve the communication speed between all the module of the MKR1300. |
@Rocketct |
Other tests.... |
This is good to merge now, and requires firmware v1.1.6 on the Murata module. Which is bundled in the current master version of the MKRWAN library. @facchinm will release the MKRWAN lib later this week. |
An alternative to #103 to support the Arduino MKR WAN 1300 board in this library. I don't have a board to test with at this time, so let's hold off merging until it is tested.
It build's off @facchinm's work from https://github.com/arduino-libraries/MKRWAN/blob/master/examples/DumbModemLoraSender/DumbModemLoraSender.ino and simplifies the effort to use the board with this library.
I've also added a new
LoRa.setSPI(...)
API to select a different SPI interface at run time.