Hello everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
Hi Nordic Team,
I have developed a couple applications for the nRF52833 using Zephyr and have now moved to the nRF54l15. For this new application, power consumption is...
Hi,
I have question about a project I'm running on nRF connect sdk 2.9.1.
I noticed that whenever an i2c sensor device device_init() is returning a value not equal...
The link given still points to the windows executable when selecting macOS or Linux on https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop...
I have CONFIG_GPIO_AS_PINRESET defined in my project (both bootloader DFU and main program), so pin 21 is setup as hardware reset.
I would like to disable this function...
Is it possible to use one of the development kits to simulate a cell phone so that I can test my device's bluetooth pairing, connecting, and communication?
I know I can...
hello, I'm working on the nrf52832 and sdk15.0.0 , I made my first custom perihperal with custom services, and now i want the device to be connected only to the first device...
I just got my developer Kit and follow the instructions in https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs -> GET STARTED
when...
1. Is there any document available from Nordic that describes the exact steps to measure power consumption in PSM mode with the Dev Kit? Also, is there a test firmware available...
Hello,
When in try to activate "Console 'get' function selection" in menuconfig, I get an error "ERROR: undefined not in named choices or syms".
Can someone help me please...
Hi all,
I am doing a project with nrf52840 tags. I would like to collect the RSS values and the time stamp with my Android phone. I can see in the nrfConnect application...
Is the data stored in internal flash for mesh encrypted?
Or is any of it encrypted?
I'm talking about the data explained in this link:
https://raw.githubusercontent...
Hi,
I have test setup consisting of 2 boards, one that sends a packet every 2 seconds with CTE, and another with a 2-antenna array that generates MagPhase samples and sends...
Hi,
I am using "http_upgrade_ota" project.
I have added UARTE2 , SPIM3 and WDT peripherals in the application.
To use this peripherals i had to make change in "spm...
Hello, I have developed an application that advertises, connects, pairs/bonds using SEC_JUST_WORKS configuration, and then transmits data at ~2 second intervals to a smartphone...
I would like to use NRF Desktop Connect to connect to, and potentially firmware update an nrf52832 via the onboard bluetooth, but the NRF Desktop connect is only available...
Goodmorning,
I developing an application on nrf52840 board with SDK15.2.0 that communicates via BLE with from the APP nordic. I am started from the example project ble_app_cscs...
So I'm trying to implement Mesh OnOff server with BLE DFU supports. My implementation is as follows:
These are my app_config.h and nrf_mesh_config_app.h
I face...