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,
I am a new comer to the nRF8001.
I am using Redbear Blendmicro (nRF8001) for my project.
I have wrote a apps to scan my Blendmicro(s) and acquire their RSSI value...
I use direct input AIN2 pin battery 3.3v, the other pins are not connected to anything, I did not enter into ADC_IRQHandler,may ask about what the problem it
this is my...
Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino ( https://github.com/robotastic/ANCS-Library ) that was working fine with iOS 7. I...
I'm trying to program nrf51822 via st-link and open ocd.
Here command:
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl -c "program address".
...
dear all:
I have 2 kind of board that are PCA10006 and PCA10028,
but I find out the IoT example can't be run on PCA1006,
what are different between PCA10006 and PCA10028...
I have added the DFU service to our own project. Normal application updates work perfectly and even the update of bootloader and softdevice is fine.
In a new case we had...
I'm still newbie of BLE developer, and designing a BLE device based on nrf51822 (whose service uuid is partially used for identification of serial number).
Like nordic's...
We want to design our own custom USB Dongle for connecting our sensor board to a PC. Sensor board has a nRF51 chip using Gazell protocol to transmit sensor data and also softdevice...
I am using keil compiler. The nRF51822 stack succesfuly compiled and also i am created the hex.I don't have j-link programmer but i will try to download using Ulink2 can u...
I meet a trouble like this:
My colleague used " nRF51822 QFAAC0 1322AW " to make a product. The KEIL program "based on s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK...
When nrf51822 with 32KB RAM will available? If it is going to be delayed is it possible to get samples? (I like to try IOT SDK and with my PCA10001 the heap overflows.)
...
If I don't call nrf_gzll_set_base_address_0(...) or nrf_gzll_set_base_address_1(...) what address will it use?
Also, what is the default number of send attempts?
Hi, I purchased and received the pca100028/nRF51-DK on Friday (12/19).
I've upgraded to Keil 5.12, loaded the 7.10 sdk pack, loaded the radio_test_pca100028 example ( I...
Hi
The datasheet for nRF24le1 seems to describe two ways to find out if the TX buffer is full.
Register map 07, STATUS, bit 0, TX_FULL
Register map 17...