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 Nordic! I have connected a sensor to the DK via SPI. It outputs a lot of data, a lot... for 1 second of data I get 4096 entries. Each entry is 10 bytes in length.
...
I'm working on a design featuring two different MCUs. I'm looking to use the nRF52840 as one of them. I need both processors to be able to send each other messages and ideally...
Hi,
I have a weird problem. My application starts two timers, one after another. Like this:
Normally it just works - no errors, nothing. However, after a DFU OTA upgrade...
What is the best method to store TLS certificates on the nRF5340? I have seen 2 options, but I'm not sure what is best practice and what does work.
If I store the certificate...
Hi,
i just got my hands on Thingy 52, just want to know how do i get started in retrieving data from it, specifically for motion(accelerometer data), if someone can point...
Hi,
I'm trying to interface LR1110 (Dev Board) with NRF9160 DK using SPI. I have been working on this for a couple of weeks, explored almost the whole devzone, learned a...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
HI,
I need to check the following thing with you. I need to use an I2S mic with NRF5340 between the mic and the controller we need to place 2meters of wire. So, I need...
Hello All, I'm currently working on an application with a central and peripheral devices both using nrf52832 with SDK 15.3 and S132. I'd like for the central to be only trying...
Hi Nordic Team,
My dev environment is as follow:
nRF52832(Ble Central + nfc) + S132+ SES
I have integrated BLE Central Multilink uart project with nfc writable ndef...
Hi Devzone,
A couple of conceptual questions about what is possible and a request for ideas for how to best accomplish my goal.
I want to implement a command line...
Hi,
I am working on an application that needs to store data in flash memory and runs on the nrf52840 dongle. The application is running on an operating system with possibly...
Hi guys,
I am trying to flash my nrf52840 dongle (with the Segger j-link mini) via your awesome NRF Connect Extension on my Apple M1, but I can't get it to work inside of...
I was able to work with the spi module, but now I want to make it work like a simulator, so I updated the configuration function and tried it like this.
Could you please...