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...
Hello Nordic! My application requires an nRF51822 using S110 to handle both Notifications and Indications over the same characteristic.
The CCCD value 0x01 = 0b01 enables...
Hi,
In order to start my own board with nRF52 component throught SWD, I think I've to use Segger Jlink. I expect to buy the basic version, that sound good for me, but I...
Hi,
I have some problems with bootloader debugging by using app_trace_log().
My board is pca10028, and I use the SDK 10.0.0 for it. The Keil version is v5.20 and Jlink...
Hello All,
How to interface nRF905 with nRF51DK board?
Any driver is available for nRF905 which support nRF51.
Any help will be appreciated.
Regards,
Rajneesh
Hi,
I'm using PCA10028 to communicate with ADS1131 ( www.ti.com/.../ADS1131) which outputs 18bit on SPI bus. I managed to get the data out by reading 24bits, but it feels...
Hello ! When I make a read with the SPI from a sensor's register the data sometimes comes correct and most of the time wrong. I tested the read operation with an Arduino and...
Hi
what is the best way to implement a sleep after disconnect?
We are using a custom board and I implemented it this way:
on connect : turn advertisement off
on disconnect...
I used iar for my project. But for some reason I have to transfer my project to keil now. Attached is the icf file from iar and I also attached my keil settings. Now the system...
In following the example for a DFU BLE upgrade I have configured the following system
on an nRF52 DK install the softdevice and bootloader:
nrfjprog --family nRF52...
In my code, I have some 'print'-style functions that write data to a buffer, and that buffer then goes to the Nordic UART implementation. This is user code, and I don't know...
Hi, I'm trying to adapt the stm32f4 library from:
link text
to run an nrf24l01+ with an stm32f373. After some initial SPI headaches, a lot is working. In the initialisation...
I want to confirm how much current is being drawn from the battery while the nRF52 is in it's absolute lowest power state and waiting for an NFC field to wake it up. From...
I am interested in setting the tx power level the advertising packets in a nRF52832 are transmitted with. I saw there is the TXPOWER register in the RADIO section (address...
I have a use case where sensors on a BLE peripheral need to push notifications to a BLE central indeterministically. So it needs to keep the connection always on. The notification...