Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
When I enable watchdog in main application by:
nrf_drv_wdt_config_t config = NRF_DRV_WDT_DEAFULT_CONFIG; err_code = nrf_drv_wdt_init(&config, wdt_event_handler); APP_ERROR_CHECK...
I'am currently porting an existing application that makes extensive use of the app_scheduler to FreeRTOS. To speed up the migration I have enabled the app_scheduler in the...
Hi,
I'm connecting a thingy91 to nrfCloud and visualizing data correctly. Anyway, only flip data is available in motion data.
How can I display orientation and acceleration...
Hello Nordic Team, a broad question and not sure if this is in the realm of possibility.
I have a test environment with a test client (python/pygatt) running on Linux with...
Hello All,
I was wondering if anyone would know if the nRF9160 is capable of LTE-M enhancement Mode B? (I'm in the US market)
If not, would you know an LTE-M product...
I am attempting to flash my nRF5340-PDK with a sample application without success. I have tried /samples/basic/blinky, /samples/hello-world, and samples/bluetooth/hci_rpmsg...
I port the DFU OTA bootloader from 52840 to 52832. It is using:
SDK v15.3.0
SoftDevice S132 v6.1.1
nrfUtil v5.0.0 to generate the zip package.
It is running on...
I have a custom board that won't return from the call to nrf_sdh_enable_request() . It's very similar to this post https://devzone.nordicsemi.com/f/nordic-q-a/42477/doesn...
Hi,
well the question says it all - I am trying to get the Program Counter samples sent out of the SWO pin on the nrf52832.
Use Case: I am trying to measure the power...
Hi,
I have a strange issue on my device.
Once in a while, after turning on my device and connect it to the PC via NFC trigger, the device fails during writing to external...
Hello Everyone
I want to create a new project from scratch with nrf SDK 17. Yes , I know that I need to install libraries, drivers, service files etc. but I couldn't find...
Hi!
I'm using the nRF52840 DK with SDK 15.2 and on Windows 10. I have been testing USB communication and while I was testing input and output data, some of the data I was...
Hi guys,
I am trying to connect the NRF9160-DK 0.9.0 to the LTE network with the supplied iBasis sim card.
For this purpose I have executed the following functions
bsdlib_init...
Could you please explain for nRF52833, what nWRITE = 2 means?
infocenter.nordicsemi.com/.../nRF52833_PS_v1.2.pdf page 30 has
nWRITE = 2 (Number of times a 32-bit word...