Hi Nordic,
I am currently writing about the process of performing channel sounding sequentially on three connected devices. However, after the first channel sounding is...
I am using LVGL for simple Eink display UI, and trying to implement a simple if condition to check if the passed string argument is null as below:
If I only have btn1...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https...
The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hi,
Using nRF51DK with softdevice 8.0 and sdk8.
I found the max number of whitelist in "ble_gap.h"...
/**@brief Maximum amount of addresses in a whitelist. */
#define...
Hi
I want to get the number of broadcast data.i try it as follow:
But i can not get the BLE_EVT_TX_COMPLETE event. Why? can you tell how to get the number of broadcast...
Searched -- without success -- the SDK docs extensively for access to the Transmit Window Size.
Wondering if there are ways we can manipulate it, and query the current...
Hi all,
I want to know how long it takes for NRF24LE1 to wake up from low power mode, especially in these situations:
1) Wakeup from pin voltage level , from Register...
Hi~
I am trying the example code of [--app-button-example-master--] from here... github.com/.../nrf51-app-button-example
for understanding button press features. I did...
Here i have made an UART0_IRQHandler routine. When i try to send some 50 bytes data through UART using PC tool here its receiving bytes, but it only receives 1st 6 bytes which...
Hi Everyone,
I'm working on adding DFU on my project and here is my setup:
Softdevice = 7.1.0
SDK = 6.1.0
DFU Bootloader = Keil compiled from SDK 6.1.0
MCP...
I'm having a bit of confusion understanding how the nRF51 Series Compatibility Matrix works.
I have a QFACA10 development board running my software perfectly, but when...
The nRF51822 Bluetooth Smart Beacon Kit User Guide (nRF51822-BK-UG) mentions an iOS project contained in the zip file nRFBeacons_iOS.zip. Where is this file? I cannot find...
Hello all,
I'm trying to save the service context with the Device Manager on the Central side. But I don't understand the implementation on how to do this. But no information...
I'm trying to adapt the BLE_BAS_C library to perform discovery and read/write operations for a custom service. However, when I change the UUID that I register with ble_db_discovery_evt_register...
i used this function to send data to my ble device ble_nus_string_send.this function sends ASCII values. and when i pass this function hex values it converts them into ascii...
Hello,
I was using wiringPiSPI() to connect via SPI and so i was using wiringPiISR function to create an interupt handler that will do callback to the user suplied function...
I'm compiling my project successfully in Eclipse, but trying to build it from the command line (cygwin) fails near the end with this error (make, make all, make nrf51422_xxac_s110...