Lora-E5-Circuitpython-P2P

所属分类:自然语言处理
开发工具:Python
文件大小:9KB
下载次数:0
上传日期:2022-03-17 09:37:38
上 传 者sh-1993
说明:  Grove LORA-E5使用circuitpython的各种示例(P2P和LORAWAN)
(Various Example of Grove LORA-E5 using circuitpython (P2P and LORAWAN))

文件列表:
LICENSE (1069, 2022-03-17)
code-LORAWAN-TTN-sendsensordata.py (2295, 2022-03-17)
code-receiver-MQTT. py (5216, 2022-03-17)
code-sensor-receiver.py (2422, 2022-03-17)
code-sensor-sender.py (3211, 2022-03-17)
code-text receiver.py (1352, 2022-03-17)
code-text sender.py (2034, 2022-03-17)
code.py (743, 2022-03-17)

# Lora-E5-Circuitpython-P2P P2P communication between two Grove Lora-E5 modules using CircuitPython Usage Code.py: 1) Connect a pair of Grove LORA-E5 to two separate microcontrollers 2) Copy code.py in each microcontroller 3) On the receiver open Serial and send this command AT+MODE=TEST AT+TEST=RXLRPKT 4) On transmiter microcontroller, open Serial and send This command. i.e send byte "AA" AT+MODE=TEST AT+TEST=TXLRPKT, "AA: 5) See console on receiver to confirm that the byte is received 6) Usage of code-text-sender.py & code-text-receiver.py in the comment, used to send full text string. we are using binascii hexlify and unhexlify 7) code-sensor-receiver.py and code-sensor-sender.py is an example how to send sensor data thru P2P LORA-E5 8) code-receiver-MQTT.py is an example how to receive LORA P2P and then send the variable thru MQTT broker over TDP port 1883. Using wifi esp8266 shield. 9) Create code-LORAWAN-TTN-sendsensordata.py is example how to send sensor data to The Things Network LORAWAN.

近期下载者

相关文件


收藏者