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...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
hi,
I would like to do some code profiling and measure execution time.
What is a lowest possible resolution for the counter is possible to achieve and how?
I am currently...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hello,
I have the NRF52 DK with a PCA10040 designation. As instructed, I connected the board to my computer via the USB cable. The original demo on the board worked fine...
Hi,
I need to implement a simple external interrupt triggered by another IC on a nrf51822.
After searching the devzone I found the example in the GIT repo ( github.com...
My code is roughly based on:
devzone.nordicsemi.com/.../
I'm using SDK12.2, softdevice S132. The relevant parts of code are:
static uint8_t bapi_adv_data[14] = {...
we are facing issue of "application program" hex file generation, which is different in two machine . we are matching setting of both machine , we found the difference in...
Hi,
I've got a problem with nrfutil package on Raspberry Pi with Python 2.7.9 and pip 1.5.6 included to raspbian distribution.
I'm writing like below:
pi@raspberrypi...
Using SDK 12.1.0 with flash containing data from a previous version of software.
The pages_init function in fds.c does no have adequate protection to prevent writing to...
Hello,
I have followed a couple of the posts on the devzone on how to increase the MTU and add the DLE support such as this .
However, whenever I send over 20 bytes...
hi, i have a SIM800L Core board which is using UART protocol to communicate or to send At commands. so that i am using BLE_APP_UART example to set AT commands to SIM800L....
Trying to follow this tutorial using KEIL 5.23, J-Link 6.14b and the DK.
I am getting linking errors like this when compiling:
What did I do wrong and how can I fix...
hi,
i was looking for example of two nrf52 communication. One is central of course and other one is peripheral. But i have following doubts.
If one is central then...
What is the right way of stopping and then subsequently re-starting SAADC?
Using the saadc example, I want to be able to stop saadc when a certain pin is grounded or when...