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...
Hello,
I am not able to update the softdevice from 6.0.0 to 6.1.0. This usecase is useless as I am in dev stage of my product. However I need to be sure I will be able to...
I am trying to get the NFC communication up and running.
I have tried the writable_ndef_msg and it runs on my kit. Now I try to make it work in my project, but I get some...
If the sensor I'm developing is broadcasting the raw data that is encrypted, how will the mobile app or gateway decrypt it? Is there a BLE standard to exchange the key in...
Distinguished Nordic technical support and developers:
Hello. I have implemented mouse operation with Nordic 52832. I want to ask a question about binding.
After...
I am trying to build an application on the nrf9160dk dev board. It it supposed to collect data from a sensor, and send updates via MQTT when there is an NB-IoT connection...
Hello,
Am developping an Android App that communicate with the nrf51822 , using the 'Proximity' sdk samples Can someone help me with any useful sourcecode or a documentation...
Hello,
I am currently using the nRF52840 Development Kit and was looking to isolate the SoC for power consumption testing. I mainly want to disconnect the integrated MCU...
Hi, I'm developing a project based on the Nordic UART with multi centrals and one peripheral coexistent based on SDK 15.2 and S132 V6.2,
In scheduling section of softdevice...
I used the nRF52832 SDK15.0 S132,the question is:
(1) I used SPI_0_Instance for APP_SDCard and SPI_1_Instance for other device;
The Setting of SPI_1_Instance frequency...
Hello, this is a continuation from a different question I previously had answered: https://devzone.nordicsemi.com/f/nordic-q-a/40452/nrf24l01-spi-communication-with-nrf52...
Hi Sir/Miss,
I use below items to develop:
HW : PCA10040 (nRF52832)
SDK: 15.2
Softdevice : s132
IDE : SES V3.40
After I create my task (two same priority tasks...
Hello,
I am trying to measure the current of the dk. I added the 10o resistor, loaded the ble blinky example and connected two probes. This is what i got:
In the idle...
Hi Nordic,
we started with the light_switch example
and created a second onoff model to it -> system compiles but runs into error
also tried adding a other generic model...
Hi All.
In custom report descriptor I try to use this code:
ret_code is NRF_SUCCESS
but on host while reading feature report I don't se a changed value. Maybe I'm...