-
|
Hi all and thank you for this awesome project. Here in Finland I am perhaps the first one taking this into use and just got my used WisGate RAK Hotspot Miner V2.0 up and running. Unfortunately for me, the settings available in the tool are not feasible as here in Finland we have huge interference from Aidon electricity meters that use the LoRa network at the exact same frequency slot as the standard "LongFast" configuration of Meshtastic. We have therefore started to migrate the local network to another configuration called "EdgeFastLow". You can see more information for that from this page (use the provided translator for English): https://www.meshabout.fi/efl-mista-on-kyse/ Now, I tried to configure the node manually by editing the local.yaml file, but based on my experience it does not work just like that, also it seems I am not able to change the name of the default (primary) channel name, it always defaults to the configuration default. Instead of having to manually tweak configuration files, would it be possible to have an update to the firmware with support for a new modem preset called "EdgeFastLow" with the following settings: Primary channel: PSK: AQ== Lora Radio settings: SETTING NAME -------- SETTING Use modem preset: Yes (These are taken directly from the Console CLI settings for EdgeFastLow) I am not that skilled with the technical part of the Meshtastic nor able to fully provide deep technical details other than described in the provided info page, but I'd be happy to help testing new presets if available so that we could have an "EFL" based Mesh Points in Finland too. Thank you, Br: Marco Johansson, OH1MAC / Node: !56e4a750 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hey Marco, welcome and awesome to see a Meshpoint running in Finland! The good news: you should be able to do this today with In your If that didn't take effect when you tried it, a couple things to check:
The channel name defaulting: that's expected right now. Meshpoint doesn't use the Meshtastic channel name for decoding, it uses the frequency/SF/BW to tune the concentrator. The channel name in the UI is cosmetic. If your nodes are on EdgeFastLow and the concentrator is tuned to 869.431 / SF8 / BW62, it should pick up those packets. Try the |
Beta Was this translation helpful? Give feedback.
-
|
Great information, thank you! I'll try this as soon as possible and will be back later. |
Beta Was this translation helpful? Give feedback.

Hey Marco, welcome and awesome to see a Meshpoint running in Finland!
The good news: you should be able to do this today with
local.yamlwithout a firmware change. Meshpoint supports custom frequency, spreading factor, and bandwidth overrides already.In your
config/local.yaml:If that didn't take effect when you tried it, a couple things to check:
radio:)sudo systemctl restart meshpointsudo journalctl -u meshpoint -n 50The channel name defaulting: that's ex…