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...
Dears,
I'd like to add service while connection.
Now I am using UART service and want to add HID service when I put button.
How to add HID service while connection...
I am using Master Control Panel for doing DFU on nRF52832 DK. The nRF52832 is having example dfu code dfu_test_softdevice_w_bootloader_b_s132.hex from sdk11.
nRF51 dongle...
Dear experts,
I'm a new user of NRF52 technology and I use:
Keil µVision v5
NRF52832 (PCA10040)
Keil software pack 8.15 from Nordic Semi
debugger Cyclone...
Hi Nordic
I am porting an application from the EM9304 SoC to the nRF52810.
In the old application it was possible to send 26 bytes of manufacturer specific data (plus...
Hi,
I use BMD-350 on NRF52832 with SDK v13.0.0
I configure my radio to run the BLE at -20dBm power through the API sd_ble_gap_tx_power_set()
But few seconds after starting...
Hi!
I once set up a simple project using SDK 12 and the HRS example.
Now I tried porting it to SDK 14 and SD 5. That didn't work out well.
So I started things from...
Hello everyone,
I am working with TWI and broadcasting of data using ble_app_beacon. I am facing a problem in broadcasting of the data. I have complied the code and it runs...
Hello everyone,
I am working with TWI and broadcasting of data using ble_app_beacon. I am facing a problem in broadcasting of the data. I have complied the code and it runs...
Hello, Nordic.
I use NRF51822. I know NRF52 series is able to NFC Tag with Antenna.
But I want to use NFC module with NRF51822. If I can modify NRF51822 circuit, is...
Hi DevZone,
I am doing my project base on SDK 14.2.0 example spi. I modified the PIN according to Arduino PIN map and connected the nRF52480 Preview DK with Arduino Uno...
Hi Everyone,
So I have a custom board with an LED on P0.9. I have confirmed it works by applying power to it, so no issue with the LED itself or the way it is connected...
Hi,
My problem that the RAM is insufficient for my project.
Please, I want to know how to set optimization configuration. By the way, my central device only connect our...
Hi,
I was trying some examples of the SDK 13 and 14 for keil but now I need to undestand how works the ble mesh.
I did the download of the SDK mesh, and there are only...
I am trying add the JSON library to light switch exemple (SDK Mesh).
First all I created a lib folder in the main folder of SDK (nrf5_SDK_for_Mesh_v1.0.0_src). Inside this...