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...
Hi,
I am using the nRF51822 module. I am facing problem to send multiple data formats packets over nrf module. I am using nrf SDK 11 version.
I am attaching my code with...
I want to start developing a Bluetooth device with the NRF52 DK. For debugging and sniffing purposes to see what is going over the air, use the NRF51 dongle, get a NRF51 DK...
In the nRF52 specification, I cannot find figures for the interrupt latency for event on GPIO pins in different power mode OFF, ON (constant latency, Low Power).
Can you...
Hi. I need to use direct advertising option in my application to minimize the time needed to establish the connection.
Firstly, I set up the connection during "normal" fast...
Dear Nordic Team,
Thanks for supporting.
I am try to work multiple (Peripheral) tag ID read with one central and stored in my PC via UART communication. Which example...
Hi,
I am new to nRF microcontroller and communication . currently, I am working on nRF51822 microcontroller. I am able to communicate between two nRF51822 microcontrollers...
I am trying to modify make file of UART with make file of timer to give the functionality of UART and timer. I created the single code in main c file and added necessary source...
I have an application with my own custom service with a 128-bit UUID (including 4 characteristics). The application has worked so far. Now I try to add DFU service support...
hello all,
do you know if there is a way to disable code optimization only on some part of code?
I use optimization level 1 in Keil (otherwise the code does not fit...
Hi,
If I am honest I have encountered a weirdest problem since I have been programming. Here is the code (function void scheduler_mass_history_handler) which is executed...
Hello,
I have just started working with BLE, and I am trying out trial examples in NRF SDK 12, on pca 10031 board
I am working with ble_app_uart (BLE peripheral)example...
Hello, I'm currently working on a project in which we need to send data periodically (approximately once every 1 to 5 minutes) through a heavily wooded area with as little...
I used nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0。
The peripheral device name is "Nordic"
After central scan, i want to get the device name "Nordic",i used the following...