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...
I Just upgraded my RTE to the latest two minutes ago, and tried an RTX example.
The example compiled OK, But in RTE manager, it is showing missing component.
Screenshot...
Hello!
I'm in doubts about proper configuration of GPIO pin, which I'd like to be able to reset external device (DWM1000), connected to nRF51 by SPI.
The datasheet says...
Hello,
I’m working on my own custom board based on the nrf52832 (QFAABB).
Here the schematic:
I succeed to flash the board with the nrf52DK (PCA10036) via the debug...
Hi there - new to Bluetooth but have an interesting question.
Is there a way to have multiple users connected to the same Bluetooth connection to stream music? For instance...
Hi community,
I am working on IoT device. We want to establish a secure connection therefore we are going to need a secure storage for our private key. I am aware that the...
Worked fine until yesterday. Board turned off with computer, also the power switch on the board was in off position before turned on this morning. Now the debugger circuit...
Hello Nordic Team,
Please, I would like to ask some questions about BLE based smart-phone accessory.
Actually, I think about using a BLE based accessory (for instance...
Tuning the nRF24xx matching network:
The balun-function is done by the
180° degrees phase shift in L1. This
causes the signals from the two ANT
pins, 180° out of...
I am sending IMU data as 20 byte packets through nus service at the rate of 50 such packets per second. The device is a nrf51 DK configured as ble peripheral (S110). The application...
Hi all,
I have a makefile which runs perfectly from the command line on Windows under GCC, but in Eclipse it fails with this message in the Console:
make flash
make...
My application had a ID to separate difference device & host for the communication in the same area. When the Host power up, it need to search any existing same ID Host nearby...
Hi ,
I want to set the channels used for exchanging DATA (after connection) when peripheral and master are connected.
i searched and i find that it's like this :
//Set...
Hi I'm using the PCA10003 dev board to try it out the OTA firmware update.
What i did is exactly that:
Modify the bootloader example for S310 softdevice and 10003...
Hi, I have been developing with the nRF52 DK for the past couple of months however I have encountered an issue today which I am unable to resolve.
I am unable to establish...
Continuing my mission to have SES set up to be the complete development environment on a Mac I am struggling to get the Jlink Debugger to behave with SES.
It appears I...