Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
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...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...