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...
The Project (on a NRF52840) is setup to use an external toolchain (for C++) and we use the S140 softdevice (v7.2.0) for BLE stuff.
1. without loading the S140 hex file and...
Hi,
In nRF_SDK_for_Thread_and_zigbee, we were using the following function to enable thread coap in both server and client role in a single node:
I want to implement the...
Hello,
i've two nRF5340DK (QKAAD0 2050AC),
1.when using NCS1.8 create project, cupapp / cpuapp_ns / cpunet Which option is it?
2.how to know it is 128 or 64 MHz Arm...
I'm seeing an issue where a Mesh Proxy node temporarily stops relaying mesh packets to other nodes. The problem seems to persist for roughly an hour at a time. In other words...
Hello !
1. In some legacy code I have found that radio channel is configured twice
NRF_RADIO -> FREQUENCY = channel;
NRF_RADIO -> DATAWHITEIV = channel;
Can...
Hi,
I would like to port an existing contiki-ng code to nRF Connect SDK. Within this code, I need to sample the 2.4GHz radio RSSI value around 50000 times in a short time...
Hi, I'm using the nrf52840 with Zephyr and I indeed encountered data corruption on SPIM3 transmitted data.
How do I implement the proposed workaround?
"Reserve dedicated...
Hello, I'm doing an evaluation of your development kit for Matter. I see that you recommend the nRF52840 DK does this kit come with everything I need for Matter development...
Hi,
I am working with nCS SPI HAL, wherein i want semaphore in place at the HAL, which can avoid multiple slaves' concurrent access.
Can you kindly point me to any such...
Hi, I working with custom design Nrf9160 board, I using MQTT. I want to make speed test my NB-IOT connection. How can I do it? I google it but I can not found anything.
...
I have a unterminated battery I'd like to terminate and plug into P3 with the appropriate matching size and I can't seem to find an indication of what I should use. What is...
Hi,
I'm using nRF52840 - QIAAD0 (it's revision 2 I think) and nrfx_saadc API v2 (but I don't think it doesn't really matter here)
tl;dr As stated in SAADC peripheral documentation...
Hello, i did my own custom board with a nrf52805 and I'm trying to put a module with different frames and when I do that my app is disconnecting 5seconds after. I didn't have...
Hello all,
I`m trying to use k_poll, it`s working okay, I just have an hard fauld error that drives me crazy, I have in main an loop which listen to k_pool_signals, the...