I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
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...