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...
Hello,
lets suppose, there are 20 nRF51822 chip advertise there presence at a same time.
so, this all are acts as a slave at a time. now, the master(mobile or nrf51822...
I'm trying to sample the 4 of the analog inputs on the nrf51822 at upwards of 10kHz and get the data out some how. Currently I'm using printf statements but that starts to...
I am porting my code (previously on 51822/SDK V12) to 52/SDK V14.
I have RTT logging working well on 51/SDK v12. In SDK V14 I noticed that the log module now is in experimental_log...
nRF52832
SDK14.0
Hi, how can I protect the bootloader from being overwritten? Ideally, I would never be updating the bootloader so it will be a permanent part of the device...
Hi
How stable is the RTT module and how trustworthy is it?
It is marked as unstable and I do not get any messages from the modules.
I use:
#define NRF_LOG_BACKEND_RTT_ENABLED...
Hi,
i would like to implement a very low power counter and used the template from this post . I've modified the example and used TIMER2 in counter mode triggered by LPCOMP...
Hi,
I'm trying to create a local network between an nrf51-DK and a mobile phone, android or iOS. The main goal is to be able to get TCP/IP connection between the nrf5x...
I am writing firmware for a BLE Nano device using the Nordic SDK 8.1. I was having problems where my device would suddenly stop printing to UART and stop trying to bond with...
I'm trying to set up a ble mesh with 3 servers and 1 client on an nrf52 PCA10040 dev kit. Upon debugging, I'm getting an error that says: '64, APP_ERROR: C:\Users\sesa463145...
I am using a NRF52-based platform and have BLE code based on the ble_app_hrs_c Hear rate monitor system.
Having set up for scan, I see many device (we have a lot of beacons...
After migrating from sdk 13 with buttonless dfu based app I meet follow error:
my app get FATAL error after exactly 3min. I guess it something related with power down mode...
I have a 3 channel setup on my SAADC module, which I sample according to a LFCLK timer. I notice after the first called to nrf_drv_saadc_sample() and receipt of the ADC results...
hi,everyone!
we use the example
"nRF5_SDK_14.0.0_3bcc1f7\examples\ble_peripheral\ble_app_uart\pca10040\s132"ble_app_uart,
we also defined
"#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
At the very end of this post from Nordic Info center I am doing the exact example at the very end.
infocenter.nordicsemi.com/index.jsp
This is the start to do a transmit...