Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
hi i have a question
i ues ncs 2.9.0
This is the code that displays my Bluetooth connection
——————————————————————————————————————————————————
struct bt_data ad[]...
Hello,
I'm developing for nRF54L15 the application with the NSIB + MCUBoot. I have a problem with fprotect in mcuboot returning EINVAL error. That happens due to limitation...
Hello, I am new to android development. I am building an Ble App for some of my work in which I want to include Direct Firmware Upgrade(DFU) over-the-air.
I have building...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
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...
hello,
I am working on the example ble_central_and_peripheral in nRF51_SDK_8.1.0_b6ed55f.I can connect the device to master control panel in the computer and discover services...
Hi all,
I am trying to update the bootloader, softdevice and application all in a ZIP package through DFU, and at 99% after upload it stop and throws the error:
...
Dear Engineer:
I am a developer of the nRF51822;Some costomers want to send a large number data over the bluetooth,So they require a high quality in speed;I want to know...