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...
Currently I have a few characteristics which are Authorized Read and Writes. Upon detected of the Authorization from the Central I trigger a few events such as:
Measure...
Hi !
I'm using an nRF52 on PCA10040 board and nRF5_SDK_11.0.0_89a8197. I want to run the peripheral ble_app_template with SEGGER Embedded Studio v2.20. I correctly set...
In an effort to try and determine why FreeRTOS tickles idle is consuming more current than tick mode with an idle task, see this post devzone.nordicsemi.com/.../ , I noticed...
Hi, i am designing a board using nrf51822 and planning to use a MOSFET for reverse battery protection instead of a schottky diode or a normal diode. I am new to this and learning...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I'm developing a nRF52 application that exploits two ADC channels in single ended configuration.
VDD is 3.0V.
For the signal conditioning I've chosen a driving Op...
I've been trying to get my head around using a BLE central and making connections so I've loaded up the multi-central example to figure out just how everything works. I turned...
Hi everybody!
I am working with ANCS (nrf51822 SDK 9.0) I am confusing on setting the connection parameters which are MIN an MAX connection interval.
Firstly, I set...
Hello,
I have some characteristics on my device that are containing some configuration data.
Every single variable is a global variable.
The values can also be changed...
I am using the nRF51822 bluetooth low energy smart beacon kit and am running into trouble using the GPIOs available on the board (pins 0, 1, 2, 3, 5, 9, 11, 20, 21, 24). For...
Hello Everyone,
I am trying to monitor my battery voltage on the analog pin (ADC) so inorder to do that i am going to use the voltage divider circuit to calcualte the R1...
Hi,
We are working on a smart lock project with nrf51822 third party module with an antenna on pcb.
We are trying to cover 50 cm range at -20 dbm. But even at -30 dbm...
I have created a library for HD44780 Hitachi LCD, and I can transmit data to the LCD through an IO Expander without any problem over TWI lines. Right now I am not using any...
Hi,
I'm learing how to use the NRF51 DK and I'm trying to modify the app GPIOTE example including the uart functionality.
I insert in GPIOTE the directive:
#include ...