uConsole is very cool for meshcore exploration

I had to create my own interface since I did not like anything existing. There are currently no normal native clients I can use but pyMC_core would allow me to create one.

The caveat to make it work was to realise that pyMC_repeater/core config was not ready for the AIOv2 I had to add these two lines to config on the sx1262 section:

use_dio3_tcxo: true
use_dio2_rf: true

9 Likes

legend!

:turtle:

This is so awesome. You inspired me to create a native desktop app that looks a lot like YAMPA, great pointer about the sx1262 section for the AIO. I have the v1 and it needed that too.

Made a PR to add specific setting for the AIO v2 board so folks don’t have to stumble onto your post to get this to work! Added radio setting for the AIO v2 for uConsole by interlock · Pull Request #99 · rightup/pyMC_Repeater · GitHub