-
Notifications
You must be signed in to change notification settings - Fork 373
Lora Mesh example is crashing #100
Comments
the line were it gave the error contains this mesh.mesh.rx_cb(receive_pack) |
Try using 1.20.0.rc7, fixed the issue for me. |
Hello again in the main node appear
Anyone have an idea ? |
Seems like main only works on 1.20.0.rc7 and main_border_router works on the latest firmware. Though it seems that main_border_router contains all of the functionality in main (or it can be copied over) |
sorry about taking so much time. Yes indeed with that versions it works but the border router example code does not contemplate the connection to the internet right? For example, a node will be able to connect to the internet throught Loramesh reaching the border router ? Thank you |
Any news about pymesh ? Thank you |
Hi @ricardolimaui, I've answered on the forum: https://forum.pycom.io/topic/4449/pymesh-updates/20 For the record, the initial problem (error on Anyway, next week, a new release of Pymesh is planned, with updated micropython scripts which connect to Pybytes (IoT middleware platform) as an example of (multiple) Border Routers to a Pymesh network. Did I answer your question? Cheers, |
Hi @catalinio upgrading to the 1.20.0.rc12 this error comes again
Where we can find the pymesh version where the message are widespread in the network ? Which are the methology they use to chose of being a router leader or child? I am trying to find more documentation, but not easy Could you provide it ? Thank you |
Hi @ricardolimaui, In the version Regarding documentation, indeed I need to update it. Meanwhile I've put here some links on openthread core principles: https://docs.pycom.io/tutorials/lora/lora-mesh/; furthermore in the OT cli you have most of the commands available thru pymesh.cli('command') function. Cheers, |
Thank you for quick support @catalinio |
Hi! |
Any news on this? As I can see there are more open issues similar to this one. |
Could you retest with the pymesh firmware that's available via Pybytes? Lora mesh is only supported there |
What are the steps to reproduce this issue?
What happens?
it successfully start but (the main.py), After a while it gives the following error
What were you expecting to happen?
waiting forever for the mesh maybe
Any logs, error output, etc?
Any other comments?
I did not change anything in the code, just run the example. I only inserted the Loramesh.py inside of a folder called lib.
I also tried with the main from border router, but it seems like don't gave any error but also don't give any good result in terms of Neighbors
What versions of software are you using?
I am using a brand new lopy4 with a expansion board vrsion3.1 and I also have a pysense
Anyone can help me ? Don't know if it is really a bug
The text was updated successfully, but these errors were encountered: