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...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi Support team,
According our spec 52832 rx is about 5.4mA, but actually i measured our example, it is about 7.1mA, may i ask where is the gap? so i suspect it is because...
Hi,
I'm developing an application based on the nRF52832 development kit. It is nrf52dk_nrf52832(PCA10040). I have used nRF Connect SDK (3.0.0) for the project development...
Hello,
I am trying to interface the ble_hid_keyboard with uart using nrf52840-Dk in SDK 17.0.2. But not able to print data from uart and even not able to connect hid keyboard...
Hi,
I have an nRF9160 and working am off of the AWS_IOT sample code. When I start the device, the error messages occur 2-3 times and then the device connects successfully...
Hi,
I'm working on a custom board with a nrf9160 µC. This board is powered by a battery and a supercapacitor and my job is to assure the autonomy of the battery.
I...
I am using 9160 to develop a product for customers, which saves the date, time and other settings in NVS. Yesterday, I encountered a problem that the product could not start...
Hi Nordic team,
Is there any sample project which implements DFU controller in nRF52832 central device? I need to update peripheral device firmware from central device...
We are using SDK 17.1.0 with SoC nRF52832 and Soft Device S132.
We want to configure the soft device to enable the TX and RX GPIOs to talk to off-chip power amplifier. Looks...
Hello there. I would like to know how can I read the counter value right before resetting WDT directly from the register.
That means right before calling:
I want to know...
Hello,
I'm developing a NB-IOT application on the nRF9160-DK based on the 2.6.1-rc1 SDK. I'm experiencing a bug where the firmware gets stuck while serving a send() request...
I am successfully able to use pc-ble-driver on nRF52840 Preview DK using latest connectivity firmware loaded by nRF Connect.
I want to use the same functionality on FENSTEL...
I am using the nRF52840 (with SDKv17.0.2 + s140_7.2.0) and made a custom FW based on the ble_app_hrs example. My custom HW has a 128MB MX66U1G45G flash memory chip.
The...
Hello,
I wanted to build a temperature and humidity sensor application for my custom board using NRF5340 SPI master board. The sensor we are using here is "SHTC3" please...
I use Keil to build nRF5_SDK_16.0.0\examples\dfu\secure_bootloader\pca10040_s132_ble\arm5_no_packs. But it failed to build with undefined symbol nrf52_handle_approtect. And...
I was looking through the quadrature decoder example for the nRF52 and I was having trouble getting an insight into how the three libraries (driver, driver legacy, and HAL...