sx1302_hal icon indicating copy to clipboard operation
sx1302_hal copied to clipboard

SX1302/SX1303 Hardware Abstraction Layer and Tools (packet forwarder...)

Results 60 sx1302_hal issues
Sort by recently updated
recently updated
newest added

The CONFIG_OK, RX and TX LEDs are not lighting up. Is it not being done in code ? If not can you please suggest how it can be done ?

The equivalent RX tool (test_loragw_hal_rx) has a counter for packet received with a valid CRC. Currently the TX tool doesn't send packets with CRC. This patches enables CRC by default...

After resetting the SX1302 and calling "lgw_start" from the HAL library, the Service channel(IF8) of the SX1302 works fine. I want to change the RX SF&BW of the service channel...

I recently purchased the seeedstudio cape to work with their WM1302 gateway module. The included GPS unit has a different sentence structure. The following PR allows the sentence structure to...

I'm using STM32F407VGT6 to drive the sx1302.When i send the data(lgw_send()),enddev receives the data last time written into flash.This issue is also found in raspberryPi4.Scren shoots as flollw: ![微信图片_20210519162743](https://user-images.githubusercontent.com/37010075/118780962-2a20f780-b8bf-11eb-9e8d-05f80dc72414.png)

Hello i m new here i am trying to run tx_utility in my controller and i am able to compile all files of libloragw but when i am running code...

Hello Everyone, I am trying to run HAL_TX_TEST utility for esp32.not in Linux but in controller now i am able to load "cal_fw" in sx1302 using esp32 and its gives...

When launching the test_loragw_i2c test application on the CN490 full-duplex reference design, there is an error "failed to read I2C device /dev/i2c-1". This is because this application targets the I2C_PORT_STTS751...

Used in Makefile, reference is this file. Signed-off-by: Yusuf Soyipek's [email protected]

Question: How to convert RSSI of float to RSSI of uint16_t? I choosed sx1302 to Gateway and sx1261 to nodes in Lora network. I could get this int16_t format of...