Skip to content
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

ABP mode gives an ASSERT on LMIC_setTxData2. #585

Closed
DaveDavenport opened this issue Jun 23, 2020 · 2 comments
Closed

ABP mode gives an ASSERT on LMIC_setTxData2. #585

DaveDavenport opened this issue Jun 23, 2020 · 2 comments
Assignees
Labels

Comments

@DaveDavenport
Copy link

Describe your question or issue

Because of problems with #311 I was trying out ABP mode. I am getting the following error on do_send (from the examples).

~/Arduino/libraries/arduino-lmic-master/src/lmic/radio.c:1065

here

( ttn-abp )

I actually see the message arrive in the dashboard (I updated the do_send to send out some specific data):

image

Environment

  • TRFM95W module.. uses SX1276 I think connected to a blue pill (stm32f108).
  • On EU network. 868 MHz. TheThingsNetwork
  • GIT version of 2020-06-23.

On a ttgo t3 it does seem to work.

So I am looking at hints to see where the actual problem lies?

@terrillmoore
Copy link
Member

The radio should automatically drop to sleep mode after a successful tx. It's not. So ... looks like a hardware problem to me.

@DaveDavenport
Copy link
Author

thx, was afraid of that. I am going to try another module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants