User Tools

Site Tools


lets_plaiy:lorawan:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lets_plaiy:lorawan:start [2026/04/28 12:17] jan.sonntaglets_plaiy:lorawan:start [2026/04/28 12:20] (current) jan.sonntag
Line 90: Line 90:
             print("6 Reset des Moduls") # Falls timeout wegen zuviel anfragen             print("6 Reset des Moduls") # Falls timeout wegen zuviel anfragen
             print("7 Nachricht im Loop senden (alle 45s)")             print("7 Nachricht im Loop senden (alle 45s)")
 +            print("c Beliebigen AT-Befehl senden")
             print("q Beenden")             print("q Beenden")
             # print("f Mit TTN verbindung Forcen (AT+JOIN=FORCE)")             # print("f Mit TTN verbindung Forcen (AT+JOIN=FORCE)")
Line 153: Line 154:
                 except KeyboardInterrupt:                 except KeyboardInterrupt:
                     print("\nLoop durch Benutzer abgebrochen. Kehre zum Menü zurück...")                     print("\nLoop durch Benutzer abgebrochen. Kehre zum Menü zurück...")
 +
 +            elif choice == 'c':
 +                msg = input("command: ")
 +                send_command(ser, msg)
  
             elif choice == 'q':             elif choice == 'q':
lets_plaiy/lorawan/start.1777371422.txt.gz · Last modified: 2026/04/28 12:17 by jan.sonntag