Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,
I was wondering if anyone could clarify why there are enable, set and clear (CHEN, CHENSET, CHENCLR) for the PPI channels when according to the data sheet they all...
I checked S130 document for using nRF51822.
I want to change the nRF51822 like the following mode.
peripheral => central => scanning => peripheral => central => scanning...
Hello
I am trying to change the ticks value of Battery measurement interval (ble_app-prox example) but i am not able to understand how the ticks period is measured based...
Hi,
I was seeing memory leak issues when using NRF51 with JLkink v4.98. See this link:
forum.segger.com/index.php
This issue has been fixed with the latest version of...
The address miss event is not shown as a transition in Figure 22 of the NRF51 Reference Manual. What state does the NRF51 enter upon an address miss and how long after the...
To use BEL application, the soft device must be downloaded before programming.
i can find a table shows that which soft device version is suitable for chip version.
how...
Our application is developing RC units for small (indoor) model airplanes - we want to be able to have multiple planes flying at once without "stepping" on each other.
...
I'm developing a NUS-based peripheral and adding a timeout to force a disconnect after a period of inactivity (i.e. no incoming NUS data). However my peripheral also provides...
Hi all,
I'm trying to use Ant+ HRM RX demo profile from nRF51_SDK_10 ( nRF51422 ) between my board PCA10028 and a Garmin rate sensor but I get some trouble.
Let me explain...
In the example iOS app and the DFU service in the firmware there is a DFU revision characteristic UUID 0x1534. The Nordic SDK documentation don't mention this characteristic...
HI,I'm having trouble in flash operation.I I did an experiment of flash operation.I call pstorage_store( ) or pstorage_load( ) very second after nrf51822 connected with app...
I would like to know how long TXIDLE state takes, between sending two data packets, for NRF51822? I want to minimize the time between sending two data packets, to maximize...
Hi,
Everyone,
I am trying to understand BLE app code and using debugger to find the values of the data sent over BLE during advertising mode.
But during debugging I...
Hello,
I am designing a custom protocol using the radio as a peripheral. The protocol has the chance for two nodes to transmit at the same time on the same channel. My...