Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hello,
Issue: after successfully compiling, generating bootloader settings, merging and flashing bootloader+settings+sd+app, the device enters DFU mode while i was expecting...
Hi! We are trying to put in the same application for both GNSS( developer.nordicsemi.com/.../README.html) and NBIOT( developer.nordicsemi.com/.../README.html) .
The examples...
Hi,I have a question:
1.I use device_ get_ Binding ("UART_1") When UART1 is opened, ENXIO returns to 134. How do you solve this problem? For others, I used uart0, spi2,...
Hello everyone!
Please tell me if I can connect nRF21540 to a microcontroller using only 4 SPI pins (SCK, MOSI, MISO, CSN) and control it completely? At the same time I...
As the title describes, I am getting that error. I am using nrf sdk 17.1.0 on an nrf52840, developing in SES. I have enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED...
Hello,
I am currently using Nordic border router image as suggested by Google open thread group as i am using NRF5 SDK examples (sleepy mqttsn-publish example to be precise...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
I added service data in advertising_init() function in ble_app_uart example code ...
Hi,
I have used DFU to update my application and worked normally. Now I need to update the application which has be written in NOR flash.
Firstly, I will write the application...
Hi,
We are building the custom bootloader in Rust,
Therefore want to define the non secure memory region.
Need to know exact steps to define the Non secure memory regions...
hi team,
i am using Microsoft Windows 10 Enterprise OS and Segger 5.40 version IDE.
i am using nrf52840 device in my project along with nrf5_SDK for uart peripheral check...
Hi,
In one of the example( zephyr / net / dns_resolve.h ) In this function description "dns_get_addr_info()" mentioned like below,
@details This function can be used to...
Now I've made a board using 52833 and downloaded the 's140_nrf52_7.0.1_softdevice', 'bootloader', 'settings' into 52833.
I use SD_POWER_DCDC_MODE_SET() to enable DCDC in...
Hi
I implemented in the function call in the SDK bootloader on a nRF52840 the BLE MAC address with the following function call:
The type BLE_GAP_AD_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS...
hi Team,
i am using Microsoft Windows 10 Enterprise OS and segger 5.40.
i am using nrf52840 device in my project along with nrf5_SDK.
i compiled pwm code with different...