|
| SX127xChip (SPI &s, int8_t pinRxTx, int8_t pinReset, int8_t pinCs, int8_t pinDio0, int8_t pinDio1, int8_t pinDio2, int8_t pinDio3, int8_t pinDio4) |
|
virtual error_t | begin () |
|
error_t | readFrame (RadioPacket *frame) |
| 수신 버퍼에서 프레임을 읽습니다. More...
|
|
bool | bufferIsEmpty () |
|
void | flushBuffer () |
|
virtual void | sleep () |
|
virtual void | wakeup () |
|
error_t | transmit (RadioPacket *frame) |
|
bool | cca () override |
| 채널이 혼잡한지 아닌지 검사합니다. More...
|
|
void | setTxPower (int8_t dBm) |
| 송신 출력을 설정합니다. More...
|
|
int8_t | getTxPower () |
| 현재 설정된 송신 출력을 반환합니다. More...
|
|
void | setChannel (uint32_t channel) override |
| Sets the channels configuration. More...
|
|
uint32_t | getChannel () |
| Gets the channels configuration. More...
|
|
void | setPublicNetwork (bool) override |
| Syncword를 설정합니다. More...
|
|
void | setSyncword (uint8_t syncword) |
|
void | doCAD (void(*func)(LoRaRadioChip &, bool)) override |
| CAD (Carrier Activity Detection) 검사를 수행합니다. (LoRa 전용) More...
|
|
void | setIQMode (bool normal) |
| LoRa I&Q 신호 모드를 설정합니다. More...
|
|
void | transmitCW () override |
| Continuous Wave (CW) 신호를 송출합니다. (LoRa 전용)
|
|
void | transmitCW (bool enable) |
|
void | setOcp (bool enable, uint8_t iMax) |
| Overload Current Protection (OCP) 설정을 합니다. More...
|
|
void | setStandby () override |
|
State_t | getStatus () override |
|
virtual void | setLoRaSymbolTimeout (uint16_t nSymbols)=0 |
|
virtual void | setRadio (Radio::LoRaSF_t sf, Radio::LoRaBW_t bw, Radio::LoRaCR_t cr, bool crcOn=true, bool iqInverted=false, uint16_t symbTimeout=0, uint16_t preambleLen=8, uint8_t payloadLen=0, bool freqHopOn=false, uint8_t hopPeriod=0) |
|
virtual void | setRadio (uint32_t datarate, uint32_t bandwidth, uint32_t bandwidthAfc, uint32_t fDev, bool crcOn=true, uint16_t symbTimeout=0, uint16_t preambleLen=5, uint8_t payloadLen=0) |
|
uint32_t | getTimeOnAir (uint8_t payloadLen) |
|
virtual int16_t | getRssi ()=0 |
| RSSI를 dB 단위로 읽습니다.
|
|
void | setFreqOffset (int32_t offsetHz) |
| 중심 주파수 오차를 제거하기 위한 offset을 설정합니다. More...
|
|
int32_t | getFreqOffset () |
| 중심 주파수 오차를 제거하기 위한 offset을 가져옵니다.
|
|
void | setCcaThreshold (int16_t dBthreshold) |
|
virtual int64_t | getDeviceTimestamp () |
| 장치 내부의 timestamp 값을 읽습니다. More...
|
|
|
virtual void | reset () |
|
virtual void | select () |
|
virtual void | deselect () |
|
virtual void | setAntSwLowPower (bool status) |
|
virtual void | setAntSwRx () |
|
virtual void | setAntSwTx () |
|
virtual bool | usingPaBoost (uint32_t channel) |
|
void | ccaTask () override |
|
void | rxTimeout () |
|
void | writeBuffer (uint8_t addr, uint8_t *buffer, uint8_t size) |
|
void | write (uint8_t addr, uint8_t data) |
|
void | writeFifo (uint8_t *buf, uint8_t size) |
|
void | readBuffer (uint8_t addr, uint8_t *buffer, uint8_t size) |
|
uint8_t | read (uint8_t addr) |
|
void | readFifo (uint8_t *buffer, uint8_t size) |
|
void | setOpMode (uint8_t opMode) |
|
void | setTx () |
|
virtual void | dio0Interrupt (GPIOInterruptInfo_t &)=0 |
|
void | dio1Interrupt (GPIOInterruptInfo_t &) |
|
void | dio2Interrupt (GPIOInterruptInfo_t &) |
|
void | dio3Interrupt (GPIOInterruptInfo_t &) |
|
void | dio4Interrupt (GPIOInterruptInfo_t &) |
|
virtual void | setTxConfig (Radio::Modulation_t modem, int8_t power, uint32_t fdev, uint32_t bandwidth, uint32_t datarate, uint8_t coderate, uint16_t preambleLen, bool fixLen, bool crcOn, bool freqHopOn, uint8_t hopPeriod, bool iqInverted, uint32_t timeout)=0 |
|
virtual void | setRxConfig (Radio::Modulation_t modem, uint32_t bandwidth, uint32_t datarate, uint8_t coderate, uint32_t bandwidthAfc, uint16_t preambleLen, uint16_t symbTimeout, bool fixLen, uint8_t payloadLen, bool crcOn, bool freqHopOn, uint8_t hopPeriod, bool iqInverted, bool rxContinuous)=0 |
|
void | setModemFsk () |
|
void | setModemLoRa () |
|
|
enum | State_t { RF_IDLE = 0
, RF_RX_RUNNING = 1
, RF_TX_RUNNING = 2
, RF_CAD = 3
} |
|
static uint32_t | TimeOnAir (Radio::LoRaSF_t, Radio::LoRaBW_t, Radio::LoRaCR_t, uint16_t preambleLen, bool fixLen, uint8_t payloadLen, bool crcOn) |
|
static uint32_t | TimeOnAir (uint32_t datarate, uint32_t bandwidth, uint16_t preambleLen, bool fixLen, uint8_t payloadLen, bool crcOn) |
|
int8_t | antennaGain = 0 |
| Antenna gain을 고려한 송신 출력(EIRP)을 사용하기 위한 antenna gain (단위: dBi)
|
|
void(* | onRxTimeout )(void *, GPIOInterruptInfo_t *) = nullptr |
|
void * | ctxOnRxTimeout |
|
void(* | onRxStarted )(void *, GPIOInterruptInfo_t *) |
| 수신이 시작될 때 호출될 콜백함수 포인터 More...
|
|
void * | ctxOnRxStarted |
| onRxStarted 가 호출될 때 함께 전달될 context
|
|
void(* | onRxDone )(void *, GPIOInterruptInfo_t *) |
| 수신이 완료될 때 호출될 콜백함수 포인터 More...
|
|
void * | ctxOnRxDone |
| onRxDone 이 호출될 때 함께 전달될 context
|
|
void(* | onTxDone )(void *, bool, GPIOInterruptInfo_t *) |
| transmit() 후, 송신이 완료될 때 호출될 콜백함수 포인터 More...
|
|
void * | ctxOnTxDone |
| onTxDone 이 호출될 때 함께 전달될 context
|
|
void(* | onChannelBusy )(void *, GPIOInterruptInfo_t *) |
| cca() 시 채널이 혼잡할 때 호출될 콜백함수 포인터 More...
|
|
void * | ctxOnChannelBusy |
| onChannelBusy 가 호출될 때 함께 전달될 context
|
|
int16_t | dBccaThreshold = -65 |
| cca() 시 채널이 혼잡하다고 판단하기 위한 에너지 레벨을 설정합니다. (단위: dB, 기본값: -65)
|
|
저전력 LoRaTM 및 FSK 무선 통신을 지원하는 Semtech의 SX1272/SX1276을 지원합니다.
Supported Boards
SX1272/SX1276을 지원하는 개발보드는 다음과 같습니다.
Board | Chipset | Tx power (dBm) | Frequency range (MHz) | Examples |
PLNetworks PLM100 | SX1276 | -1 ~ 20 | 525 ~ 1020 |
|
Arduino-M0 | SX1276MB1LAS |
|
- HF: 525 ~ 1020
- LF: 137 ~ 525
|
|
ST Nucleo L152RE | SX1276MB1LAS |
|
- HF: 525 ~ 1020
- LF: 137 ~ 525
|
|