When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I have a oneshot app_timer that I'm using as a software watchdog timer. Under normal operation is never supposed to go off. I'm loading the timer with a 15 second timeout...
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...