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...
Having trouble using a Raspberry Pi 3 as BLE/6LowPAN router in the IoT MQTT example project from nrf5_sdk_15.2.0
I was recommended to use Ubuntu box instead of Raspian(it...
I maked this question because I don't see any example about MQTT-SN client with FreeRTOS. MQTT-SN client libraries in SDK using many timer from app_timer. I don't know whether...
NRF Connect displays only a white screen after some time.
I can connect to my nrf51DK with the ble or the PPK app, but after some seconds (changes between 1-20) only a white...
Hey, I am trying to get a bluetooth mesh up and running with the nrf52832 dev boards (PCA10040) acting as nodes and a Raspberry Pi 3 (with bluez meshctl) as the provisioner...
The implementation in generic_dtt_server.c doesn't properly validate the set message parameter and generates a response despite the message should be ignored.
The Mesh Model...
NRF52 devices and Softdevice 132:
According to SoftDevice specification v5.1 Table 4: Peripheral protection and usage by SoftDevice NRF_FICR data such as ->INFO.PART, DEVICEID...
Hello guys,
everything worked fine for me (NRFConnect, Apps, CLI, Building with Segger Studio, Prgramming via NRFConnect Programmer, everything on Win10) but then I was...
Hi,
I am using nRF52832 DK for testing beaconing and TWIM and TWIS. I am using SDK 14.2.0 S132 v5.1.0.
But, the final product would be using nRF52810. So, will the code...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...