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,
my application requires a reliable break detection (The serial data input is '0' for longer than the length of a data frame) sent from a peer device on the UART RxD...
I am working on reading and writing data to an external QSPI flash (MX35LF4GE4AD) that has an internal cache mechanism. I have been able to read/write to the flash using standard...
I am currently working on a project developing a USB HID product based on the nRF52840. I have run into an issue regarding USB communication reliability and am seeking the...
Kind folks,
The more things change, the more they stay the same . At lest it seems that way. I submitted a similar message seven months ago. I see a recent spate of related...
Nordic nRF52810 requires 32 MHz external crystal, but the tolerances are defined only for wireless application (which we do not plan to use).
We want to use this CPU only...
I followed all the steps that are documented. Below is a screen capture of WireShark.
/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4...
Hi all.
For debugging my app (SD s132, V5.0, SDK 14.2), I'm using the NRF_BLE_CLI (I use Nordic the example with an external PCA10040, the Python script and PuTTY).
Unfortunately...
Hi,
I am new to the nrf52 platform.
I am working on adding just works pairing and bonding to my BLE peripheral code. I tried to take reference from ble_app_bms example...
I have developed a data logger using nrf52832 s112 sdk 17.0.2 (nus service).It logs data upto 1mega Bytes,we have a custom buit android app with which we download the data...
Hello,
I am working on nRF52840 custom board, in that, I was facing issues with sd_softdevice_enable().
When I call the sd_softdevice_enable() it's stuck. Not return from...
Im using SPI interface to read data from https://docs.rs-online.com/7d34/0900766b81327f26.pdf using the D2 opcode.
The opcode starts reading the page from the flash (528...
Hi,
we are not able to see any output in NRF connect APP in FFBM mode with DTM Firmware,
However , on flashing complete firmware, we are able to turn on Beeper in FFBM...
Hello Nordic support,
I have a Zigbee coordinator application which has declared the time cluster as a server. I have a zigbee end device which has a time cluster as a client...
Hello I'm using nRF53 DK on zephyr v1.6.1. I'm now testing the power-saving mode. I tested the system-off example "v1.6.1/zephyr/samples/boards/nrf/system_off" and it works...
Hi,
I am using nrf52810 chip. we are trying multilink with central(1 central and two peripherals connected at a time),one central and one peripheral is fine, but we are...