Hi,
Platform : nrf52840, NCS 2.7.0
I would like to get the MCUBoot image swapping progress without modify the NCS, and display a progress bar on the LCD to indicate the...
We use several Nordic chips in our BLE sensors. We bond to the devices from Android, connect to update configurations, then disconnect such that the device then advertises...
Hi,
I am using the nRF5_SDK_13.1.0_7ca7556.
When I call the pm_conn_secure(), it returns NRF_ERROR_INTERNAL.
Can you tell me why did the NRF_ERROR_INTERNAL occur?
...
Hi ,
I followed the getting started steps and enabled the global sim. Now the LED 3 is blinking .
In the LTE Link Monitor , I see the following :
2020-07-22T03...
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...