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,
when I use nRF Connect (or MCP before) to browse my BLE service, I get shown some garbage if I use many characteristics in my service.
When I use 45 characteristics...
Hello people,
I'd like to use the NRF52832 (QFAAB0) / PCA 10040 / S132 development board as a data logger. For that I soldered a micro-sd card reader and started using...
I set the connection as follows:
#define MIN_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(500, UNIT_1_25_MS)
#define MAX_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(1000...
I am trying to use the mesh network using the nrf51822. I have to use the app_timer with my application. Mesh library and the app_timer library making conflict with the SWI0...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
I have checked the datasheet between 51422 and 51822,they look the same,but why the NRF51422 can flash BLE and ANT+,but 51822 can't? Is the Radio part different,or the Flash...
I have based my firmware on the Proximity Application example.
Now I need to extend my application to support BLE DFU service.
But as i read Extending your application...
Hi,
I am using the flash memory for a few variables and it works very well. Now I have one flag which is defined by #define statement and if it is enable then the initial...
hi,
i have nrf8122 module . want to flash a hex file in it by using nrf51 development kit. is it possible to flash code in the nrf51822 module. other wise please provide...
Hello everybody,
I'm working in a project & need to listen for notification from installed applications in the mobile phone & update the mobile app with some info about...
I have combined Nordic's serial connectivity code and Nordic's serial DFU example.
Upon initial powerup, the nRF51822 draws an expected amount of current (~600uA). When...
I am using nRF Master Control panel for testing my peripheral changes. It works fine until i upgrade my nexus 5 to android Marshmallow. Now the app cant even find BLE device...
Hi all,
I'm using nRF5_SDK_11.0.0_89a8197, if I build any project from it, it deletes all objects files and compile all source files every time it take some unnecessary...