Hi,
We’ve designed a project using the nRF5340 + nRF7002 combination, with Wi-Fi connectivity enabled.
As part of our preparations for FCC certification, we’re currently...
working with a nrf52833, soft device 140.
I am trying to setup a whitelist with a known addresses before I start scanning. I am calling the following code before my main...
HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
I have a custom nRF52832 board with outputs on P0.07 P0.08 P0.09 P0.10 and I want to write to them. 7&8 are working ok but 9&10 are not.
Let me emphasise THE BOARD IS WORKING...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi Nordic engineer
I am evaluating a project based on nRF52840 and there is a question need to be confirm before schematic design start.
Due to limitation of power resource...
Hello,
I am trying to use several Thingy 52 as peripheral devices, (sensors) connected to a central (Gateway) particle Argon running ( nRF52840). The idea is to connect...
Hi, I have 2 questions regarding multiple controllers using nRF Mesh.
1. I used the import/export option to transfer the network details from Phone 1 to Phone 2. After import...
now I'm on going NRF24LE1 project to low power mode. I try to find several reference as link below, but both of them can't open, someone can help me ?
https://www.nordicsemi...
I have just purchased a nRF52840-DK
I am following the getting started tutorial and when I scan for devices the Nordic_prox device is not appearing in the device list but...
Is it possible to use the NRF cloud outside the dev kits? Working on a custom pcb with custom software and would like to use NRF cloud for it.
---- Christopher
Hi ,
I am working on NRF DFU firmware update. for that i am using secure bootloader code .
I tried with the of way of flasing bootloader code on my custom board and sent...
Hello Nordic community,
I updated latest modem firmware v1.1.0 in nRF9160 custom board. After flashing application code into custom hardware I power off and power on board...
Hello,
I have a question about hardware for Bluetooth LE Audio.
I see Nordic is working on a dev kit:
https://blog.nordicsemi.com/getconnected/le-audio-unveiled-as-the...
HI
I am programming NRF52840 dongle using nrf52840 dk
i have flashed blinky code to my nrf52840 dongle it programmed sucessfully after that i have erased the dongle by...
Hi there,
I'm trying to use the aws_fota example with nrf9160 and AWS and it works fine. The problem is that in my country we don't have LTE-M, so we decided to use a...
Hi,
My application returns ERROR 8 [NRF_ERROR_INVALID_STATE] after I click disconnect in the app "nRF connect for mobile" .This error is returned by "ble_advertising_start...
I try to run samples/bluetooth/scan_adv on nRF52840/nRF5340 using nRF BLE Controller..
Result is nRF52840/active scan: 498 packet/s nRF52840/passive scan: 507 packet/s ...
i have done read and write operations on fds with dummy buffer. now when im writing new data into fds it is showing the previous data .can anyone give the function to erase...
I am trying to build a solution based on the nrf_ble_uart_c example. Building has been working fine until I added pin configuration statements.
I've tried relocating the...
I am incorporating the "pin_change_int" code to generate GPIOTE interrupts from an external device. I made a couple changes including renaming the function from gpio_init...