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...
hello , I want to Know how to write value to S0 , L ,S1.
for example : I want Set S0 =1 , L = 16 , S1 = 1 .
but I can't find any register to set S0 , L , and S1. .
My...
We are trying to reduce standby current consumption for our application. When measuring the current depending on the environment temperature we can see a rapid increase of...
My Application will have 4 difference host in the same area, if one device send a data and receive the ACK payload, is it receive all of the 4 hosts ACK payload or one of...
Hello,
I've founded the nrf_drv_lpcomp_init function didn't configure the EXTREFSEL register that why I can't configure the LPCOMP to use the AREF1 pin as an external reference...
Hi all, i have already posted in another discussion my problem, but i will resume it here briefly:
i have a simple program (similar to the tutorial of the custom service...
Hi! I want to send data from the temperature sensor from the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
Hi!
Is it possible to scan on a single channel using SoftDevice 132 running on nRF52?
If no such functionality exists, is there some workaround? Like timeslot API for...
Hi All,
Am using NRF52, SDK 11.0.0.2 alpha , I am using HRS free RTOS example. In that I just created two tasks of equal priority. As per Free RTOS two task must switch...
Hi all,
I'm a newby in the Nordic BLE world, I hope I will find some support on this forum about my problem.
I'm working on a project to create a multilink central device...
So I bought a "social retail" beacon device that claims to have 300foot range. After getting it I realized it uses the "iBeacon" standard, which is not compatible with my...
Hi - I wanted to post for the chance it may help others in the future. I'll spare everyone the drama, but I've been stuck on this issue for days and have finally resolved...
Hi. i'm using PCA10028, SDK10.0.0, S130.
I want to check RF characteristics.
nRf51 should make RF Tx continuously.
I think there is example source code for that.
Which...
The function dm_ble_evt_handler has codes like this.
void dm_ble_evt_handler(ble_evt_t * p_ble_evt){ // from device_manager_peripheral.c
switch (p_ble_evt->header...