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...
Please note that I am a new developer.
I am currently testing on a nRF52 DK on Windows.
I want to flash my application (which has a SoftDevice) and also write manufacturing...
Hello,
We have a lot of boards (more that 5000) witch embedded a nordic NRF51822 to scan beacons.
the person who designed the card did not plan any bootloader on the NRF...
Hi there,
I'm new to using an ATE and a NRF52 and I'm trying to use an ATE array with telnet commands to program firmware on 10 devices. After the firmware is applied, our...
Hi,Nordic!
I have a strange problem. I program custom boards. I can successfully program the application core with segger, but I can't erase and program the network core...
SDK 14.2, NRF52840, S140, NRF Connect for iOS iPad (v2.4.8)
We are sending a value to a characteristic as a request using the NRF Connect app, and then our NRF BT device...
i use nrf 52832 for scan BLE adv, sdk 12.3 ,
for reduce the missing scan signal, I use three ble_central BLE to scan, so i want set one ble_central to scan one fixed single...
I'm using the Serial_LTE_Modem application (nrf source version, zephyr v2.4.0-ncs1, mcuboot v1.6.99-ncs1, mcumgr v0.1.0-ncs1 ) with version 1.2.3 of the modem firmware. I...
Hi Nordic Leaders,
I need to complete nRF5340 based C++ Software simple solution for ONLY Data Transmit, Receive and Data Store on Flash for our Tier1 Medical client by...
I'm working with an nRF52840-MDK from MakerDiary in the nRF SDK for Thread and Zigbee. I would like to power on an LED when the chip is powered on. Here's a snippet of my...
Hi Guys,
According to the MESH document, there are two ways of node provision: PB-ADV and PB-GATT (smart phone) . A provisioner provides the unprovisioned device with provisioning...
This result is happening very seldomly but I can see it on the logs. First I get a 0x0000 result and then a 0x000A result in the fds event hanlder after calling the fds_record_update...
Hi,
Why does your web page https://infocenter.nordicsemi.com/index.jsp?topic=/struct_nrftools/struct/nrftools_nrfconnect.html&cp=8_3 titled
nRF Sniffer for Bluetooth LE...
I think this is a very simple answer but I can't find out where the file is to edit for this.
From the nRF Connect v3.6.1 - Toolchain Manager there is a drop down and "Open...
Hi everybody,
I have been reading the serialization documentation ( infocenter.nordicsemi.com/index.jsp and I am not very clear about some points.
What is it for and...
Dear all:
I want to implement FreeRTOS using NRFX, I checked the example and discovered that it uses the nrf_drv_clock... and thus it becomes a spaghetti with this legacy...