I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi, I am currently migrating my project from nRF Connect SDK v2.5.3 to v2.9.0 / sysbuild.
Unfortunately, my devicetree configuration for a mcp2515 CAN interface is not accepted...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi, Any one kindly suggest and Chip based antenna for the Thread + BLE and Wi-Fi + BLE protocol in NRF54L15 protocol. Also kindly suggest the PCB based antenna for the Thread...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hello
i am trying to upgrade from sdk 9 to sdk 10 .zip version but after installing when i open some examples it asking me to install arm cmsis 4.5. pack and device family...
Hi can anyone guide me in configuring the peripherals of nrf51822 before putting the chip into sleep? For example, timer, i/o pins, etc... which is not needed to reduce the...
Hello, please help me to find nRF52 datasheet, in which are recommended WLCSP footprint, and of course schematic drawing of this module. In your Dev Zone I found only QFN...
Hi,
I'm wondering what speed the NRF52832 radio is clocked at internally. is it the main 64MHz clock or 16MHz like the NRF51?
The reason I'm asking is that I would like...
I'm using nrf51 with 16kb memory
I know that there is a region for softdevice, region for the bootlader and region for the app code and a free region
my questions :...
Hi Nordic support,
I'm pretty new to BLE and I have a system based on the UART example.
On the nRF51-DK, a modified BLE UART Peripheral example using SDK 10.0.0....
Hello,
I am working on S110 v8.0 softdevice and SDK9.0 and need to implement whitelist in our application. I am referring to the ble_app_hids_keyboard example project....
I'm attempting to download and install nRF51 SDK from here:
developer.nordicsemi.com/
Note: The links are ABOVE the masthead of the page (very poor layout!)
I...
Hi everybody,
Here are some related questions based on the same bug :
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I build a test application...
Say, for example, I have a BLE peripheral programmed with S110 on nRF51822. When an Android app connects to it as a BLE GAP central(and becomes GATT client), can any data...
I am trying to get the Device Format Update tutorial to go, but run into a problem while I am programming the using the nrfjprog routine, and the programmer aborts without...
Hi,
My bootloader code was modified to include the device type and device revision when performing the OTA. I used single bank example.
When I made the zip for OTA,...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I received BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event after setting HRM CCCD...
I'm developing some simple wireless temperature sensors based on NRF51822s. In essence, they take a temperature measurement from a sensor over TWI, send it to a base-station...