LoginSignup
3
3

More than 5 years have passed since last update.

RFM95とSX1276について

Last updated at Posted at 2018-02-27

RFM95でSX1276用のLoraライブラリが使えますか?
RFM95W LoRa stack - Question | Mbed

SX1276MB1xASにはRFスイッチがあり、デュアルバンドをサポートしています。 RFM95Wは1つの帯域専用ですが、そのRFはPA_BOOSTから出てきます。 したがって、SX1276LibのsetRxConfig()メソッドとsetTxConfig()メソッドを変更する必要があります。

STM B_L072Z_LRWAN1 LoRaボードとRFM95モジュールのサポート
Support for the STM B_L072Z_LRWAN1 LoRa board and RFM95 modules - Question | Mbed

MBED用ライブラリっぽい
STM32L0_LoRa - Lora support for the STM B_L072Z_LRWAN1 board o... | Mbed

Raspberry側

Gatewayプログラム

tftelkamp/single_chan_pkt_fwd: Single Channel LoRaWAN Gateway

Arduino

Arduino LoRa

LoRa - Arduino Libraries

sandeepmistry/arduino-LoRa: An Arduino library for sending and receiving data using LoRa radios.

Semtech SX1276/77/78/79 based boards including:
Dragino Lora Shield
HopeRF RFM95W, RFM96W, and RFM98W
Modtronix inAir4, inAir9, and inAir9B

Arduino and the RFM95.

RadioHead: RH_RF95 Class Reference

                Arduino      RFM95/96/97/98
                GND----------GND   (ground in)
                3V3----------3.3V  (3.3V in)
interrupt 0 pin D2-----------DIO0  (interrupt request out)
         SS pin D10----------NSS   (CS chip select in)
        SCK pin D13----------SCK   (SPI clock in)
       MOSI pin D11----------MOSI  (SPI Data in)
       MISO pin D12----------MISO  (SPI Data out)

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3