how to get hello_words outpout usiing thingy 91?

Hello sir ,

I have successfully uploaded hello_word  code from sample and i got" Hello_word" printed  on lte monitor 's display using nrf9160.

now am trying same thing with Thingy91 board ,but Lte monitor not showing any data .

Can you please suggest the way how and where I can see output from Printk();  funtion.????????????????

Parents
  • Hello, 

    now am trying same thing with Thingy91 board ,but Lte monitor not showing any data .

    Could you please elaborate on what you mean with this? Have you verified that you have programmed the nrf9160 and not the nRF52840 on the Thingy:91? Does other nRF9160 samples work on the Thingy:91? Did the Thingy:91 output anything before you programmed it?

    What version of mfw, nRF Connect SDK and Thingy:91 are you using?

    Kind regads,
    Øyvind

Reply
  • Hello, 

    now am trying same thing with Thingy91 board ,but Lte monitor not showing any data .

    Could you please elaborate on what you mean with this? Have you verified that you have programmed the nrf9160 and not the nRF52840 on the Thingy:91? Does other nRF9160 samples work on the Thingy:91? Did the Thingy:91 output anything before you programmed it?

    What version of mfw, nRF Connect SDK and Thingy:91 are you using?

    Kind regads,
    Øyvind

Children
  • For reference I've programmed the hello_world sample, built for thingy91_nrf9160_ns on the Thingy:91, outputted in LTE Link Monitor

    2022-04-28T11:32:12.327Z DEBUG modem << *** Booting Zephyr OS build v2.7.99-ncs1-1  ***
    2022-04-28T11:32:12.346Z DEBUG modem << Flash regionsDomainPermissions
    2022-04-28T11:32:12.347Z DEBUG modem << 00 02 0x00000 0x18000 Securerwxl
    2022-04-28T11:32:12.348Z DEBUG modem << 03 31 0x18000 0x100000 Non-Securerwxl
    2022-04-28T11:32:12.349Z DEBUG modem << Non-secure callable region 0 placed in flash region 2 with size 32.
    2022-04-28T11:32:12.531Z DEBUG modem << SRAM regionDomainPermissions
    2022-04-28T11:32:12.533Z DEBUG modem << 00 03 0x00000 0x08000 Securerwxl
    2022-04-28T11:32:12.533Z DEBUG modem << 04 31 0x08000 0x40000 Non-Securerwxl
    2022-04-28T11:32:12.534Z DEBUG modem << PeripheralDomainStatus
    2022-04-28T11:32:12.534Z DEBUG modem << 00 NRF_P0               Non-SecureOK
    2022-04-28T11:32:12.535Z DEBUG modem << 01 NRF_CLOCK            Non-SecureOK
    2022-04-28T11:32:12.536Z DEBUG modem << 02 NRF_RTC0             Non-SecureOK
    2022-04-28T11:32:12.536Z DEBUG modem << 03 NRF_RTC1             Non-SecureOK
    2022-04-28T11:32:12.537Z DEBUG modem << 04 NRF_NVMC             Non-SecureOK
    2022-04-28T11:32:12.537Z DEBUG modem << 05 NRF_UARTE1           Non-SecureOK
    2022-04-28T11:32:12.538Z DEBUG modem << 06 NRF_UARTE2           SecureSKIP
    2022-04-28T11:32:12.539Z DEBUG modem << 07 NRF_TWIM2            Non-SecureOK
    2022-04-28T11:32:12.539Z DEBUG modem << 08 NRF_SPIM3            Non-SecureOK
    2022-04-28T11:32:12.540Z DEBUG modem << 09 NRF_TIMER0           Non-SecureOK
    2022-04-28T11:32:12.540Z DEBUG modem << 10 NRF_TIMER1           Non-SecureOK
    2022-04-28T11:32:12.542Z DEBUG modem << 11 NRF_TIMER2           Non-SecureOK
    2022-04-28T11:32:12.542Z DEBUG modem << 12 NRF_SAADC            Non-SecureOK
    2022-04-28T11:32:12.543Z DEBUG modem << 13 NRF_PWM0             Non-SecureOK
    2022-04-28T11:32:12.543Z DEBUG modem << 14 NRF_PWM1             Non-SecureOK
    2022-04-28T11:32:12.544Z DEBUG modem << 15 NRF_PWM2             Non-SecureOK
    2022-04-28T11:32:12.545Z DEBUG modem << 16 NRF_PWM3             Non-SecureOK
    2022-04-28T11:32:12.545Z DEBUG modem << 17 NRF_WDT              Non-SecureOK
    2022-04-28T11:32:12.546Z DEBUG modem << 18 NRF_IPC              Non-SecureOK
    2022-04-28T11:32:12.547Z DEBUG modem << 19 NRF_VMC              Non-SecureOK
    2022-04-28T11:32:12.547Z DEBUG modem << 20 NRF_FPU              Non-SecureOK
    2022-04-28T11:32:12.548Z DEBUG modem << 21 NRF_EGU0             Non-SecureOK
    2022-04-28T11:32:12.548Z DEBUG modem << 22 NRF_EGU1             Non-SecureOK
    2022-04-28T11:32:12.550Z DEBUG modem << 23 NRF_EGU2             Non-SecureOK
    2022-04-28T11:32:12.550Z DEBUG modem << 24 NRF_EGU3             Non-SecureOK
    2022-04-28T11:32:12.551Z DEBUG modem << 25 NRF_EGU4             Non-SecureOK
    2022-04-28T11:32:12.551Z DEBUG modem << 26 NRF_EGU5             Non-SecureOK
    2022-04-28T11:32:12.552Z DEBUG modem << 27 NRF_DPPIC            Non-SecureOK
    2022-04-28T11:32:12.552Z DEBUG modem << 28 NRF_REGULATORS       Non-SecureOK
    2022-04-28T11:32:12.553Z DEBUG modem << 29 NRF_PDM              Non-SecureOK
    2022-04-28T11:32:12.554Z DEBUG modem << 30 NRF_I2S              Non-SecureOK
    2022-04-28T11:32:12.554Z DEBUG modem << 31 NRF_GPIOTE1          Non-SecureOK
    2022-04-28T11:32:12.555Z DEBUG modem << SPM: NS image at 0x18200
    2022-04-28T11:32:12.555Z DEBUG modem << SPM: NS MSP at 0x2000da20
    2022-04-28T11:32:12.556Z DEBUG modem << SPM: NS reset vector at 0x1a5f1
    2022-04-28T11:32:12.556Z DEBUG modem << SPM: prepare to jump to Non-Secure image.
    2022-04-28T11:32:12.742Z DEBUG modem << Hello World! thingy91_nrf9160
    2022-04-28T11:32:12.743Z DEBUG modem << This line is printed with printk()
    2022-04-28T11:32:13.761Z DEBUG modem << [00:00:00.213,531] [1;31m<err> app: Logging demo application - LOG_ERR
    2022-04-28T11:32:13.762Z DEBUG modem << [0m
    2022-04-28T11:32:13.763Z DEBUG modem << [00:00:00.213,531] [1;33m<wrn> app: Logging demo application - LOG_WRN
    2022-04-28T11:32:13.763Z DEBUG modem << [0m
    2022-04-28T11:32:13.764Z DEBUG modem << [00:00:00.213,562] [0m<inf> app: Logging demo application - LOG_INF
    2022-04-28T11:32:13.770Z DEBUG modem << [0m
    2022-04-28T11:32:13.771Z DEBUG modem << [00:00:00.213,562] [0m<dbg> app.main: Logging demo application - LOG_DBG
    2022-04-28T11:32:13.771Z DEBUG modem << [0m
    

Related