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 there
I have a question about the newly added errata No. 220 of nRF52832 Rev 1 Erratasheet v2.1.
We don't use the WFE instruction but call sd_app_evt_wait(). Does the...
Hi,
I am learning OpenThread, and I download RaspPi_OT_Border_Router_Demo_2.0.0-1.alpha.zip from https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK...
Hello!
Nice to ask a question here!
I used arm_cortexM4lf_math.lib in NRF52832 software, and used the function arm_cfft_radix2_f32 function. I want to know that for the...
I want to add a function to bootloader_secure_ble, to drive a lora chip, I can upload some user code by this code. but I don't know how many space can be used.
do you have...
Hi.
I'm testing multi peripheral using pc-ble-driver-py.
I tested one peripheral device using heart_rate_collector.py.
It was ok.
But, when I try connecting two peripheral...
Hi all
I need to create a new SEGGER project with SDK1.5, and I hit lot of build error.
I have no idea about following build error, please help, Thank a lot.
------...
A project built using the nRF9160 and Zephyr OS v1.14.99 previously built and ran just fine, but since upgrading to the latest versions of the zephyr and nrf repos (using...
Hello-
Recently, we optimized our BLE4 transfer settings. With the same device, firmware, and payload, we get better transfer rates on iPhone5,6,7 than iPhone 8/X. On all...
Hi
I'm using the mqtt_simple but I altered the code and added some buttons. Like, change subscriber or topic if I press button 1 or button 2 , things like that. What I want...
Hi,
I would like to set up a wireless communication channel between two NRF52840 DK boards. I checked the Nordic SDK v16.0 and found some examples such as \examples\iot...
Dear All ,
After finaly getting all the other stuff in place I tried to compile the examples in the nrf_crypto files.. All of them are giving error bellow:-
Output...
Hi,
I had some troubles getting a custom HID device to work that has both input and output reports to Windows 10 host. Here is my working example template that might save...