Skip to content
Snippets Groups Projects
Commit 762ace36 authored by CLUZEL Julien's avatar CLUZEL Julien
Browse files
parents 37dfd332 16d6cdc1
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ time.sleep(2)
print("Initialisation du module LoRa-E5...")
send_at_command("AT")
send_at_command("AT+MODE=TEST")
send_at_command("AT+DR=SF12BW125") # Définir le débit de données (ex: SF12BW125)
send_at_command("AT+TEST=RFCFG,868000000,12,125,8,14") # Définir le débit de données (ex: SF12BW125)
send_at_command("AT+TEST=RXLRPKT") # Commencer la réception des paquets LoRa
print("Module LoRa-E5 initialisé. En attente de messages...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment