Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
I'm trying to implement a really simple script to sample voltage values from 5 different analog pins on my NRF52832 DK (using Segger at the moment). I found the SAADC example...
While nrfconnect-3.11.0-x86_64.appimage works well, the update to 3.11.1 ends up without Apps.
Ubuntu 18.04
NCS 1.9.1
I found a past case and removed the config and...
Hi,
I am working with NRF52840, I am using segger embedded studio as V5.42a from that I build the example code as ble_app_proximity. I am getting some error as "Output/Debug...
Hello, I am a private developer of wireless gaming mice in Japan. I am thinking of using Nordic's nRF52840 as the MCU, but can this chip be written to only by USB without...
Hi
I added some code to get the PA/LNA driver enabled in the DFU bootloader on my board accordig to this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50687/pa-lna...
Hello! I am quite new to hardware design with these chips, I have been working with NRF24LUP1 for a while, and have custom bin file for it, not a hex file. and I am unable...
Hi,
I am trying to send the data from SAADC on BLE. I follow the example: https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode...
I use PCA10059 demo board,receive BT data by" nrf connect for desktop",yesterday it is ok,but today when I plug it into my PC,it can't be recognized.and no any indicator,...
My peripheral_demo is already able to work. Now I'm trying to add dfu to it.
I followed the instructions here. (+) Add DFU support to your application - Software - nRF Connect...
I have been able to set up external flash for MCUBoot for FOTA.
But after rebooting, the image is the same than before the image upgrade.
I used a sniffer so i could...
Hi,
I have been looking at the sample https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/simple_at and see that the socket() function uses...
Hi all,
I'm trying something similar to this:
https://devzone.nordicsemi.com/f/nordic-q-a/21628/how-to-use-nrfjprog-dll
i.e. using the nrfprog.dll to connect with a...
Hi,
How do you create a macro in the nRF Connect Mobile app (Android) that displays RSSI in the log every time I receive a temperature signal.
Thanks very much.
Hi,
I have nrf52840 based BMD340 evolution board. I am able to run beacon transmission example.
ble_app_beacon.
Now I want to receive beacons and see the list of it...