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
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
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...