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...
I'm trying to write 7 bytes (0x01 02 03 04 05 06 07) to my nrf51 Dongle with my own custom service running based on the Battery Service.
The problem is that I can only...
Why does it say that the nRF51822 has 1Mb/s and 2Mb/s data rates if it doesn't?
Quote from devzone: "6 * 20 B* 1/0.0075 s = 16 kB/s = 128 kbps".
And its only for S110...
Hi there
I am having problems with uart app on SDK V7.2
I have dowloaded Keil and all of the other demo's seem to be working but this one is not.
It will not connect...
Hi. i have a little problem.
For start, i want to use the referance Layout found here link text with the hardware description file of PCA10004.
So there is a simple method...
Previously, I used to load and debug my programs.
after a few months,
Today when I setup the environment again, now I can only compile and generate hex files from Keil....
Hi,
Now I am try to use sd_flash_page_erase() to erase a flash page.
Before I call it, I already stop all interrupt but I always get a error message "NRF_ERROR_NO_MEM...
Hello,
I am working with nRF51822 development kit (s130 softdevice). I want to use one software interrupt for my custom application. Is there any software interrupt available...
During my development with ANT protocol, I found that if you have a bunch of units all have one master channel. Channels will actually bump into other channels easily and...
Hi,
I'm trying to get the SPI Slave example working on my nRF51822 PCA100001 development kit.
SPI1_TWI1_IRQHandler never gets called even though the ACQUIRED and...
Looking into the schematics, I could not find any uart or spi signals on the connectors. I am good in soldering, but I would not dare connecting wires to the nrf51422... ...
Hallo everyone!
I need very low consumption when BLE working. according to S110 SDS, BLE power profile section, when BLE in idle-connect, there is Ion+Irtc+Ix32k, same...
Use the spi_master_example_with_spi_slave in SDK6 to evaluate the SPI master module but fail.
No matter use the default pin assignment or re-assign, it does not give out...