Host driver/HAL to build a LoRa Picocell Gateway which communicates through USB with a concentrator board based on Semtech SX1308 multi-channel modem and SX1257/SX1255 RF transceivers.

Auto generated API documentation and code listings for picoGW_hal

Classes

lgw_com_ans_t Structure for mcu to host command answers
lgw_com_cmd_t Structure for host to mcu commands
lgw_conf_board_s Configuration structure for board specificities
lgw_conf_rxif_s Configuration structure for an IF chain
lgw_conf_rxrf_s Configuration structure for a RF chain
lgw_pkt_rx_s Structure containing the metadata of a packet that was received and a pointer to the payload
lgw_pkt_tx_s Structure containing the configuration of a packet to send and a pointer to the payload
lgw_tx_gain_lut_s Structure defining the Tx gain LUT
lgw_tx_gain_s Structure containing all gains of Tx chain

Code

loragw_aux.c [code]
loragw_aux.h [code]
loragw_com.c [code]
loragw_com.h [code]
loragw_com_linux.c [code]
loragw_com_linux.h [code]
loragw_hal.c [code]
loragw_hal.h [code]
loragw_mcu.c [code]
loragw_mcu.h [code]
loragw_radio.c [code]
loragw_radio.h [code]
loragw_reg.c [code]
loragw_reg.h [code]
loragw_sx125x.h [code]
parson.c [code]
parson.h [code]
test_loragw_cal.c [code]
test_loragw_hal.c [code]
test_loragw_reg.c [code]
util_boot.c [code]
util_chip_id.c [code]
util_com_stress.c [code]
util_pkt_logger.c [code]
util_tx_continuous.c [code]
util_tx_test.c [code]