Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hi,all
I use nrf51822 connect with ios device,it will automatically disconnect when links more than 90 seconds.
device connection parameter as follow:
#define MIN_CONN_INTERVAL...
Hi I'm using the Jlink to program nRF52832_XXAA, by using nRF command V9.0.0 nrfjprog
I success in erase , but I can't program correctly,I tried Jlink version 5.12g and 6...
initially we developed code for arduino mega board but now we want to use the nRF51822 soc,so how i can utilize my arduino code for nRF51822 ....i have gone through the some...
Hi,
I'm trying to load the secure_debug bootloader for the nrf52 with the SD 132 3.0 and an aplication.
But when I load the aplication the bootloader gets erased or overwritten...
I've got a problem to change polling method to interrupt notification on open-mesh with freertos project.
The example "BLE_Gateway" of open-mesh as flow:
if (rbc_mesh_event_get...
Hi i have to use this accelerometer and connect it through i2c
www.analog.com/.../EVAL-ADXL345Z.pdf
This is my connection:
VIO --> 3.3V
GND --> GND
CS --> 3.3V...
I am using nRF51822 and the Software device is S130. The application is based on ble_uart_app. I can declare it as a Bluetooth 4.2 device for lab approval. Right?
I know that Nordic has published a reference antenna design with the nRF52DK. However, I would like to develop a much smaller module with minimal antenna PCB trace or antenna...
I would need more pwm channels, than there is possible with pwm library on nrf51822 (That is 16 channels).
I would like to do it in a fashion, similar to this , using a prescaler...
To whom it may concern,
I use a BLE app via nRF52832_WLCSP, 'ble_app_hids_keyboard' of SDK11(pca10040),SD s132_nrf52_2.0.0, with the HID profile. once I started advertising...
I'm currently using CrossStudio as IDE. I've no problem in compiling and downloading the application in the nRF52832 microcontroller. However the application wouldn't start...
What is the maximum number of connection a central device can connect and control in open mesh? Is 1 to 50 possible? What is the latency?
I am comparing to RFdigital Simblee...
I am trying to encrypt a write on a custom characteristic by setting:
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&attr_md.write_perm);
Then in the write event I read the...
I've tried getting a notification of subscription from a bluetooth event handler like so:
ble_evt_dispatch() is being called from main:
static void ble_evt_dispatch...
Hello,
I am using SDK v12.1.0 and I want to get the debug logs over UART
I followed the Logging Sink Configuration to enable UART logging and compiled the Health Thermometer...