-
Notifications
You must be signed in to change notification settings - Fork 213
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
Starting os_init (); problem #40
Comments
Usually this means that the pin configuration table is wrong. The error message comes from an ASSERT(), and the ASSERT is happening because You should not be modifying
By the way, did you add the required jumper on the Feather M0 LoRa? It's not as clear in README.md as it should be, but the docs say:
This is required. (But the problem it fixes doesn't arise until you far past initialization; your problem is arising during initialization.) If you're still having problems, perhaps our Chennai team (@svelmurugan92 and group) can help. Best regards, |
Thanks for replay, |
Please wire Feather M0 LoRa JP1 pin 1 to Feather M0 JP3 pin 9. Refer to the schematic for background info. Here's a sketch (on the back side -- not the component side -- of the board). Note that if you are using the MCCI Catena 4450/4460 Wings, the boards already provide this wire so you don't need to do this. In all other cases, this wire is needed. |
I have connected as you show in above figure,still i stuck on the same error, const lmic_pinmap lmic_pins = { |
Oh, that’s the problem. The SX1231 module doesn’t work with Arduino LMIC. You must have the SX1272 or SX1276. Sorry! |
Thanks a lot for your useful information@terrillmoore. Can you please tell me is there any Lorawan library for SX1231 or any other similar library which can support this SX1231??? Can you tell me why this board doesn't support Lorawan protocol(LMIC Library)?? or is any hardware or software issue??? |
It's different hardware. The modulation for LoRa is unique, and can't be handled with a normal FSK radio. The SX1231 is not a LoRa-capable radio. Best regards, |
Thanks for the reply@terrillmoore. Here iam using this https://www.adafruit.com/product/3176 board and this board have 868 or 915mhz radio frequency so please suggest me any related libraries is there for this board??? |
Hai terrillmoore, actually we have this coaster pagers https://www.aliexpress.com/item/Fast-food-Wireless-Restaurant-Guest-paging-system-KTP-20-coaster-pager/32597068448.html Can u please tell which protocol used in this coaster system??? |
Hai ,
Iam new to lora,
Iam using this example https://github.com/mcci-catena/arduino-lmic/tree/master/examples/raw-feather and i configure config.h file to (#define CFG_in866 1 and #define CFG_sx1276_radio 1) and iam using the adafruit M0 board (https://www.adafruit.com/product/3178).
My compilation success ,after uploading the code ,i got the following error
Starting
FAILURE
/home/neelgreev/Arduino/libraries/arduino-lmic-master/src/lmic/oslmic.c:55
can u please tell me where is the problem??where should modification occurs in code??
The text was updated successfully, but these errors were encountered: