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 am currently designing a board using the nRF51822 chip and I would like to implement a soft power ON circuit using the low power comparator (LPCOMP).
I understand that...
Hello,
I'm using a code posted on this forum to read ADC input and fill an array with the ADC values but I always get values between 166 and 174, (even if I connect the ADC...
I'm completely out of ideas.
I've been developing a server for some time now based loosely on the ble_app_hrs sample using the 5.2.1 SD. Things have been going reasonably...
After I process some data (command) received by UART fifo module (I have installed handler for APP_UART_DATA_READY) I need to do a short atomic operation of a few instructions...
We have a project where we would like to use a balanced / dipole pcb antenna. As far as the great docs on the site stands, it's all for unbalanced / monopole antennas. Any...
Hi,
In my application I need to control a nrf51822 central device by an external MCU.
Does Nordic provide solutions to control a nrf51822 Cental device (with S120 softdevice...
Is there a register, accessible via the SWD-DP and present across ARM devices, that I can use to distinguish the nRF51822 from other microcontrollers?
Thanks,
-c
I can discover RFduino BLE devices that use the 51822 using the Master Control Panel but cannot with the nRFTemp app. The nRFTemp app scans for but does not find my RFduino...
Hi,
I have nRFStartet Kit, nRF51822DK and EK.
What is nRF2739? I am just following the setup section in nRF51SDK and it says to connect Master Emulator to PC. Is it...
Hello,
I have been attempting to get the watchdog timer working in my project without any success. I have read through all of the watch dog related threads that I could...
The S120 is a pure Central softdevice, and hence it can connect only to other Peripheral devices. Does it means that s120 cannot be used as a peripherial device?
Hello all,
I have been using nrf905 for about 5 years without problems.
now I would like to ask if is there any way to use an external PA? I am not a RF engineer and i...
Hello,
I've an issue only on IOS. My custom service is recognized as immediate alert and crash when we want to use it. It works fine on android and with Master Control...
Hi - I'm trying to use the pure-gcc make files and I've got my project building and the code is running, but when I try to launch startdebug gdb it reports no debugging symbols...