boy07132004 / Lora

This is a python module for RYLR896.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lora

校正


If you receive some garbled text, try to modify the lora baudrate to 9600.
RYLR896在用預設baudrate 115200下接收端常常會收到跟傳輸不一樣的值,改用baudrate 9600情況就會改善。
可透過下面指令更改

Python script

from Lora import lora
_lora = lora(init=True)

or

AT command

AT+IPR=9600

接線

Arduino Side Raspberry Pi Side

About

This is a python module for RYLR896.


Languages

Language:Python 66.8%Language:C++ 33.2%