I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...
Hi, all.
I want data read from gyro sensor through i2c, and then send it through bluetooth equipment.(PC or iPhone and so on)
My development environment is like below...
Hi everybody.
I am making a custom circuit which using external LDO with output is 2.5 volt.
Then I use this 2.5 volt as VCC_nrf for the nrf51 chip which using internal...
Has anybody used an nRF51822 (e.g. on nRF 51 dongle / Adafruit BLE Friend) as a central talking with a peripheral like the TI SensorTag? Is there a tutorial / example code...
I have been trying to pair my nRF51822 heart rate monitor device with my Windows 8 laptop. Every time it is unsuccessful and returns the message try add your device again...
Hi
Doing some testing of the nRF24L01+ with LNA PA module, i have noticed noise on the 1.2 GHz frequency, this noise seems to be larger than what is allowed if i was doing...
HI,ALL
with ' nRF51_Series_Reference_manual v3.0.pdf ' , i want to know which pins can i used for adc purpose.
in the sample code.
void adc_config(void)
{
...
Hi there,
The s132 v2.0.0 production softdevice was released recently. How can I use it with the nRF5_SDK_11.0.0-2.alpha? or I have to wait for a new SDK release? When...
I have a bluetooth service which I want to have to initialise a TWI transaction (using app_twi). I want to get the data back from the TWI transaction, but I can't figure quite...
What is the pitch and spacing of the connectors on the underside of the PCA10004 and PCA10005 modules please? Is there a diagram showing dimensions anywhere in the documentation...
@Michael Dietz
Hi Michael!
I am not sure what happened to my last question regarding the BLE example using Segger Embedded Studio. It is no longer visible in the post...
i am already use sdk10 and Eclipse gcc tool chain set-up.. but when i am programming on nrf51822. so, it's not work. also, it's working on nrf51422 QFACAB0(0x0071)..
GIVE...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have the ble_app_hrs example working well with DFU.
When I take main.c from the example code and put it into an RTX project, the DFU stops working.
Symptom: nrfToolbox...
Hi,
I have a python scipt that uses pynrfjprog to program some custom information into a board's flash to be used by my application (calibration parameters, serial number...
I managed to compile the ble_app_uart on windows 8.1 with cygwin. I had to remove all abspath on the makefile, as launchpad gcc is not compatible with cygdrive notation.
...