navi: Migration from Nextcloud

This commit is contained in:
2020-09-12 23:47:55 +02:00
committed by Robin-Charles GUIHENEUF
parent e8ca65db8e
commit fbd415563f
5 changed files with 133 additions and 0 deletions

18
navi/netatmo.cheat Normal file
View File

@@ -0,0 +1,18 @@
% flasher
# Set server
flasher -setserver nv2 <server>
$ server: echo "netcomv2.inte.netatmo.net nv2-nlg.netatmo.net nv2-nmg.netatmo.net upp.netatmo.net" | tr " " "\n"
% jlink
# JLinkExe
JLinkExe -if SWD -speed 1000 -device <target>
# JLinkGDBServer
JLinkGDBServer -if SWD -device <target>
# Variables
$ target: echo "ATSAMR21E19A nRF52" | tr " " "\n"
# Sniffer Zigbee
<pyet>/zigbee/python_zigbee_interface.py -c <channel>
$ pyet: echo "$HOME/Netatmo/core/python-emb-tools/python/bin"