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...
I have a Thingy91 that I want to connect to nRFcloud. Not knowing the state of its keys/provisioning I followed the procedure to generate just-in-time keys (as a first attempt...
Hello all!
I'm starting development of BLE Mesh network as part of my Master thesis, for which I designed a custom board based on nRF52832 and nRF52840 with some built-in...
I am working on nrf52840 using nrf connect sdk v2.0.0 example periodic_adv, nrf52840 is prodcasting extended advertising, my app is running on Sony Xperia 1 with bluetooth...
Hello Nordic Community,
I'm now struggeling for quiet some time with trying to get the Keyboard HID example to work with the nRF52840 Dongle.
I already read the complete...
Hi , Nordic and all .
I try to develop uac and hid Composite Device, but i can't find any example about Composite Device in NCS , can't everybody help me .
Thanks very...
Good day
I have been trying to incorporate the WS2812.c from the zigbee lightbulb example (no soft device) with the BLE_Blinky example (with soft device) SDK v 17.2 PCA10059...
Hi. We evaluated the nRF Distance Measurement result with sample 'samples/bluetooth/nrf_dm' of nRF Connect SDK 2.0.0. hardware is two nrf52833dk_nrf52833 board. Below is a...
Hi Nordic,
nRF5 sdk for mesh 5.0, s132, SES
In the mesh network, there are transmitters and receivers. The receivers only receive messages and there are no messages to...
Hey guys,
I am using mesh->provisioner_nrf52840 example flashed in one board, and mesh-> light_switch_server example flashed in another board
I could able to read the...
Hi, I am using an nRF52833dk and my project needs usage of Virtual EEPROM / emulated eeprom over flash memory. I could see that nCS-Zephyr provides a driver at the SDK "v1...
I am trying to build an application where the device scans and on receipt of a packet with certain data in it, advertises for a short while, using both advertising and scan...
I am using NRF SDK 15.2 SDK for development , Im trying scan more beacons ,
static ble_gap_scan_params_t m_scan_param = { .active = 0x01, .interval = 0x0100 , .window =...
Hi,
We have an existing design that includes the nRF52832 and we would like to add the nRF9160 to the design. Does the nRF52832 support coexistence with the nRF9160?
If...