CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
702 stars 354 forks source link

Unrecognized transceiver #336

Open KingRat0011 opened 3 months ago

KingRat0011 commented 3 months ago

When I load the ping.ion to an Arduino pro mini on the UCA board, it works fine

15:44:37.655 -> Simple LoRa ping-pong with the gateway
15:44:37.655 -> Arduino Pro Mini detected
15:44:37.655 -> ATmega328P detected
15:44:38.832 -> SX1276 detected, starting
15:44:38.863 -> SX1276 LF/HF calibration
15:44:39.357 -> ...
15:44:41.186 -> Setting Mode: state 0
15:44:41.220 -> Setting Channel: state 0
15:44:41.393 -> Setting Power: state 0
15:44:41.425 -> Setting node addr: state 0
15:44:41.425 -> SX1272 successfully configured
15:44:42.433 -> --> CS1
15:44:42.984 -> --> CAD 274
15:44:42.984 -> OK1
15:44:42.984 -> --> RSSI -124
15:44:42.984 -> Sending Ping
15:44:44.029 -> wait for ACK
15:44:45.455 -> 
15:44:45.455 -> Starting 'getACK'
15:44:45.625 -> ## ACK received:
15:44:45.625 -> Destination: 20
15:44:45.625 -> Source: 1
15:44:45.625 -> ACK number: 0
15:44:45.625 -> ACK length: 2
15:44:45.625 -> ACK payload: 0
15:44:45.657 -> ACK SNR of rcv pkt at gw: 6

But when I load the https://github.com/CongducPham/LowCostLoRaGw/blob/master/Arduino/Arduino_LoRa_Simple_GPS/Arduino_LoRa_Simple_GPS.ino to the same Arduino board, I get

15:47:37.655 -> Simple LoRa ping-pong with the gateway
15:47:37.655 -> Arduino Pro Mini detected
15:47:37.845 -> ATmega328P detected 
15:47:37.845 -> Unrecognized transceiver
--
--
--
--

Could you please help me with this? I disconnected the GPS module, but that did not help image