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 have an nRF52840 based multi protocol ZigBee/Bluetooth coordinator running FreeRTOS. (Based on the nRF5 Thread and ZigBee SDK v4.0.0). I'm looking for guidance as to the...
Hello, everybody.
I bought the nrf5340-dk board and tested the zephyr sample code. The Blinky or Threads project workes fine. But bluetooth examples simply dosen't work...
I'm looking for an upgrade that includes this:
https://github.com/nrfconnect/sdk-nrf/pull/462 4
once it's merged in. I need that multiple-advertiser functionality. But...
I was measuring the power consumption of a custom board and it seemed to consume around 100µA in PSM mode. At first I thought there was something wrong in the firmware, but...
Hi,
We have nRF52840 DK board and trying to get the first time debug log from this DK board, we are not able see the log from DK board. Please provide the steps or instructions...
Hi,
Am using nrf51822 a central, i want to discover the service of anothe rble module (which is RN4871 from microship).
My problem here is that this RN4871 advertise...
Hi Team,
I want to perform an OTA of my nrf52840 based peripheral device using the Linux-based gateway which is having the nrf52840 module interfaced. I know I can perform...
I wants to control the BLE Mesh network from other mobile phones with the same user login, Now the questions are-
1. What all information related to the Device/Network needs...
I'm merging nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky\pca10040\s132\ses to nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132...
Hi,
when using these lines of code in my Android application:
MeshManagerApi mMeshManagerApi = new MeshManagerApi(this);
MeshNetwork meshNet = mMeshManagerApi.getMeshNetwork...
Hi,
I get BLE_GATTS_EVT_WRITE with connection handles 16 and 19 which seems to be some defaults of the softdevice.
Can you explain the source and usage of these connection...
Hello
I am working with aws_iot sample and over this I add gps functions (handler and work init) belong to agps sample, I probe AT%XMONITOR command and show me this
...
I build the example and download to PCA10040,but there no log print in RTT, and I debug in keil mdk, I found the program does not step into main function.
How to run this...
I have an application that requires that timestamps be 64-bit epoch to the millisecond. I'm currently using a Timer peripheral to track 1ms and increment a 64-bit counter...