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'm using the ADC of nRF52832 on nRF5 SDK V12.2. The setting as attachment. I found that it just do sample one time. But I have use timer to call nrf_drv_saadc_sample...
The scenario like this:
A is BLE peripheral with firmware (ble_app_uart under nRF_SDK_13.0.0_04a0bfd), if no filter,any central can cenncet to it, but I just want B can cennect...
Dear all,
Help please,
I'm evaluating ble_app_uart (Central/Peripheral) but I don't understand how to disable the echo I have on the RTT USB VCP
When I send data from...
I am using 3 nrf52 DKs with S132 and SDK13 to try and implement a combination of the multilink and UART examples. I started with the ble_app_uart_c example and added the relevant...
Hello! I try to use three modules with chip nRF24L01 to syncronize two slave devices by one master device without wires. Required accuracy is about 10 nanoseconds. My idea...
We have an external interrupt every 4ms that collects one 24-bit sample from an analog front end via SPI. After Collecting 6 samples (18 bytes) we send a notification with...
We are obtaining a license from bluetooth SIG to import to the States Bluetooth smart trackers we bought from China. They are made using nRF51x22. How can we find the Controller...
Hello Guys,
I'm working in a project and I wanna turn off the radio "ble" and go to sleep, deep sleep to save the power, the current consumption while it's connected is...
I want to use the Launch App message as well as the Text Record Message together, so that when my app is launched, I can also access the message that will give me something...
Hello Fellow developer,
I go a BLE product that is linked to an Android and iOS APP.
The main use case of the product is to be used without touching the phone (while...
We plan to use a nrf51 board which has a button that can switch the ble mode between the master mode and slave mode . Is this plan feasible? Thank you!
Hello, I'm new with the nRF51-DK-Board .
At the moment I test the hid keyboard example. The connection with Android and Windows works fine, but with my MacBook it don't:...
Hi,
I use nRFgo Studio(v.1.21.2.10 win7 x64) "Program Application" to program the combined file(SD+Bootloader+application), it will indicate an error as the attachment...
Hello,
There is an issuse in my project that using nrf_gpiote_drv lost interrupt.
SDK: nRF5_SDK_13.0.0_04a0bfd
Chip: nRF52328_xxAA
Board: PCA10004
There is two...