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...
Hi.
Faced with a strange situation.
Example. All look good when I read code area:
void ex1 (void)
{
uint32_t *addr_out;
uint32_t i,word;
addr_out=(uint32_t...
We've developed a custom board based on the nRF51822-QFAA and an MPU-6050 IMU. It runs on a li-pol battery and uses S110.
I've encountered a strange problem when power...
Hi,
I am working on measuring the voltage on a lithium battery (norminal 3.7V) with a voltage divider on nRF52832. The voltage divider combines a 510K and 360K resistor...
Dear Nordic Engineer,
I need to work on nRF52, my Macbook Air has OSX Yosemite 10.10.5 - I can run "make" or "nrfjprog" only if I copied libjlinkarm.dylib into the same...
We have a custom board using the ISP130301 BLE module (containing a nRF51822, 16MHz xtal, 32kHz xtal). Our apps work fine (gcc, SDK6, S110v7) except for high system on idle...
i don't see where the command queue index, m_op_queue.rp, is initialized.
when queue_process is called, the following line blows up:
fds_op_t * const p_op = &m_op_queue...
Is there a way to reject requests when the whitelist is empty? I support clearing out the whitelist, but after clearing out the whitelist I would still like to reject connection...
Hi,
I'm using the nRF5_SDK_12.0.0_12f24da and S132 on nRF52832. I do the multilink based on the ble_app_multilink_central example. When it has connected to the peripheral...
Hi,
I want to use spi list feature without ppi. Is that possible?
Because I have to use the same spi module for OLED, SPI flash and accelerometer with FIFO, spi ppi...
Hi There, PCA10004_Schematic_And_PCB.pdf
We are working on Nrf51822 chipset and have observed in our case that once we download the code we are able to discover the device...
What I am trying to achieve is single-file executable for nrfutil tool, for performing DFU.
I downloaded sources and built it using pyinstaller. I can succesfully create...
Let's say I have my android phone connected to the nrf52840 device via bluetooth,
and let's say I change preferred phy from 2 Mbps to 125 kbps, would the connection with...
in my case sdk10.0.0 and I can not update sdk.
please help me to write sd card. if file system not possible ,please explain how to write raw data like sensor value 1000 time...
nrf52832 sdk12.2.0 s132.3.1
Hello.
Can't write properties after flash experimental_ble_app_buttonless_dfu example into chip.
I can only enter into bootloader using button...