I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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...
In the Matter documentation, under the topic Building Matter - > Getting Help , the "Also see the quick start guide" link is broken. For me it gives:
NOT_FOUND: Requested...