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 have 2 nrf51822 borads. One is with nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_hrs_c and the other is with nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral...
I would like to use the ble_app_uart_c example, found here , to connect to a custom peripheral. What values should I change in the central device code in order to connect...
I know that BLE is not suitable for high-volume streaming.
So how do BLE earphones stream audio?
Does it use with bluetooth classic protocol?
And I coundn't monitor...
Hi,
I've one central and one peripheral devices. I'm trying to make a connection between them, perform a bonding process and finally add the peripheral id in the whitelist...
Hello All
I am developing BLE based home automation system using nRF51422 DK for my research activities. now i am planing to make separate PCB nRF51422 device alone. i...
Hi,
I'm trying to get the RSSI of incoming 802.15.4 packets using otLinkRawGetRssi() , but I need only RSSI from one specific device. I tried to use whitelist ( otLinkSetWhitelistEnabled...
Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true...
I modified the HTS app in the nRF toolbox to test adding other services like below.
In detail, I added mDICharacteristic field to save the information of System ID...
Hello,
I developed a Nordic board with 2450AT18B100 chipset antenna. I follow the design of Solar Powered Sensor Beacon.
infocenter.nordicsemi.com/index.jsp
I test...
Hi, I'm building a product with use this kit www.nordicsemi.com/.../nRF52-DK and I would like of know how write the firmware in others CIs to can use in my circuit board....
Hello,
I am currently working on project that uses BLE peripheral and BLE central for automatic sensor calibration on custom board. There is an initial connection where...
Helllo All,
I designed on custom board (nrf51822 and used 4 programming pins(swck,swi,gnd,vcc) but how to program/flash the soc?which segger i need to purchase?
Hi There,
I am
Using Linux as host platform
I'm able to successfully compile and download the example to the nrf52dk.
But I didn't understand how to debug the example...
I'd like to get peer address after the connection between nRF52 and other 6lowpan device is established. This address will be then used to create a TCP connection with some...
Hi All,
I am using the Nordic nRF52 nrf52832 device to read a value in from an Android device. The value will be between 5 and 60 seconds. I'm using the experimental_ble_app_blinky...