2. 在Raspberry Pi 使用LoRa USB Dongle
71 Comments
Hello World, iFrogLab LORA, LoRa USB Dongle 超遠端15公里資料傳遞模組 快速上手
如果設備是LoRa USB Dongle 請看此here
如果設備是LoRaIL-LORA1272 請看此here
1.請把LoRa USB Dongle 直接接在數梅派的USB上
2. 透過
$ ls /dev/tty* 確認Raspberry Pi 認出此設備/dev/ttyACM0(如果沒有的話,請使用 Rasbian 2017之後的版本)

2.安裝Python 下載
3.下載Python PySerial 函式庫:
python -m pip install pyserial
4.PC/Mac/ Linux下載範例程式 這裡
5. 請執行範例程式中的
ap-Lib-2-lora-send.py 發送
ap-Lib-