It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hii,
Downloaded Timer code from sample and trying to build using 2.9.0 SDK but not able to build. It is building using 2.6.2 sdk.
Pls check and update soon.
Thanks...
Hello.
I started using a custom board with the nRF5340. After flashing the program, it seems that protection was enabled, and operations such as erase, read, and write became...
Hi ,Nordic team
I applied QSPI driver QSPILCD and encountered the following problems: question 1, use nrf_drv_qspi_write write data: header and tail will be a few more bytes...
I'm trying to migrate my project from the child/parent build system to the new sysbuild system in Zephyr, and I'm finding it a bit unclear. I came across a helpful post that...
I used to use ncs2.8.0, but now I have updated it to 2.9.1. I upgraded the SDK and toolchain to version 2.9.1 in VSCode, but encountered this prompt when selecting version...
Dear Sir/Madam,
In the NRF date_time_ntp.c, the fraction of the NTP message is completely ignored in the line:
* date_time_ms = ( int64_t ) sntp_time . seconds * 1000...
Hi there, I have a nrf54l15 pdk and i want to get any uart log with my kit. I tried the quick start hello world code but it wasn't load application core and reset device....
I sometimes have bonding issues. Most of the time, bonding works fine. But occasionally, It looks like the Nordic SDK on the peripheral sends messages too early. The peripheral...
Hello,
Our solution uses nrf9160 in smart parking devices that the user controls from a smartphone app, through the internet. Since commands come from the user to the device...
Just starting out developing for Nordic Devices and I've got a very basic generic switch working on the nrf52840 DK. I've commissioned it with Apple Home Kit / Apple TV serving...
Setup : nRF Connect SDK 2.3.0 nRF52840
Hi all,
I would like to add mcuboot update over Zigbee FOTA to my application. I am aware of that the bootloader update over Zigbee...
I include __TIME__ and __DATE__ strings in some files (main.c & commands.c) - I want these files to be recompiled everytime even if they
are not changed. I am using teh...
I just wanted to share this in case someone else runs into this as well. I was running into all of the same things as others where I could run the nrf_sniffer_ble.sh --extcap...
Hello,
I have a question regarding the internal handling of the update recovery process for BLE mesh DFU, specifically within the DFU Server model + BLOB Server model. ...