Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
the dfu secure bootloader example is working fine with my nrf52832 sdk12.3 s132. but the experimental buttonless dfu in the example is not working for me. i was able to transfer...
Greetings,
I've got an embedded project where a NRF52 is a "co-processor". The NRF52 used to output UART debug messages but I've since changed this to use RTT.
During...
Android TV devices such as Nvidia Shield, Xiaomi MiBox and Nexus Player have support for voice input via their BLE remotes. I've researched it a bit to figure out how it works...
Hi,
I posted recently about having used the app_uart driver and having problems with an overflow breaking uart receive ( devzone.nordicsemi.com/.../)
I decided to try...
Hello, I have an error while building the project "ble_app_hrs_rscs_relay_pca10056_s140" with sdk14.0.0 on segger embedded studio 3.26 and gcc/clang.
When compiling nrf_atfifo...
I have newly purchased the nrf52 Development kit . Does it contains any pre-loaded firmware detectable on the ble scanner or nordic connect device, becasue I cant see any...
Hello,
I would like to use the button handler library (app_button) from the nRF SDK on my nRF52840 to detect pushes on pin P1.05. However, no events are detected when the...
HI experts
I have a nRF51-DK board. I have flashed it with S130 softdevice. I have also flashed it with BLE_APP_HIDS_KEYBOARD application example. I have made little change...
/DfuImpl: Setting object to Command (Op Code = 6, Type = 1)
Something like this printed in log cat and after this app is stuck ..rest of the process not execute..
If the nrf51822 device goes out of range then comes back in range, the application automatically reconnects with the device and tries to read a particular characteristic....
Hi,
We have a set of connected devices in a building of around 22 floors, may be around 6000 devices, can it connected using a nRF52840 Mesh network? Please let me know...
I used the 52810 board, with the SDK14. I modified the 52810 according to the official website related to the relevant definition. I can run the code but it does not print...
I've been searching and wanted to confirm that in SDK13, it's still on us to implement a timeout if a device is placed in DFU mode? As others have said, this just seems such...
Hi,
I am planning to enable autoconnect feature in our app, the same way it is done in nrf-connect app. Is there any way to get the code for nrf-connect app or any other...
Hi there, I was trying out the ADC example which is sampling 10 times the ADC and then generating the event NRF_DRV_ADC_EVT_DONE to process the data.
I extended the handler...