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, we're working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine.
What we've been working...
I am using the ble_uart_app on the dev kit with the nrf52. SDK version 11.0.0. How do I get the bsp_event_handler to get fired on a button release and button push event and...
Hi, I'm using stlink + openocd to flash and debug and it works fine.
But I want to measure the current consumption with nrf51822 debug interface off
Is there an equivalent...
I have a high-speed signal which I would like to sample with the nrf51's ADC. The signal is periodic (80kHz) and is from a low-impedance source (op amp buffer). I don't need...
I've been searched windows sample application for bluetooth.
I got android sample code but I need MFC sample code now.
If you have the sample code please let me know.
...
I've been playing around with the multi-central central/peripheral examples and I thought I would modify the peripheral to instead use a service I had written for another...
Hello,
If I supply 1.85V on the "External supply" pins, can i use all the modules of the board (nRF51DK)?
I need to have less than 2V on some of the pins as an output...
Our application is a smartband based on nRF 51822 with SDK 9.0 S130, and we found that the device will stop advertising unexpectedly (application is still alive). We have...
Looking at the radio section of the nrf52832 data sheet I see that in section 21.1.2 Packet configuration it is stated that
"For all modes that can be specified in the MODE...
Hi everyone,
Just a brief introduction about my system, I am currently working on Brain computer Interface which was funded by NSF. In our system we have Sense electronics...
hello there , i have put my nrf51 dk in system off mode.then i am generating interrupt using button 3 to wake up it. but my nrf51dk can't wake up. can you hel p me??
my...
Hello.
I use nRF52 DK, S132v2 and PCA10040.
I want to get timestamp like GetTickCount of C++.
When I searched Documentation, I found RTC what can do like GetTickCount...
Hi,
When I finish coding, I can generate .HEX file for all products. But for real mass production, I may need to flash a seperate serial number in somewhere for each PCBA...
I'm trying to transfer a txt file by sending it from a terminal to my NRF52 DK with the BLE_UART example. I always get a BLE_ERROR_NO_TX_PACKETS avter a few packets though...
Hello, everybody. We have a custom board with nRF51288. We also have code based on ble_template that is working on Nordic devboard and dongle. Code is also working on our...