No Connected Deivce for Thingy:53 board

Hello,

So, as per the requirement for my project I need to program the Thing:53 using Visual Studio code programmer following the instruction as provided in the below link:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy53.html#thingy53-compatible-applications

As I am new to thingy:53, I tried to run the sample code for theThingy as provided on the link:

I have tried to set the build configuration as mentioned for the desired sample (Bluetooth: Peripheral LBS):

changes for the build are as mentioned below:

After finishing up the build configuration I tried to connect my device to the laptop but even after the build the software is not able to detect Thingy:53 in the connected device section

So, I have a query that do you know why am I not able to find out the device?

It would be highly appreciable if you can help me out to solve this problem.

Regards,

Divya

Parents
  • Divya_uni_ulm said:
    Also, after flashing the code in Thingy through VSC, the LED is not blinking. So is it normal behavior?
    Divya_uni_ulm said:
    It seems like the I code I am building has not flashed into the microcontroller.
    Divya_uni_ulm said:
    Whenever I am trying to connect my phone with Thingy, and then when I am pressing the button on Thingy then in the phone and in the nRF connect app, the log section is not showing the messages “Button pressed” or “Button Released”.

    I agree, all of these statements seem to point to that it is not being flashed. Are you seeing any error messages from VSC when flashing?

    Regards,

    Elfving

  • Hello Elfving,

    My code has been flashed now, and showing the results as desired.

    But still I have some doubts, according to my observations:

    I have noticed that when I am using "thingy53_nrf5340_cpuapp" then for build then it is working perfectly. whereas when I am using "thingy53_nrf5340_cpuapp_ns" for build then it build and flashed the code but my decide was not able to detect and this problem has been raised. 

    1. Can you please clarify and help me to understand that why it is happening?

    Also, in this ticket

     THingy:53 not able to detected in nRF Programmer 

    mentioned that 

    2. So, I want to ask  How can I check that my code include MCUboot? 

    Thanks & Regards,

    Divya

Reply
  • Hello Elfving,

    My code has been flashed now, and showing the results as desired.

    But still I have some doubts, according to my observations:

    I have noticed that when I am using "thingy53_nrf5340_cpuapp" then for build then it is working perfectly. whereas when I am using "thingy53_nrf5340_cpuapp_ns" for build then it build and flashed the code but my decide was not able to detect and this problem has been raised. 

    1. Can you please clarify and help me to understand that why it is happening?

    Also, in this ticket

     THingy:53 not able to detected in nRF Programmer 

    mentioned that 

    2. So, I want to ask  How can I check that my code include MCUboot? 

    Thanks & Regards,

    Divya

Children
Related