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...
I had the following setup, two app_timers triggering blocking SAADC reads in the callback functions
app_timer 1000ms triggering 1 Blocking SAADC read (For battery service...
Hello,
I use sdk 8.0.0 and s110. I read this blog
And I did not understand some terms;
Application processing(for example 2ms each adv interval)
Number of packets...
Hi,
I am using the nRF51 Dongle (PCA10031, V 1.1.0) and pc_ble_driver.py to create a custom script for testing purposes. But there seems to be a maximum limit for the measured...
I met a problem when delete bonding information on android central, i actually can't connect to the nrf52832 peripheral again, until i totally clear it's peer list and bond...
Hi all,
I am trying to control a speaker using the i2s output of the nrf52832 mapped into a TAS2505 from TI. I am able to play sounds in the speaker but my issue is that...
I am trying to use the eddystone example I found in the ble_prepheral/ble_app_eddystone/pca10040 folder in SDK14.2 with my nRF52832 development board but I get the following...
i found this link on nordic website to learn ARM with Nordic SOC.
www.nordicsemi.com/.../Nordic-ARM-Lab-in-a-Box-University-Program
Do you know where is the link for...
Hi,
I am able to program a SparkFun nRF52 breakout board via nrf52 Dev Kit using Segger Embedded Studio. However, I am not able to achieve the same results using nrfjprog...
I am facing some issue while writing to i2c. On first i2c write , device is working but after that when i tries to write anything, code is stucking in loop.
void sensor_sleep_mode...
Hi,
I'm trying to port my project from SDk12.1 to SDK14.0, I've got everything working fine except the DFU process. The main issue is that we've got some devices distributed...
Hello,
I am designing a custom board with NRF52832 IC. I followed all PCB consideration suggested by Nordic.
This blog suggests, If using a PCB antenna, the matching network...
This question is similar to this thread:
devzone.nordicsemi.com/.../
However it was framed differently and didn't really clear anything up for me.
Say my application...
Hello,
I have an application that has to be ported to the newer Softdevice version. I've already ported my application to the SDK 13 and tested it with the new Softdevice...