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 am using a processor that can provide an 32KHz clock (from its crystal).
Can you recommend the voltage divider (caps or resistors and suggested values)?
I will power...
I added a task to ble_app_hrs_freertos.
The soft device was burned.
The address is in the default state. (RAM:0x20002128 ROM:0x1f000)
I reset the total heap size...
Hello i am quite new to using BLE for data collection. I am using a Readbear BLE Nano with a Nordic nRF51822 on it.
I want to read a Sparkfun MMA8452Q accelerometer's X...
Hello, if I disable interrupt on nrf51xxx device, function sd_ble_tx_buffer_count_get will simply run right into hard fault handler, without returning anything.
I do not...
Hi,
on NRF51 BLE peripheral I want to implement authentication, so only selected BLE masters have access to my BLE peripheral.
There is a password known to BLE peripheral...
Regarding the RTC prescaler of nRF51822,
I found out that it is the following.
Timer and RTC prescaler behavior by TASKS_CLEAR is different,
When TASKS_CLEAR is executed...
My company is making capacitive touch plates and to make them smart, app is used.We are using NRF24L01+ for rf communication between device and app. Our sockets and hub with...
I did some modification from radio test example.
But I don't know why the function "rand8" never ending.
In the function, rand8,
NRF_RNG->EVENTS_VALRDY = 0;
while (NRF_RNG...
Hi,
I have been trying to get up and running since the first DK was released for nRF52x and I am yet to have installed a working development environment. I have tried to...
I'd like to use a DMA channel on the nRF52 to copy RAM from one block to another. However, there doesn't appear to be any DMA controllers that are not directly associated...
Hello everyone
I'm trying to disable advertising but it doesn't work in some cases, I don't really know why. Here is my pretty simple piece of code:
/* Disconnect and...
www.keil.com/.../uv4_db_dbg_evr.htm
www.keil.com/.../EventRecorder.html
Keil worked in a new EventRecorder feature that uses some SWD buffer memory to push data out...
Hello,
A question to understand please. A lot of issues still unfixed in rev 1, but are known for a long time (see errata docs). Like SPI with RX = 1, DCDC -4dB on RF,...