Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Hello,
I have an application based on SDK 11 and Softdevice v2.0.0. Also there is a legacy bootloader from SDK 11 for performing DFU.
I am wondering whether it is possible...
When I run the UART app nRF5_SDK_12.3.0_d7731ad\examples\peripheral\uart in debug mode, the disassembly window opens, and I seem to get stuck on the second instruction. Step...
I am using a nRF52 and I have to measure two voltages:
the first continuously
when a command is received, the second voltage have to be measured and then...
Hi,
I flashed my nRF52840-PDK with UART/Serial Port Emulation over BLE program. Everything seems to be ok and I can connect with board via Android application. Next I would...
Hi!
I try to send data using advertise PDU and I need use custom 128 UUID.
How to convert to right format service_128_uuid and replace 16-bit value to init.advdata.p_service_data_array...
I'd like to use the nrf52832 as a mesh switch with battery powered. But I didn't find any sample code for the Low power feature in current mesh SDK v0.10.1. Does it support...
Hi,
Dear Nordic experts:
I encountered with a couple of *** issue while configuring SPI port on nRF52832 with PCA10040 demo board. Here I wrap up as below:
First...
I write NRF_UART0->ENABLE = 0x00 in my app in first line code, but now nrf51822 can connect but cannot Download and erase;
in keil it report:
**JLink Warning:...
Hi I am new to Nordic Development. I am developing a product that will use the Rigado BMD-300 module (nRF52832 but no need for FCC compliance testing). The evaluation board...
Hi to everyone!
I'm trying to use the nRF52832 board as master to use an external device (as slave) through SPI.
I take the example peripheral/SPI to start to learn how...
Hi,
How to set the length of the advertising device name? Even i set name type to BLE_ADVDATA_FULL_NAME, i can only able to set maximum of 14bytes. If i increase the name...
Hi
I have a charger IC for a lithium ion battery on a custom board with an nRF52832. It's this one, from ST Micro, an STBC08:
www.st.com/.../stbc08.html
The charger...
Hi,
I use nrf51822 + S130 platform, in my application I used ADC,UART and APP TIMER, I mens only these can cause interruptions,all these interrupt priority is 3(APP_IRQ_PRIORITY_LOWEST...