Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I am trying to write a simple application that uses I2C on a nrf5340 DK, assigning SCL to P0.9 and SDA to P0.10, using the app core ns . The application builds without...
Hello,
I am working with the nRF9160DK and the Thingy 91 to do some basic evaluation.
I was wondering if these devices supported Private LTE connections.
Thanks.
On Seeed Xiao nRF52840, I'm attempting to use reset (P0.18) as GPIO in a Zephyr (ZMK) app.
I've set
```
&uicr {
/delete-property/ gpio-as-nreset;
nfct-pins-as...
We want to be able to toggle between 128 MHz and 64 MHz on our nRF5340 based custom board depending on whether our audio pipeline is in process or not. However, a note in...
I am facing a similar issue described in https://devzone.nordicsemi.com/f/nordic-q-a/97084/direct-xip-mcuboot-both-images-have-the-same-version where mcuboot is unable to...
Hi everyone, I'm here to ask if anyone could help me solve the problem I'm having when programming on the nice!nano board. In my project, I created a new board called nice...
I recently purchased an nrf52840 dongle.
In nRF Connect for Desktop (v5.0.2) and with or without the device attached, Programmer (v4.4.1) starts with a rust-panic error...
Hi all,
I'm really new with nrf zephyr environement, so for now I've build a custom board build with nrf9161 (look similar to circuit dojo feather nrf9160). I'm able to...
We would like to change BLE's PHY setting 2Mbps to 1Mbps in Audio profile. In SDK ver2.3.0, we could find BLE's PHY setting as follows;
Let me confirm the point to be modified...
Hi there:
I want to do BLE FOTA on nRF5340 Audio DK board. I have sdk v2.6.2. I'm trying to make the existing audio application work by taking the source code as it is from...
So I am using the NRF5340, and it has been fine for a few months now, however today, it stopped working and sending any data between the USB and laptop, the LED5 flashes once...
Hello!
Any and all guidance on the issue described below would be greatly appreciated! I am happy to provide any additional information.
Thank you for your time, ...
Hello Nordic,
As described regarding BLE Serialization in the link https://nordic-prod.zoominsoftware.io/bundle/sdk_nrf5_v12.3.0/page/lib_serialization.html, we want to...
Hello,
I have developed a custom board for the nrf52840 with the QFAA QFN48 package.
I am trying to program it with my nRF52840, I am using P20 of the DKconnecting the...
I am wondering if someone can help point me to a repo that explains how to create a gpio interrupt that can detect when my CS line goes from High to Low and jump to a method...