Problem with OM2385/SF001 Development Kit

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with OM2385/SF001 Development Kit

1,237 Views
igormp
Contributor I

I'm currently facing a weird error while trying to use the DemoConsole example listed in the user guide for the OM2385/SF001 kit (which contains a OL2385 SIGFOX module and a KL43Z development board). The board itself seems to be working fine, since I'm able to run other available examples, but the example meant to make use of the Sigfox module throws the error shown in the picture bellow instead of a menu with options to chose from.
myimage.png

And here is an image of the menu that should be displayed, according to the manual:
myimage.png

Any help would be appreciated.

Tags (3)
0 Kudos
8 Replies

979 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Jonathan/ Igor,

Just to confirm, 

Did you register your device in https://backend.SIGFOX.com/activate ?
7.1.1 Registering SIGFOX device on network
Best Regards,
Mario
0 Kudos

979 Views
igormp
Contributor I

Hi Mario,

I did register my device, and followed the guide to heart, but it still fails in the 7th step of 5.4.1.3 Setting up terminal program, as shown in my previous pictures, even after updating the bootloader and binary file.

0 Kudos

979 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Igor,

Could you please try with the Console Control example?

Please let me know your findings.

Best Regards,

Mario

0 Kudos

979 Views
igormp
Contributor I

Hi Mario,

I got it to work (along with all the other demo codes) by ignoring some weird error code the device was throwing on the SPI bus (error code 0xFF, which is not listed in the error code table).

By simply checking if the error matched 0xFF and setting it to 0x0 I managed to compile & run the demos :smileyhappy:

BR,
Igor

0 Kudos

979 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Igor,

Great news!

Please let me know if you have problems with the demo.

Best Regards,

Mario

0 Kudos

979 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Igor,

It seems like you are getting or having some connections problems with  the OL2385. I have a similar issue when I disconnect the OL2385 from the KL43

Could you please check the voltage of the next pins?

pastedImage_1.png

Let me know your findings

Regards,

Mario

0 Kudos

979 Views
igormp
Contributor I

Hi Mario,

All of the pins are runing at around 3v~3.1v.
I believe that's a software issue, since I was able to connect to the network after slightly changing the example's source code to ignore the error message.

Any further help would be appreciated.

0 Kudos

979 Views
jonathankilner
Contributor I

Hi Mario,
I'm having the same problem that Igor mentioned above, including i has downloaded the embedded software available on the NXP website (here).
Here is the voltage of the requested ports of the board:

EDIT:

3v3 -> 3.06V
ACK -> 3V
CS -> 3V
MOSI -> 3V
MISO ->3V
SCK -> 3V

0 Kudos