Sidewalk Samples Errors

Hello,

I installed Sidewalk SDK on nRF Connect SDK v2.4.1 using this as a guide:  Sidewalk SDK build issues
I have already flashed the provisioning file to the DK. Unfortunately, when I run the samples on my nRF52840-DK, I get this error before Sidewalk initializes: K_ERR_KERNEL_OOPS

I also tried with nRF Connect SDK v2.3.0, and with and without the SX1262MB2xAS mbed shield, and got the same result. Any help would be greatly appreciated.

Thank you!

Parents
  • Hi Jason, sorry for the late response. I have been trying to replicate, but have had some issues with my SDK. Also, as the Sidewalk network is not available in Europe yet, it causes some issues with testing. 

    Could you please take me through the steps that you have followed? Do you get anything in the output logs?

  • I got the Sensor Monitor sample to run on the DK, but the device is not showing in the cloud server. The SX1262 Mbed Shield is attached to the DK.

    Here are the steps I followed:

    1) Toolchain Manager > nRF Connect SDK v2.4.1 > Install

    2) Toolchain Manager > nRF Connect SDK v2.4.1 > Open Terminal

    3) 

    git clone https://github.com/nrfconnect/sdk-sidewalk.git --branch v1.14.4 sidewalk
    pip install -r sidewalk/requirements.txt
    west config manifest.path sidewalk 
    west update
    west manifest --path
    cd tools/aws-iot-core-for-sidewalk/

    4) Follow the README

    5) nRF Connect SDK Programmer > Erase and Write Nordic_MFG.hex

    6) 

    cd sidewalk/samples/sensor-monitoring
    west build -b nrf52840dk_nrf52840 -- -DOVERLAY_CONFIG="lora.conf"
    west flash

    When I press the buttons, it shows in the RTT logs, but the Sensor Monitoring App cloud server shows "No devices detected". I know there is Sidewalk coverage where I am running this.

    EDIT: I bought an Echo device and I got the DK working with BLE. Perhaps there was some signal-level issue with LoRa. I got it working with LoRa now on nRF Connect SDK v2.3.0, but got build errors on v2.4.1.

    Thank you

Reply
  • I got the Sensor Monitor sample to run on the DK, but the device is not showing in the cloud server. The SX1262 Mbed Shield is attached to the DK.

    Here are the steps I followed:

    1) Toolchain Manager > nRF Connect SDK v2.4.1 > Install

    2) Toolchain Manager > nRF Connect SDK v2.4.1 > Open Terminal

    3) 

    git clone https://github.com/nrfconnect/sdk-sidewalk.git --branch v1.14.4 sidewalk
    pip install -r sidewalk/requirements.txt
    west config manifest.path sidewalk 
    west update
    west manifest --path
    cd tools/aws-iot-core-for-sidewalk/

    4) Follow the README

    5) nRF Connect SDK Programmer > Erase and Write Nordic_MFG.hex

    6) 

    cd sidewalk/samples/sensor-monitoring
    west build -b nrf52840dk_nrf52840 -- -DOVERLAY_CONFIG="lora.conf"
    west flash

    When I press the buttons, it shows in the RTT logs, but the Sensor Monitoring App cloud server shows "No devices detected". I know there is Sidewalk coverage where I am running this.

    EDIT: I bought an Echo device and I got the DK working with BLE. Perhaps there was some signal-level issue with LoRa. I got it working with LoRa now on nRF Connect SDK v2.3.0, but got build errors on v2.4.1.

    Thank you

Children
No Data
Related