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, We are facing issue with updating firmware using NordicSemiconductor/IOS-Pods-DFU-Library. we are unable to upload new firmware and getting failed operation at the time...
Hi,
although the NRF52840 has a nominal receiver sensitivity of -103 dbm I am only able to get a sensitivity of around -97 dbm. I know there was a bug in older soft device...
Hi all,
im using keil5 for this .i getting problem or may be confusion while selecting the packages .also could i use the softdevice for this .Also wanted to know the uart...
I want use two 52DK for BLE transfer demo, one 52DK download nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart",
other 52DK download "nRF5_SDK_15.0.0_a53641a...
Here NRF52 TX pin is connected to Battery to measure voltage Level. i am using NRF52 with SDK 11 and s132 soft device. Schematics are shown below
here BATTERY is connected...
The nordic thingy won't program anymore every time I try to program it gives an unknown error.
Does this mean that it is bricked and i need to change the chip or is there...
hi,
I am trying to develope a code to blink 2 LED's for different time interval of 500mS and 800mS using TIMER but I want to control them using TIMER 0 for one LED and TIMER...
Good afternoon,
I would like to ask you if it is actually possible for the peripheral device to automatically repair with the central device after being powered off through...
Hi All,
I have an application successfully running on nrf52832 with sd132 which I am migrating to nrf52810 sd112. Unfortunately since the softdevice structure has changed...
I am using nrf52832_xxaa and I'm porting my device from SDK11 to 14.
#define APP_SOC_OBSERVER_PRIO 1 /// Applications' SoC observer priority. #define APP_BLE_OBSERVER_PRIO...
Hello guys,
I have got some evaluation project based on Mesh.
I have got Mesh SDK (nrf52832 DK Based) and Thingy52 Mesh examples working. Even we created sample Android...
How is the output power effected by temperature on the nRF52832 chip? Is there any data or documentation specifying the change in output power vs low and high temps?
Hi,
I use the bootloader example given into the library to update my application (or bootloader and/or softdevice+bootloader) via DFU but I don't find in this code how to...