Closed joaqrus closed 7 years ago
What is your firmware version ? What is version of armapi you used ?
Firmware version: when I connect the N8 module through the serial port (19200,8,N,1), I get the following version number:
ATV
REV. 590A S/N: 000F6F66 SFX 868MHZ 14DBM
firmware was updated by me manually two weeks ago, following instructions received by mail.
ARMAPI version:
version=1.0.4 I can see inside the arm.cpp code that the files were generated last Sep 26 2016 I downloaded the library from the github.io web page: http://atim-radiocommunications.github.io/armapi/ Arduino Lib buttom.
There is a bug in '590A' and the armapi can't work with this firmware. There are 3 way:
OK, thanks for the information. Can you please tell when you are expecting a new firmware release approx.?, I would like to adjust my project timeline.
Also I would be interested in making the Arduino package. Can you please give me some clues about how to do it?
You can found a no official package from : http://atim-radiocommunications.github.io/armapi/pkg/Special/arduino_armapi_dev_v1.0.4bis.zip And use SfxSendReceive() method, please get the documentation about this method from arm.h file.
I have recently updated the firmware of my ARM N8 LP module to the last version, and I can send correctly uplink/downlink messages to the Sigfox backend using standard AT commands, such as:
Uplink message:
AT$SF=112233445566778899AABBCC,0
Downlink message:
AT$SF=112233445566778899AABBCC,1
However when using the armapi arduino libraries I am having two different issues. I am using an Arduino Zero board that has an Atmel ARM Cortex M0+ microcontroller, where the serial connection is called Serial1, and the native USB connection SerialUSB.
My Arduino sketch works using uplink messages, but I have two issues:
This code is coming from your original sigfox downlink example:
And this is the result answers through the USB port:
In the backend I see the follwoing messages:
Can you please help me?