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,
I have experience with the ESP 16/32, pi zero and BOSH XDK. I have been working on some IOT mesh stuff and I have a good product idea that I know I can build with your...
Our project is using SDK 15.3.0 on a nRF25840. Similar to this post , we'd like to be able to re-bond if the bond has been deleted on the Nordic side but not on the phone...
Hello,
I want to test nrf5340 external lfclk, but I don't how to test it.
sdk:1.5.0
board: nrf5340dk without hfclk
I want to use external lfclk to generate 1khz...
Hi Team,
I am developing a device using nrf52832. I want to configure the gpio used to wake up from system off mode to enter into gpio interrupt handler on wake up. How...
Hi ,
I need to add an I2C device in project , I referred sample project i2c_scanner .
changes done in nrf9160dk_nrf9160ns.overlay file
code added in prj.conf
...
We are using PPK II with nRF52840-DK and in zigbee case we are getting two different kinds of reparative pulses
1. Pluse_1 -> Amplitude = 17.52mA ; Ton = 200us & Toff =...
Hi All,
We found a problem about the NRF52832AA connect parameter update problem on some cell phones.
1. While the app connect to our device, parameter update not only...
I'm doing a load test on radio. In 1Mbps mode, the transmission time of the radio with different loads.
For a packet size of 65 bytes, I used this test:
Use the logic...
The crux of the problem is that my Zephyr I2C port is getting locked into EBUSY, and
What are possible reasons for this
How do I fix it
Context:
I'm currently...
Hello,
I am using an I2C sensor with my nrf52832 board and if I do the sensor_sample_fetch(dev), I get an error code of -16.
What does that mean?
Is there a table to...