Open kenken64 opened 5 years ago
I had similar issue yesterday with another device. Am unable to send message. Device stops at same ATS410 command.
Having a similar issue, mine simply stops at Send Message and never continues.
Hola Pedro, Share with me your code so I can try on another module here at the office.
On Thu, Oct 31, 2019 at 11:07 AM Pedro Moter notifications@github.com wrote:
Having a similar issue, mine simply stops at Send Message and never continues.
[image: IMG_1262] https://user-images.githubusercontent.com/10541029/67959011-78cc4b00-fbce-11e9-8723-160340159f3c.PNG
[image: IMG_1263] https://user-images.githubusercontent.com/10541029/67959052-8681d080-fbce-11e9-920e-08f81fe0e57b.PNG
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/UnaBiz/unabiz-arduino/issues/4?email_source=notifications&email_token=ANEOCGS3SQGGDAJY7A5CBDLQRLYCPA5CNFSM4G25MGI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECYDZXQ#issuecomment-548420830, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANEOCGU5YBGPDZFCAOWIIXDQRLYCPANCNFSM4G25MGIQ .
Poseidon-master.zip Dear Alberto,
I would really appreciate it if you could test on an additional board.
The only issue you might have is simulating the Interrupts on D2.
The file is the one inside the folder TestV1.
Please let me know what you obtain. Thanks
I was able to go around the issue by not using interrupts. For some reason even after making the function that called the Sigfox board atomic, taking it out of the interrupt and putting it on the main loop fixed it.