Hi,
I am working on the channel sounding feature on the 54l15 and I want to perform it sequentially between 3 reflectors and one initiator. I realized that after I make...
Hi,
We're at a point in our project where we're working through some regulatory testing for ETSI/FCC certifications with our BLE dongle board (nRF52840 + nRF21540 FEM...
Hi,
I'm using zephyr RTOS.
I'd like to put the cpu System ON Sleep Mode to conserve power.
Then, I'd like to restart the CPU with an interrupt or event from the comparator...
Dear Staff,
we have some Ublox C2909 TAG based on your nRF52833 chip.We need to program them for an RTLS project.
In particular we need to:
customize the FW here ...
Hello,
I managed to run the examples for nrf54l15 channel_sounding_ras_initiator.c and reflector on my custom hardware boards. I changed the overlay files to use my own...
Hi all,
I want to fully understand the concept of Bluetooth protocol using nrf52811. Any advice will be helpful for me!
First, as I understand softdevice is Bluetooth...
Hi Nordic Team,
Some time facing Connection issue in Mobile app and some time device advertisement is not getting in app.
I am using below chipset and configuration. ...
Dear all, I try to self provision device by it self following steps below: Step 1 : Bind key Step 2 : Subscribe to topic
Step3 : Set publication topic
Step 4 The main...
I am having issues running GPS and LTE concurrently on the nRF9160DK and am wondering if the rootcause is an incompatibility between modem FW v1.2 and hardware v0.9.0. I am...
Hello,
With regards to the HID Keyboard Example,
1) Is it posible to disconnect from the central side (ios)? I would like to be able to disconnect as follows:
But...
Hi,
I have just started using the Nordic SDK (nRF5_SDK_15.2.0_9412b96) and am developing a low power application for a custom PCB using the rf52840.
I am developing...
I can read the spi flash id by the other mcu with the above code, but can not read correctly by
nrf52832, is there something wrong with my handle?
SPI FLASH ID 0E 40 13...
Hi!
We experience some problems with DFU, and while looking through the code, I saw the code copied below.
This is from the file dfu_req_handling.c from SDK14, and my...
Hello everyone,
I am programming my dongle(nrf52840) with my Dk. To upload the code I click on download "solution_name" in the target menu, it works fine for example without...
I am using NRF52840 Dongle to scan all the BLE advertisement packets.
I wish to scan for the BLE advertisements packets only from a particular device using the whitelisting...
hello all,
i am trying to add ble app uart feature in other ble app project. so i am trying to change those defines variable, NRF_SDH_BLE_GATT_MAX_MTU_SIZE & NRF_SDH_BLE_VS_UUID_COUNT...
1. In the ssdk:ncs v1.3 Example: in 10_hello_world_clock_gettime, test function: clock_gettime (CLOCK_MONOTONIC, last_action_time);
The following error occurred at compile...
Hello,
nRF52811, SDK16.0, Softdevice7.0.1
We had developed our application based on nRF Blinky Android sample app for nRF52840. Now we want to port same app for nRF52811...
Hi,
I would like to ask if it is possible to use both Radio and NVMC at the same time (no SoftDevice)?
My scenario:
Start Radio and configure RX mode.
Write/erase...
Hello
I use nrf52840, Keil uvision 5.26, Win10.....
when i test the board, program run into hardware fault.
that reason is No I2C response, and i delete int the I2C...
I am developing a device which will have Nordic's UART service and it also need to be able to bond with the central. I am using SDK 12.0.0 and VisualGDB for my previous projects...