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...
HI,
I saw in a recommended layout for NRF52, that the traces goes as follow:
the side that closed to NRF passes through load capacitor and then goes to the connected...
Dear Nordic Team,
Thanks for supporting.
I am try to implement static passkey in experimental_ble_app_blinky example. After include Peer manager facing below error....
Hi everyone,
I am using nRF52832 chip and trying to use BLE on that. I flashed SoftDevice. When I flash the "ble_app_uart" example, error code 0x3001 occurs. the function...
I am using jlink to program the custom board. I was able to program the board earlier, but now this error is comming. I have rechecked the connection and it is fine.
The...
Hello all,
I am in the design stage of custom board for Automotive application using nrf51824. i have the below queries,
In the below link there are two reference...
If the DCDC is enabled in the nRF52832 and during operation one or both the external inductors is damaged what is the effect on the device? Will the power sub-system compensate...
Hi,
I can send and receive commands from nRF51 Dongle to nRF51822 via using nRF Connect UART over BLE Service.
My question is : Is there another way to reach nRF51 Dongle...
Hello,
I have chip nrf51822 connected to nrf51dk. An usb connection provides power to both chips. While checking power of both chips via nrf connect on iphone7 i discovered...
Connect establish with smartfone in peripherial mode. SDK13. S132. Periodic I observe disconnect, than 2-3 advertise packet and new connect again.
Where can I see what reason...
I have a little hobby project going on where I'm trying to make Nordic's old temperature broadcaster example work with the nRF52: github.com/.../
The project was originally...
As the product specification says,The HFCLK clock controller provides mang kinds clock to the system:
HCLK64M:64MHZ CPU clock
PCLK1M:1MHZ peripheral clock
PCLK16M:16MHZ...
Hello Folks,
I am currently try to program RedBear BLE nano board (which is essentially nrf51822) using Nordic SDK v12, which has features of secure OTA. However after...
I have started working on the external file access with NRF
is it possible to read or access the data from the external file into NRF programming
similar to what we do...
I am running a modified version of the app_uart_c example on a nRF52832 using softdevice 132.
I want to send a large hex number to the peripheral I'm connected to. Is it...