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...
I developed an application based on ble_app_uart and it is working on my nRF51 DK. I can see the ports driven by my application responding and Bluetooth communication is working...
I am currently using Mesh SDK 3.1, running on NRF52480 with SoftDevice140. We are currently modifying the light switch client, and would like to know which servers are available...
Hello,
I would like to implement a device that is part of a BLE Mesh Network and on the other side connects to another device directly with BLE Stack (1:1) and GATT.
...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
Hello,
In nrf_dfu_ble.c BLE_GAP_EVT_SEC_PARAMS_REQUEST pairing on Windows 10, the following code:
err_code = sd_ble_gatts_value_get(m_conn_handle, BLE_UUID_GATT_CHARACTERISTIC_SERVICE_CHANGED...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
I want to implement the function of periodic temperature collection,but I didn`t find any data show in putty terminal,and I`ve set NRFX_TIMER_ENABLED 1 NRFX_TIMER0_ENABLED...
Hello,
The BLE mesh spec says the following:
Heartbeat is used to monitor nodes on a network and discover how far nodes are apart from each other.
Is there an example...
Hello. I have read a topic about ADC calibration (gain and offset error in 0x10000024) of nRF51822 here but I can't find the document describing it. Could anyone point me...
Hi,
I am beginning to design a wearable device with motor vibration using nRF52 SDK and SoftDevice S132.
In firmware side, I have no problem to control a led on and off...
Hi
in my test bench for system validation I would like to control the system based on nRF52 via Bluetooth to speed up testting of various samples.
It seems that there...
Good day.
We recently bought the NRF52 DK and the Power Profiler Kit with the intent to log power consumption of our battery powered products. Before purchasing the products...
Hi,
I tried nrf connect and nrf hrs example. I used nrf52DK. I bonded the device, and connected with autoconnect. I turned off the nrf 52 DK, and turn on. The nrf connect...
I am using the secure bootloader with DFU, and the buttonless DFU service. I extracted these applications from the Thingy SDK v2.1.0. This works perfectly fine as long as...