hi, today was come my router board, i’found in the firmeware.zip ESP32 without GPS. where i’can found all settings for a router/relay? or i’have to upload this *.ufs file … but how i’do this at my linux console?
is there some FAQ what describe to prepare a router/relay, step by step?
second, should this router/relay over wifi have internet connection?
No need for the router to have an internet connection.
For now (this will get better in the future) the only way to tell a node it is a dedicated router is to install meshtastic-python (see the readme on GitHub). Then run “meshtastic --set is_router true”. The node will then remember that setting.
So, here i’was create a smal script what will set all parameters, for a node, if you was flash the latest firmeware. fell free to optimize, if i’was do something wrong. you have to modify with your location and ownername.
Is_low_power defaults to false and very few people ever need to set that to true.
Tx_power defaults to the max power your radio can do for your region and be guaranteed to not burn itself up. I’d recommend not changing from that default of zero.
Hmm. Also for a router better to leave it broadcast position with the default rate (i.e. leave it zero). A router doesn’t move and should not waste airtime sending it’s position repeatedly.
The default for routers is to only send every few hours (or if a new node joins the mesh)
(base) MBP-5792:~ alport$ meshtastic --port /dev/cu.SLAB_USBtoUART --setowner KR-Relay
Connected to radio
Setting device owner to KR-Relay
Exception while handling connection: ‘SerialInterface’ object has no attribute ‘setOwner’
Hmm. In the 1.2 cleanup I probably moved that and didn’t notice. Can you open a bug on meshtastic-python and link to this thread? I’ll fix it early next week of no one fixes it first.
never mind. I just checked. That bug is already fixed, but no new build of meshtastic-python coming out until I get back from vacation. But I’ll spit out a build next weekend.
To much Energie, but it was the staff what was in my box and dont use … now it powered the router. The next step is to build a fixed hiden router in the mountains around 80km from here, if i‘have found a solution for updates … the lora connection between this 2 routers is no problem, i was test this …
PSK Random, hm … may i‘was understand something wrong in the documentation. i‘will take it out and use the default … it should be a open router for everyone useable … what is in range
Hello xhabit,
I´, struggeling to find the documentation about all the values you used, e.g. set location_share 4 …
Do you have a link where to find an overview?