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,
I'm starting to work on nRF52 with eclipse (on Ubuntu). I use this tutorial to configure everything : devzone.nordicsemi.com/.../
Everything looks good but when I try...
Hello,
I am having difficulty having two nRF24L01P's communicate with one another.
I have set up the devices in what I thought was a minimal system.
I will appreciate...
What is the switching frequency of the DC/DC regulator in the nRF52832? The DC/DC is great for reducing power consumption, but I am worried about the switching noise getting...
Hello.
I am trying to save i/o lines on an 8-pin PIC, and planning to run an nRF24L01P with its CE pin tied to VDD. I am willing to power-down to get out of the RX mode...
Hi
I am using an Identive NFC reader/writer SCL3711 and their sample app to read tags.
In the sample app, through the debugger I can see that it is registering an NDEF...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use nrf51422 and integrated BMA250E for Pedometer,
Now I can count the step but I dont how to calculate the speed, cadence and stride length like below
static void...
Hi All,
From my firmware I need to send large ble packets say of 1 K to the phone.
Is there any library or example code for sending large packets. Currently I am splitting...
Hi,
Our application requires that we connect a nRF52832 to a Microchip PIC32MZ host via the Nordic parts UART (RS-232 at CMOS levels).
In a previous application, we...
Hi everyone,
I've been testing SPIM with easyDMA, using nrf_drv_spi. I'd like to flush a 6-axis sensor FIFO in one SPI operation (31 samples * 12 bytes = 372 bytes) but...
Hi,
I am working with the ble_app_uart (central and peripheral) example and they already run fine. Now I discovered that some button actions are already defined on the...
Hello,
I have created the simple software usign NRF51DK to make the led blink for 5 times by using while loop
just to make the other part of my software
my aim of this...
hi,i have a question.
i set the advertise type to BLE_GAP_ADV_TYPE_ADV_NONCONN_IND MODE, and i add scan response data,but i can't see scan response data.Why?
Hi,
I would like to connect nrf8001 to a Renesas microcontroller but I could not find any documentation on how to proceed with this step. The only documentation I could...