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...
Both the capacitive touch library and the driver (which is better ?) are using the analog inputs.
There are only 8 of them , and we need 10 at least buttons.
Is there...
I'm migrating from SDK11 to SDK13. My custom service is based off Heart Rate Service, so I started from the new SDK13 example of HRS, and updated all the initialization code...
Hi,
on Android, I sometimes get delayed notifications. I measure realtime data and send them over notification, and I can see data change on Android with approx 1 s delay...
Could Nordic please confirm that the "SB13-SB15" and "SB23-SB25" silkscreen markings incorrectly imply that pin 1 of the SPI flash part, which is actually "!CS" would appear...
I have a custom PCB with an nrf51422 powered by a coin cell battery. The EE who designed the board assured me that the battery voltage could be measured internally through...
Hi community
In order to discovery the server, I have read some examples and I got some questions regarding the use of the following methods:
sd_ble_gattc_primary_services_discover...
Hi,
Is it possible to add additional antenna on the beacon ( NRF51) in order to increase the range ?
If yes kindly let me know the list of available or recommended antenna...
Hello,
I'm currently designing a board with nRF52840 and I'd like to use an antenna that is a DC short to ground. Do I need a DC blocking capacitor in such configuration...
Hello,
I am developing a profile which includes 39 characteristics spread over 4 services on nRF52840/SD140/SDK13. When I add one too many, sd_ble_gatts_characteristic_add...
Hi community,
I'm working on a BLE gamepad with custom board based on 51802 and s130, code modified from ble_app_hids_keyboard . The gamepad works like a charm on my Android...
Hi, Nordic!
We have two PDK-NRF52840 and custom boards with NRF52840 chips.
2 from 5 chips have a broken bit in RAM. This is different places.
For example:
Is this...
Hi all,
if i buy 2 nrf52840dk:
Is possible create an audio connection like intercom between the two dk?
Can I send my voice from "dev board 1" to "dev board 2"?! and...
Hi,
I beginning now to program nrf51822. I would like to let the nrf51822 wake up after 3 hours by using a software timer interrupt.
Should I use power_manage()? Before...
Hi,
I'm trying to configure custom local GATT server on nRF8001 device. I added a custom service with multiple characteristics, but I can't generate source files. It says...