Hello,
I’m developing a project using the nRF52832 and I’d like to put the MCU into the lowest possible power consumption mode while still being able to wake it up via a...
I am using a custom board with a nrf5340 and vs code with sdk/toolchain version 3.0.2 and trying to get mcuboot working for FOTA. I have been stepping through mcuboot with...
Hi,
using SDK 3.0.2 and build for the *ns target.
The idea is to put the CPU to sleep and while it is sleeping GPIO events (e.g. button press) shall increment a counter...
Hi, please bare with me for a newbie question:
I was in middle of learning the led_and_button example with "NCS fundamental" online video, and was trying to read code for...
Hi everyone,
I’ve designed a 4-layer PCB using the nRF52810-QCAA-T, powered by a CR2032 coin cell. The board integrates three I²C sensors: BME680, SHTC3, and an accelerometer...
I have several applications that continuously scan on Bluetooth that have started exhibiting a new failure mode after upgrading nrfxlib from v2.9.0 to v3.0.2 ( https://github...
Hi, our company is currently using nRF52832/RSSI feature to provide simple asset tracking/location service. Would like to know if we want to improve the accuracy by using...
Hello,
I am trying to configure an ultrasonic distance sensor with my Nordic Thingy 91. The response from the sensor would be a pulse which will remain high for some milliseconds...
hi
i am working with custom board nrf52833 every thing is working good until i introduced bonding in my code.
i am using sdk 1.9.1 form my development
i released 1.01...
When I was developing a keyboard using the nRF52840 with the NCS SDK, I found that the keyboard couldn't type on macOS when connected via USB or BLE. However, it worked perfectly...
NCS 2.7.0, NRF52840, SYSBUILD with MCUBOOT
We have 1 specific board which is failing with a hardfault and assert MPSL ASSERT: 112, 1617 it occurs whenever we activate...
Hello,
I am developing a Zigbee switch based on the nRF54L15. One of the mandatory features is transitioning into sleep mode when the device is not in use. I thought I had...
Hello everyone,
I get an error when building my vscode NRF5340 project on macOS:
ImportError: dlopen(/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend...
Hello !
Time to evaluate and migrate to NRF54...
1.
Does latest nRF52 Connect SDK have sample for HCI interface with Bluetooth Controller ?
I would like to connect...
Dear all,
I'm developing a 1 VS 4 BLE connection system, using 1 nRF52840 as BLE central and 4 nRF52832 as BLE peripherals.
I'm trying to send the same command to 4 peripherals...
Good Day,
We build a custom board with nrf5340 & nrf21540,
NetCore DTS (below) , NetApp DTS has the gpio_fwd in place , all looks good in .config generated. Net-core UART0...
Hi,
I've been trying to set up UART communication with external device using uart3 instance and have so far failed.
The scenario requires sending 5 bytes to the device...
Hi!
I'm trying to portnRF7002 QSPI bus driver for one of the NXP MCUs. Communication with nRF7002 under Zephyr is already established and everything works as expected. ...
Hi
I compiled an older project using embedded studio and flashed my NRF dongle. Now the USB DFU bootloader seems to be gone.
How can I restore it?
Several links on devzone...
Hi
I am using hci_pwr_ctrl and want to get the RSS (read_conn_rssi(default_conn_handle, &rssi) in a very high frequency. However, I notice when I use 100Hz frequency, a...