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...
Hi guys.
With the nRF52840 DK(PCA10056) running the Running Speed and Cadence Service (RSCS) example, the nRF Connect app on my Galaxy S10/Android 12 was able to scan the...
For emission testing, we need to be able to use some DTM commands (such as: transmitter test) inside our normal firmware.
The normal firmware uses the softdevice for BLE...
My project requires two sensors to operate on the same i2c bus, one of which is a display and the other of which is a touch sensor. And I have a problem where, if I test both...
Hi Everyone,
We are using nrf51824 for our project. As segger embedded studio has free license we have to migrate Keil project by following the article Segger Embedded Studio...
I have vsc version 1.66. I'm getting the following notification:
File changes watcher stopped unexpectedly. A reload of the window may enable the watcher again unless...
Hello,
I am using the https_client example for Thingy91. Everything was working fine until I tried to change the website to send https requests to (from example.com to google...
Hello Team Nordic, May I ask for your advice on how to build one nRF52840 to have two different UART connections to two different devices? May I ask for the any code examples...
Hi,
I am trying to integrate custom protobufs into the asset tracker project. I am referencing the zephyr/samples/modules/nanopb project for the same.
But I am getting...
HI ,
I'm trying to open terminal/command SDK v2.0.0 from toolchain manager (working with nrf connect for desktop v3.11.1) but it doesn't open.
while on SDK v1.9...
I'm just trying to make a simple communicatión between my nrf52 dk and my mobil using Serial Bluetooth Terminal app. I took the ble_app_uart example and I added a function...
Hi,
My project is a host micro (STM32) and a nRF52840 (controller mode) to implement a peripheral. My previous project (STM32 BLUENRG-M0 and host micro, HCI SPI interface...
Hi,
I'd like to add live audio streaming to my product, The current product consists of a sender unit and a receiver unit. Both using the nrf52833 (I've already bought 500...
hey guys i want to implement two separate application programs on the same chip.
Say Application1 is stored in address start_address1 to end_address2 and Application2 is...
Before using J-Link script to upgrade firmware, offsetStart (0x0) and offsetEnd (0x32E06) are correct. But after using J-Link script to upgrade firmware, offsetStart (0xADDEFE01...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to enable 2Mbps data rate. So I've added The following code in both peripheral and central.
ble_gap_phys_t...