Frame count did not increment error frequently occur when stm32wl55 used as Lorawan application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-15 2:15 AM
This uplink frame count increment error frequently occur when we reducing tx duty cycle. Please give me any solution this happen so many times in a day.
- Labels:
-
LoRa
-
STM32WL series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-15 5:57 AM
What software are you using?
What Network are you using?
Where, exactly, do you see this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-17 9:09 PM
Software-STM32CUBEIDE
Network-IN865 band for lora network
error see in lora portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-18 2:28 AM
@PPraj.1 "Software-STM32CUBEIDE"
I meant what LoRaWAN stack software are you using - presumably the I-CUBE-LRWAN, then?
https://www.st.com/en/embedded-software/i-cube-lrwan.html
Have you followed these videos for getting LoRaWAN working on STM32WL:
https://www.youtube.com/watch?v=vuc6914B0KM and 2 more following in the series.
"Network-IN865 band for lora network"
But what particular network operator; eg, TTN (The Things Network), SenRa, Tata, ... ?
"error see in lora portal"
Does their "portal" documentation give any help on this?
Do they have a forum?
Also, what target hardware are you using - A Nucleo board? Some other commercial board? A custom device?
Are you frequently restarting your target?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-18 5:29 AM
LoRaWAN Version -V1.0.3
Network Operator - Private Lora network using chirp spread spectrum technology.
We have used own Custom device making using STM32WL55JC chip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-18 5:56 AM
You're really not helping.
@PPraj.1 "LoRaWAN Version -V1.0.3"
That's the version of the LoRaWAN protocol spec - I was asking what software stack you are using to implement that protocol.
"Network Operator - Private Lora network using chirp spread spectrum technology"
So you have full control & visibility of the whole network?
"We have used own Custom device"
So have you tried with a known-working device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-18 9:45 PM
@Andrew Neil
I am using the STM32CubeWL Firmware Package v1.0.0 ( release date 28th Oct 2022)
This consist the 3rd Party LoraWan Middleware package as per below
LoRaWANV4.4.4BSD-3-Clause
V2.2.1ST release notes
For Network , yes we have full control on this.
For Device, We may check the Dev-Kit if available internally. Just to clarify we are just checking ST module manufactured by us with WL chip, there are no other peripheral or customizations. as you can see above.
Hope that answers your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-20 9:16 AM
Hello @PPraj.1 ,
Can you try with LoRaWAN_End_Node example from the STM32Cube_FW_WL_V1.2.0 .
This example is located in "STM32Cube_FW_WL_V1.2.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\LoRaWAN_End_Node".
You have to configure the example to your region IN865 in "lora_app.h" line42 and in "lorawan_conf.h" line77.
If you are still facing this issue, the error should comes from the network.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-21 12:17 AM
Hello @Louis AUDOLY
- According to you I have tried LoRaWan_End_Node example
- When I used ADR then i faced framocunt error
- When I not used ADR but default data rate then i faces again that error.
So you can explain there is network problem or not?
Also answer Why network Problem ? Give me specific reason for that.
I have added some photos of FrameCount error you can see(both with ADR and without ADR)
