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 am totally new with Segger, so this is an idiot's question:
When I open a sample project and want to check my settings using the
"Configure nRF connect SDK Project...
I can't seem to be able to activate the iBasis sim card.
I'm in Norway.
It gets passed the initial screen and says the it needs user data. It then pre-populates with the...
SDK Environment: nRF Connect SDK v1.8.0 Target: Decawave DWM1001-DEV. This uses the nRF52832
My application uses more than half the flash size of the nRF52832.
Using mcuboot...
Hi, I'm working on nRF9160 modem firmware update.
For Understanding SPM with secure and non-secure firmaware, I have used UARTE2(secure peripheral) into non-secure firmware...
Hi All,
I am trying to run two UARTS using LIBUARTE.
this is the relevant configuration:
#define NRF_LIBUARTE_ASYNC_WITH_APP_TIMER 1 #define NRF_LIBUARTE_DRV_UARTE0...
Hi Everyone,
sdk : nrf Connect v1.7.0
ide : VS code
I was trying out central_hr sample on nrf52840 dk. I have simulated hrs server in nrf Connect mobile application...
I notice that the fork sdk-zephyr https://github.com/nrfconnect/sdk-zephyr
is missing important errata updates for nRF82510
as it is using and outdated https://github...
Hi, I'm trying to use the pwm driver to turn off or on a dc motor (which the speed will variate via the pwm signal). I need to achieve a frequency between 20kHz and 100kHz...
Hello,
How can I configure for a GATT characteristic which type will be used.
Without defining it will be a byte array.
I'd like to configure for example an int16 number...
Hi,
I am using Win10, nRF Connect 3.9.0, programmer 2.0.0. and I get "no matching trait found" when trying to program the 9160 on my board. I have seen a few other questions...
I am making a central application which connects to a peripheral and uses Peer Manager. The first time I connect, I have to call pm_conn_secure() to secure the link, basically...
Problem connecting nrf51822 and ESP32 BLE with LESC while using static passkey.The ESP shows the following error logs:
W (1280) BT_SMP: Non bonding: No keys will be exchanged...
Hi,
What is the role of the NRF_ESB_CREATE_PAYLOAD()
static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(1,0,0,0,0,0,0,0,0,0,0);
how it works
if i create...
Hello,
I am using nRF Connect SDK 1.7.0 and wrote a light-bulb-device. It has two identical dimmer-endpoints and I reconized there is a bug with the ZCL Groups cluster....