Skip to main content
Senior
July 19, 2023
Question

ASTRA1B: Lora has NOT joined

  • July 19, 2023
  • 3 replies
  • 6544 views

Hi ST Community,

I´m doing my first try with the board STEVAL-ASTRA1B, try to run the example binary for Logistic.

LoRa can not join the network:

Danny0007_0-1689749581379.png

on the APP ST Asset Tracking there is no data from GPS:

Danny0007_1-1689749944746.png

Danny0007_2-1689749989880.png

some hints? Thanks in advanced.

 

This topic has been closed for replies.

3 replies

IIRHO.1
ST Employee
July 20, 2023

Hello @Danny0007 and welcome to ST Community.

For the joining network problem, I suggest you to take a look on this video and try to connect the same way.

For the GNSS data display problem, I suggest you to use your device outdoor because GNSS does not work well indoor.

When your question is answered, please close this topic by choosing "Accept as Solution". This will help other users find that answer faster.

Issam

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Danny0007Author
Senior
July 20, 2023

Hello IIRHO,

thanks for the reply. 
Aktually before I watched this video, I thought there is no any firmware on the board, so I had already flashed the STM32WB  with 

Danny0007_0-1689878123394.png
and 

Danny0007_1-1689878164590.png
that means the firmware on STM32WB are reflashed

The firmware on STM32WL is kept as original, no reflash. 
can you tell me which orginal firmware were on the STM32WB? Maybe I should start from the very beginning and firstly test the original firmware.  

 

IIRHO.1
ST Employee
July 21, 2023

Hello again,

I suggest you to use the CustomUC application with the last version of CubeMX for your application.

When your question is answered, please close this topic by choosing "Accept as Solution". This will help other users find that answer faster.

Issam

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
IIRHO.1
ST Employee
July 28, 2023

Hello again

I suggest you to:

  • Double-check that you are flashing the correct versions CustomUC binary.

  • Try resetting the device after flashing the firmware. Sometimes a reset is necessary to start the firmware running.

Best Regards.

Issam

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Danny0007Author
Senior
July 30, 2023

Hello again,

this time I recompiled the CustomUC code by myself, there was an error in :

Danny0007_0-1690713369425.png

it was Master_Clock_Accuracy.

After I flash the device with new binary file, it seems working.
But the mobile app ST Asset tracking hangs, the device can not be added succecssfully.

Danny0007_1-1690713697083.png

Danny0007_2-1690713732584.png

I tried both android and ios version

Thanks and Best regards
Danny

 

 

 


 

Associate
November 8, 2023

Found a solution in the STM32CubeProgrammer: Instead of pressing download under "Memory & File editing", downloading the exact same files under "Erasing & Programming" made it go from "Ble configuration error, sys will reboot (3)" and "M0PLUS_APP_VERSION: V0.0.0" to functioning state.