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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,all
i study DFU step by step according this link devzone.nordicsemi.com/.../a00076.html,but failed at step 8.my peripheral advertising as Nordic_HRM not dfuTag.
Can someone...
hi,
I used previously nrfjprog version 5 to program SD+APP+BL with --dfu flag and I can perform OTA DFU.
Now with version 7 there is no --dfu flag anymore and if I try...
Same question as devzone.nordicsemi.com/.../
What needs to change for a gcc setup in the compile flags.
If that helps, some of the flags I have now include:
-mfloat...
Hi,
I'm using s130 and my mcu is both central/peripheral. In the centrol role, when I try to connect and pair with an peripheral, I get all the way through SMP pairing...
I have been developing an application using PCA10028 board which needs to use timer. From the SDK8.0.0 pack, I found an example "timer_pca10028". It works fine when the SD...
Hi,
I'm trying to get a simple single packet transmit-receive working with the nRF51822. I have the following code shared between my transmitter and receiver:
#include...
Hello,
I am wondering how the Softdevice works internally with state changes because that's important for error handling. Here's an example:
Let's say the Softdevice...
Hi, I am trying runtime debugging using eclipse. Following are details of my set up:
Eclipse Mars 1.0 running on ubuntu 15.04 (64 bit).
Nordic nrf51822_xxaa...
Hi,
I'm trying to connect a nRF52-PREVIEW-DK to a Raspberry Pi 2 model B using 6LoWPAN. The nRF52 is running an HRM example, with LED1 blinking ready to connect. The Raspberry...
Hi. Is it possible to enable the encryption of data which corresponds to the particular characteristics?
I'm looking for a way or an e.g showing how to use the encryption...
I download the hex file in nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s132_pca10040.hex directly into the nrf52-DK. But the...
Hi,
By using the PWM exampl in SDK 0.9.2, I can generate a 1MHz PWM signal without problem.
However, it seems that the function provided by SDK can just set upto 1MHz...