Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
I seem to be struggling getting several characteristics to notify on my nrf52840 - peripheral device.
I can get ONE to notify, but when I add more then notifications stop...
Dear Team,
We are using NRF52840 chipset for our development. Our requirement is External memory up to 2GB/4GB/8 GB .
1. Does Nrf52840 chipset support eMMC high frequency...
nrf52840 17.1.0 s140 SDK :- examples/dfu/secure_bootloader/pca10056_s140_ble_debug
We are using the secure bootloader with BLE debug and have combined BLE and UART for the...
Hello all,
I need to verify that all my peripherals in the nRF5340 will work without issues:
I am using 3 UARTs, one with hardware control (for LTE module and fingerprint...
I am currently working on a project using the nRF9160 DK and I am implementing CoAP communication. In my application, I would like to trigger an interrupt on the firmware...
I'm using the nrf52840DK to power our external target board. I've noticed that the VDD level in a nrf52840DK is 3V, and not 3V3. This might be enough to throw our board off...
We have code that puts the HW to sleep. On a nRF52833. The pseudo code would be something like this - <shutdown SD, stop freertos scheduler, stop interrupts, power down all...
my code base is samples/bluetooth/central_hids and samples/bluetooth/peripheral_hids_keyboard, NCS 2.6.1
Central
diff --git a/prj.conf b/prj.conf index c85e49d..0543efe...
Hi.
I try to build the nrf_audio sample as BIS headset with enabled FOTA and NCS2.7.0 and get the following link error for the ipc_radio image:
FAILED: zephyr/zephyr_pre0...
I need to use 9160 to drive the Lis2dw12 accelerometer for ST. I found some settings related to this accelerometer in NCS, but I couldn't use it after adding it in IIC, and...
Hello,
is there any technical reason why the MPSL radio notification API has been dropped somewhere before NCS 2.6?
Our application needs information about radio notifications...
Hi, I'm looking into a design based on the npm1300 and nrf5340 for a battery-powered wearable device.
We would like to use two buttons (A and B) as the user interface with...
We have nrf52840 S140 BLE Central device that currently connects to TI based sensors. I have implemented code that can upgrade those TI sensors' firmware using the TI BLE...
In BLE Fundamentals, Lesson 3, Ex. 1 (BLE connection exercise), the nRF84020 DK board indicates a successful connection (led 2 is on + connection message in serial terminal...