This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy:91 and nRF9160

Hi

I have a few questions as a newbee on Nordi products:

  • Can nRF9160 be used as modem via UART in the same way as i.e. Simcom's ?
  • Is it possible to run code on the Arm M33 or do i need another processor for sending data to a server ?
  • Can nRF9160 Arm M33 run Micropython or is it only the nRF52840 ?
  • What is the correct way to upgrade the Thingy:91 firmware? I have tried via nRFCloud and nRF Desktop without any luck. In the Desktop version, the buttons are greyd for erasing and so on even when i'm connected.

Br

Tommy

Parents Reply
  • I would strongly recommend that you setup the toolchain and compile any samples that you need manually.

    If you get stuck somewhere, just ask us in the forum.

    Could you elaborate on where you're stuck in the toolchain setup?

     

    Note that if you want to flash the serial_lte_modem using the thingy:91 bootloader, you'll have to add these to the prj.conf file (so that it generates the app image for mcuboot):

    # MCUBOOT
    CONFIG_BOOTLOADER_MCUBOOT=y
    CONFIG_IMG_MANAGER=y
    CONFIG_MCUBOOT_IMG_MANAGER=y
    
    # Flash
    CONFIG_FLASH=y
    CONFIG_IMG_ERASE_PROGRESSIVELY=y

     

    Then take the app_signed.hex and use nrf programmer to flash it.

     

    Kind regards,

    Håkon

Children
Related