I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
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...