Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hi All,
i am using the below link to flash the bootloader
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/device-firmware-update-dfu-with...
Hello,
I am using Eclips & ARM tool chain for project with BLE functionality. I tried to import this code in Segger embedded IDE but it did not worked. This project is old...
Hello,
I built peripheral_hr_coded sample and looking into the partition manager report (I trucated the output):
What are the s0_pad and s1_pad?
What are the EMPTY_0...
Hello,
I am developing a FreeRTOS project that uses nRF5340 MCU. For the inter processor communication I would like to make use of the RTOS-agnostic RPC library (sdk-nrfxlib...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.7.1
Zephyr version: 2.6.99-ncs1-1 (commit...
Hi:
I have a BLE HID remote control that needs to be connected to the HID central(nRF52832).My SDK is NCS v1.8.0.
When I try to connect with the HID remote I get the log...
Hello,
I have to make the external flash on the nRF9160DK work with the nRF9160.
From what I understood, the default settings are that the external flash on the board...
I have beacon that broadcast its name with type 09. I cannot get it while scanning of nrf_uart_c (adv_report).
I assume I need to activate scan_req and then parse the response...
I need a constant acquisition time for my SAADC. In my experiements I see jitter in the acquisition time, so I started debugging with PPI to ensure no Interrupts are making...
Hi,
I am trying to enable event length extension on uart example provided on the sdk. I look for information on how to done it and i found links like that:
https://devzone...
Hello,
I am using ncs1.7.1, qspi + mx25r64 external flash ota it works well, but I don't know how to change qspi to spi.
I need your help thanks
I change the parament...
Hi Nordic,
I am working on a raspberry pi based gateway which has Thread Border Router and edge node functionality. I have setup the OTBR on the gateway and I have manage...
Hi,
how can I change the standard LED_0 output from P0.17 to P0.03? I am using SES, toolchain 1.8.0 and the nRF52DK board and I would like to flash the sample code to a...
Hello! I have WF200 wi-fi chip connected to the nrf52840 through SPI. I configured bare-metal example code of WF200 chip to work with nrf-sdk and this example (basic CGI server...