sigfox support
sigfox slack community
  • Spaces
    • SIGFOX Ready Certification
    • Sens'it
    • Help
    • Sigfox Radio Specifications
    • Tutorial
    • Topics
    • Questions
  • Sign in
  • Home /
avatar image
Question by jelle.lauwers@pliant.nu · Jul 12, 2018 at 06:50 AM · SIGFOXmkrfox1200sendtransmissionloop

MKRFOX 1200 in send/transmission loop

Hi,

We've experienced a send loop with our MKRFOX 1200 from Arduino. It was sending 2x per minute, while we had a delay built in of 10 minutes. This loop happened only once on Tue 10th of July around 3PM. We could not reproduce it since then.

We use the SigFox Library at:

https://github.com/arduino-libraries/SigFox

Our SendData routine is this:

bool sendData(byte data[], int bufferSize) {

bool succes = false;

// Start the module

SigFox.begin();

// Wait at least 30mS after first configuration (100mS before)

delay(100);

// Clears all pending interrupts

SigFox.status();

delay(1);

SigFox.beginPacket();

SigFox.write(data, bufferSize);

int ret = SigFox.endPacket();

// send buffer to SIGFOX network

if (ret > 0) {

succes = false;

} else {

succes = true;

}

SigFox.end();

return succes;

}

Anyone have any ideas on where the program may break out of?

Comment

People who like this

0 Show 0
100 |1010 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

  • Sort: 

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Related Questions

MKRFOX1200 msg transmission succeeded -> backend issues / understanding, status grey & radio reception in Berlin/Germany 1 Answer

I have a SIGFOX device, what now? 2 Answers

No data sended - MC57561-Fox 4 Answers

TD1208 ADC analogic connexion 1 Answer

Thinxtra librarie 0 Answers

  • About
  • Terms & Condition
  • Privacy
  • Answerhub FAQ


Enterprise
Social Q&A

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • SIGFOX Ready Certification
  • Sens'it
  • Help
  • Sigfox Radio Specifications
  • Tutorial
  • Explore
  • Topics
  • Questions