Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
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...
Hello! I recently tried to develop Bluetooth communication based on nrf52840 chip. It is planned to implement a graphical software program on Windows platform. We checked...
My employer will be building a custom product in the next two weeks containing the NRF52840 module. We are using JLink debuggers in our test fixture to achieve this. We are...
Hi! The nRF52820 chip does not have the SAADC module used to estimate the battery life in its larger counterparts (nrf52840 and nrf52833). Is there a different way to estimate...
I'm trying to program the NFC Type 2 tag inside my Arduino Nano 33 BLE (nRF52840) following the nrfxlib 1.8.99 documentation , using the latest nRF Connect SDK. The nfc_t2t_setup...
Hi, I am using nrf52840 and Mesh V4.2.0 sensor and light_lightness examples.
I have been able to successfully combine the server side, but I have no idea how to start combining...
Hi, we stumbled into two issues when we enabled LESC in our application.
Relevant SDK config:
NRF_CRYPTO_ENABLED
NRF_CRYPTO_BACKEND_CC310_ENABLED
NRF_CRYPTO_BACKEND_CC310_RNG_ENABLED...
Hello everybody,
I am working on a nRF52832 DK and implemented libuarte (on a nRF52832) to communicate with another uC on said board. I am using sdk 17.0.2. The goal is...
Hi.
I want to write an app for nRF Connect for Desktop, where i keep track of the RSSI of a specific device and plot in into a chart. I thougt about reusing some parts of...
Hi,
I would like to use MCK as a clock for adc CLK 4Mhz.
Could i enable & configure all registers without I2S or PDM peripheral activation?
Is there a sample code for...
we have an app where we use a nRF52-DK board (with the 52832 chip) as a serial to BLE interface. We connect to the board using the USB UART channel. The interface IC on the...
In NCS@ sdk_nrf/subsys/bluetooth/gatt_dm.c: bt_gatt_dm_start():
if bt_gatt_discover() return with an error, the variable "dm" shall be release by calling "svc_attr_memory_release...
Hi,
I followed the structure of ble_app_uart__saadc_timer_driven__scan_mode project and customize a program on the nRF52805. I transmit data through BLE to Nordic uart service...
I get build error "undefined reference to `bt_mesh_sensor_apparent_energy32'" if I try to add this sensor type.
Rest of my sensors are included but this one not (e.g. bt_mesh_sensor_apparent_power...
I'm trying toa custom nRF52840 board using SDK 17.02 and SD 7.01
I create a read/Write only service, it shows up in nRF Connect just fine
I can write to the service using...
Good day,
1. I am running the Asset Tracker v2 app on my nRF9160DK and I am monitoring the battery voltage and its time stamp from my nRF9160DK, as this data is transmitted...