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...
Greetings,
I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.
For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,
I have...
Hi, when reading the BLE Mesh example code, I got really bewildered by this function:
access_model_add
and inside, there is this gem:
element_has_model_id
...
What's the expected behavior when reading a register that is write only? For example, I'm using an some code that is reading the value of the TASK_START register of the RNG...
Will the Bluetooth low energy advertising tutorial run on 2 x nRF52 DK's and not on 1 x nRF52 DK and 1 x nRF51 Dongle? I wish to test the capabilities of BLE 5.0 (not be limited...
Hello
I'm a beginner using NRF51882, I do not have enough money to buy NDK51 Development or NRF Dongle, the solution I changed STLINK STM32 to JLINK by following tutorial...
Hello,
when starting a new project I took the nice Heart-Rate-Example which works fine at my PCA10040. Then I started to add services and characteristics by copying and adapting...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
Can the SoftDeivce flash functions ( sd_flash_write specifically ) be used after the SoftDevice has been disabled? If so will the events still be sent to the handler or will...
each time my program start, I get the error m_evt_schedule_func error 4
what's the cause of this error? is it because I spend lot of time on the handler??? the handler...
I am trying to program a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using Keil v5, nRF sdk v 12.3, soft device 132.
I get the following error when I try...
I've read through a decent amount of the BLE Mesh spec sheet(s), but I still have a few things that I'm not completely sure on. If someone could answer even just a few of...
Hello, Dear Nordic Development Team,
I recently developed android application for detecting nRF51822 beacon which is working as a peripheral. I was trying to launch an...
Hi All,
I would like to make bluetooth data collector with a serial line. There are max 16 bluetooth devices on the air where I need to collect data. There is a PC which...