I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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...