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...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hiii,
I am working on the ble_central_and_peripheral program(s130) in sdk8.1.0 .I could connect the device to the MCP and on clicking enable service we gets the notification...
Greetings,
I find it much an arduous task trying to sift through all the SDKs and Documentations in order to find the one specific material that I need. I've installed...
when I use softDevice S110, there exists ble_evt_dispatch function, Can I define event ? if I can, how to define event and how to use event handler . Thank you !
Hi
I want to update the connection parameter and send this request from nrf51822 to a smartphone app. I see there is a function ble_conn_params_change_conn_params() for...
I'm sure there is something obvious that I am missing, but bear with me. The following link references a function called: nrf_drv_gpiote_out_config :
infocenter.nordicsemi...
I'm trying the example in the SDK v0.9.1: examples\spi_master
When I load the project, build it, and debug it, all that happens is that it goes into a failed state where...
I occasionally get an NRF_ERROR_NO_MEM error when trying to add a custom characteristic. I'm only using 3860 bytes of ZI data, stack = 2048, heap = 2048 so it seems like I...
Hi
I am working on the ble_central_and_peripheral example in nRF51_SDK_8.1.0_b6ed55f .In this example it is possible for us to connect to 3 peripherals only.But we would...
Hi, are there any examples in C for how to directly access the registers on the chip? I realize this is a super basic question, but all the register access in the examples...
Hi,guys
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(1000, UNIT_1_25_MS)
#define...
Hi,
I'm using sd_ble_gap_connect to connect to a set of known address and whitelisted devices. My central periodically (once an hour) needs to check on a known set of devices...
Hello,
I'm looking for electrical parameters in nRF52832_OPS_v0.6.pdf but I didn't find typical impedance values for analog inputs .
Also not found any value for RESP and...
Suppose I defined services (According to nAN36 Document)
#define BASE_UUID {}
#define SERVICE1 1602 // This service send a alert message Id i.e. similar to proximity hex...