If I want to modify 9160dk to a new board but not include heardware chip nrf52840, is it possible?
and
what function can not use like bluetooth
If I want to modify 9160dk to a new board but not include heardware chip nrf52840, is it possible?
and
what function can not use like bluetooth
Hi,
Yes, it is possible to make a custom board with only the nrf9160, as you have found an example of is the nrf9160 Feather. We don’t sell any nrf9160 boards that does not include any other chips but other vendors do.
Regards,
Jonathan
1. can nrf9160 Feather use segger embedded studio debug?
2. can nRF9160 Thing Plus use segger embedded studio debug?
because i check them use VSCODE originally
You can use SES to debug any nrf9160 product, you might need a debugger\programmer like the J-linkg base compact or a nrf9160DK or nrf53DK.
Jared Wolff has some guides on the Feather : https://docs.jaredwolff.com/nrf9160-programming-and-debugging.html
And for the thingy91 we have documetaion on our infocenter: https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/common/thingy91_getting_started.html?cp=14_0_3
Using a external debug prob is the easies.
Regards,
Jonathan
thanks, and need confirm
debug hardware tool on nRF9160 Thing Plus
1 .
(a)J-link base compact,
(b)J-Link EDU Mini,
like here said
https://learn.sparkfun.com/tutorials/nrf9160-thing-plus-hookup-guide?_ga=2.208442706.1152133173.1627498495-1902747099.1627498495
(c)nrf9160DK
(d)nrf53DK
debug software IDE on nRF9160 Thing Plus
2.
(a)segger Embedded Studio
(b)vscode
Are those info correct?
Hi,
in short: Yes that is correct
The nrf9160 is a Arm cortex M33 application processor so to debug\program you need something that supports that model. If we take a look at the overview at Segger we can see what supports what.
![]()
As a alternative to that you could use a nrf5340 DK or a nrf9160 DK to program\debug a nrf9160 device.
As for IDE/environments we do recommend SES(Segger Embeddeb Studio), but you can use whatever you like, many do use VScode.
Here si a diffrent question here on Devzone regarding the VScode:
https://devzone.nordicsemi.com/f/nordic-q-a/66509/setting-up-a-workspace-in-visual-studio-code
Here is a toturial on NCS version 1.3.0 and here is the documetaion.
Regards,
Jonathan
many much super thanks
many much super thanks