chaudhariatul

Results 23 comments of chaudhariatul

I'm facing same issue: "Failed to set SX1250_0 in STANDBY_RC mode" Running on Raspberry Pi4B (4GB) with 64bit bullseye. --- Update: Changed the OS to 32bit bullseye and tried with...

@mcoracin Initially I had the same assumption that the SPI connection is bad. However, I am able to use this setup with https://github.com/xoseperez/basicstation and able to connect it to ThingStack....

An update: Docker container based setup using https://github.com/RAKWireless/basicstation starts well but it fails after a couple hours ``` 2022-11-29 15:17:20.168 [S00:INFO] [STD] 8: 904.6MHz rf=0 freq=+300.0 datarate=8 bw=6 Explicit header...

Changing the speed to 2Mhz still shows `chip version is 0x05 (v0.5)` ``` basicstation | 2022-11-29 17:01:03.910 [S00:INFO] Station device: spi:/dev/spidev0.0 (PPS capture enabled) basicstation | 2022-11-29 17:01:03.910 [S00:INFO] [lgw_com_open:84]...

@mcoracin Gateway hardware : It's an used RakV2 helium miner that I got from ebay. It was on the deny list of Helium. I'm repurposing this for something else. Where...

Update: Changing reset port to 25 and disabling temperature checks as done here helped: https://github.com/brocaar/sx1302_hal I will need to create or find a patch for BasicStation when using RAK2287 :...

Correct. RAK2287 board which comes from the Helium miner seems to be slightly different than the one sold separately. I cant tell what are these differences but looking from the...

Bump. This is needed feature, which would also help connect to AWS IoT core.

Certificate and Key files need to be in der format ``` openssl x509 -in client.crt -out client_crt.der -outform DER openssl rsa -in client.key -out client_key.der -outform DER ```

Specifying the [endpoint_ip_address_range] which is same as subnet gives an error.