I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
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...
Hello,
Following to this ticket , I started with an existing Segger embedded studio project from the SDK to port my project from Keil to SES 5.62 .
Now, the project works...
How long does it take to perform a soft reset (using sd_nvic_SystemReset()/NVIC_SystemReset())?
Looking at power measurements (attached) it seems to take about 730 ms (...
Hello developers,
I would like to combine BLE Central with USB HID. I am using the SDK example "BLE_Central_multilink", I can get signal from BLE modules.
Now I want...
I tried to program the Blinky sample which just blinks an LED to the Network core of the nRF5340 DK but doesn't seem to work. However, when I look at the docs I do see that...
Hi
I am a beginner of bluetooth
I want to build BLE connection between nrf52833 and nrf52810 as soon as possible (maybe in 100-200ms)
can I achieve that by config Advertising...
Hi Nordic,
I am facing strange behaviour with nrf9160 aws iot example where I am trying for fota update.
My device is sending data to AWS IOT every 5 minutes as it will...
Hello again Nordic World,
We have been using a couple of the Nordic dev boards (PCA10028, PCA10040) as uart central devices in our test system for a while and have just...
Hello,
I am using \nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug, but when I bulid the proyect the following error appear:
.text is too...
Hello,
nRF SDK v16.0 , Softdevices s140_nrf52_7.0.1_softdevice and ANT_s340_nrf52840_6.1.1
Recently we wanted to add ANT to our BLE application. So we changed the softdevice...
I have an application that I can install and run on the nRF52840 dongle. But to program the dongle, I need to press the reset button and use nRF Connect. So I am looking at...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i am trying to connect to a low power magnetic sensor (si7210-00-iv)
my i2c sometimes works...
I'm testing my own firmware based on the current Asset tracker V2 code (AWS cloud).
The code generally runs well, but when reception drops (simulated by disconnecting the...
I'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim"; cs-gpios = <&gpio0 0xf GPIO_ACTIVE_LOW>; ...
Currently, the only only way to automatically conduct a Legacy DFU is by using the nRF Connect Mobile app. However, this app can only target the default UUIDs of the Legacy...
I am currently following the steps as detailed in the following documentation ( SDK 11 ) specifically the graph in the "Transfer of an image to the DFU target"
I am currently...