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...
Hello Everyone,
For my project, I have to make my BLE device to advertise itself for a period of time and transit to "scan" mode to scan for other device for a period of...
I am getting this fault when i try to run a observer handler where i have implemented semaphores.
And i cant figure out what this error code means
Thanks in advan...
Hello,
I am currently trying to run this ble_secure_bootloader . I am using SES V5.68 with the nRF52840 SoC and I am using nRF5 SDK version 14.2.0. I have also adjusted...
Hi Team,
I want to know the time with time resolution milliseconds for initialization time of nrf52840 chips and nrf52840 DK with external supply model?
KInd regards,...
Hi,
The below code I believe is in error. The below write operation overwrites the LIO2, LIO3, WIPWAIT, and WREN settings in the CINSTRCONF register by only writing the...
First off, It's great you guys are setting a high pace with development and improving the SDK but I and I think many other people would like it if you change a full version...
Hi!
I am currently working on this sample with an nrf52840 board and a nrf52832 board:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral...
Hi All!
Hope you are doing well! I am using nrf52840 and nrf58233. Is there any example available for both transmitter and receiver for connectable coded PHY beacons?...
I am trying to determine the best way to debounce 7 digital inputs with 2 bounce times ranging between 50 ms to 2 seconds. I thought of using the GPIOTE but that seems to...
Hi All,
I asked this question before but I accidentally pressed close.
The engineer told me that f or nRF5 SDK ( I assume as you said Segger), you can send 10 byte long...
I'm working with the project based on nrf52833 and SDK 17. I've noticed that when there are no devices on I2C bus, the application stucks on nrf_drv_twi_tx function, and the...
Hi , I'm using nrf5340 and nrf connect sdk 1.5.1 , recently I found out when sending large amount of data with low RSSI through bt_gatt_notify_cb the system would enter some...
Hi. I am using the Nrf52DK to program our custom Nrf52810 based board for DFU . We use the: nrf5sdk v17.0.2 with softdevice s112. along with the pca10040e_s112_ble example...
Hi,
I do not understand why assertion is not thrown when nrfx_saadc_init method is called with NULL event handler. For example:
err_code = nrf_drv_saadc_init(&default_config...