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,
is there a flag note that DFU Transport done(before the setting file update after DFU Transport done )? nRF52832,S132, SDK 13.0.0,secure bootloader example.
Dears,
I am working with mesh sdk 3.0 and 15.2 with soft device S140 nrf82840, our application using the mesh network topology for minimum amount of time then turn it on...
Hi team,
One of my customer is asking if they can reduce L4 15nH in their nRF52810-CAAA design? If not, what is the function or necessary of the L4, please help to explain...
Hi all,
I'm trying to write code for a BLE Ibeacon that changes its transmit power level after every completed advertising interval. I would like to strobe between three...
Hi.
I have a few questions.
1. Init watchdog timer in Bootloader. After Run application Still running Watchdog Timer?
2. If Watchdog timer still is active. not init...
Hello, I am studying the example ble_app_gls from SDK 15.0.0. with a static password for the board nRF52810, SoftDevice s112. When I write debug messages of the event identifier...
Hi,
I am using nrf52840 dk. Also, I am using nrf_serial library with DMA mode for uart communication. I have a continuous loop running in main and there i read data using...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi.
I am using nrf52832, SDK15.0.0, and S132 SD.
I am using a custom board.
I checked the consumption current of 80uA in system off sleep state.
I want to lower...
First some general info:
* Compiler GCC 7.2.0 GDB 8.0.1
* VisualGDB 5.3R8 Build 1973
* Visual Studio 2017
* SDK 12.0
I try to build an application using the SPI...
I can play with at client and asset tracker demo with my SIM card but I don't know the network type of my SIM card. Can anyone tell me how to determine Cat-M1 or Cat-NB1 or...
Hi,
I am using S130 on an nRF51822 with SDK v12.3. I want to handle the different error codes that could result from calling sd_ble_gatts_hvx and retry later.
Firstly...