-
Notifications
You must be signed in to change notification settings - Fork 60
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
mkrwan with single channel gw #32
Comments
Hi @conradholt , |
Sorry for the misunderstanding @facchinm , I hope this makes things a bit more clear, One of the nodes is an arduino uno + dragino v1.4 shield using the lmic library (https://github.com/matthijskooijman/arduino-lmic/blob/master/examples/ttn-abp/) with a small modification in the set-up: LMIC_setDrTxpow(DR_SF7,14); The gateway is the dragino LG01 using the sx1276 semtech transceiver running the single_channel_pkt_fwd (https://github.com/tftelkamp/single_chan_pkt_fwd). |
@conradholt you can still use
and you should change Let me know if it works for you! |
@facchinm I haven't been able to make it work, let me walk through the steps to see if I've missed something. There might be some problem with the pin mapping? because the ASSERTS basically check: Any thoughts on what to do next? |
Ah, my fault, lmic requires DIOs to serve interrupts (https://github.com/matthijskooijman/arduino-lmic/blob/ba1265d5d2f775177cdc7c82186724e4f0bdc3a8/src/hal/hal.cpp#L69) 🙁 We don't have enough exposed pins to handle this; there could be other libraries that do not need the IRQ pins but I'm not aware of them |
so @conradholt tell me ... did you resolve it? I'm in the same situation ... the dragino LG01_P and I don't know how to set up my mkr wan 1300 with only 1 channel :( |
unfortunately @ivanpiffer the sam21d or the mkr series won't support the single channel configuration because it's doing frequency hops on more than one frequency. If you get an arduino uno or any arduino working on AVR then the LMIC example code works just fine. Finally I purchased a multichannel gateway (LAIRD sentrius) and the mkr was plug and play for both OTAA/ABP. |
@facchinm you can close this issue since the mkr won't support single channel |
Ok, I'm sorry it didn't end well. Closing as wontfix |
I am stuck in the same situation with a bunch of these boards and a single channel gateway. Is there a way to fix this?
Are there any other, more recent, libraries that do not need IRQ pins, or is there a way of making pins available to handle these interrupts by disabling unneeded services on the MKR WAN? |
Hi @deanpretorius , |
So, after trying to set up (without success) the mkrwan with a single channel gateway I am asking if someone has been able to do that?
Currently the mkr fw doesn't have the option (like the uno's) to disable channels, I would like the mkr to send data just on the 902.3 Mhz channel not the rest.
The text was updated successfully, but these errors were encountered: