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...
Hello,
what is error 132 (decimal) for PM_EVT_CONN_SEC_FAILED ? I cannot find this code in the headers. This is red as: p_evt->params.conn_sec_failed.error .
Btw: #define...
I am using the nRF52832 with S132 Softdevice via SPI Serialization from an STM32 MCU. I am looking to use NFC for Pairing, but I don't see any references on if / how this...
I got following error:
nrfjprog --version
ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage...
Hi. i'm using nRF52832, SDK13.0.0.
I'm developing Central, Peripheral both.
If peripheral just has 16bit UUID. It doesn't contain base UUID.
Or if i don't know what peripheral...
I was bought 2 PCA10056 board to do my product. I use ATT_MTU_Thought_Put example in SDK version 13. I also read this tutorial infocenter.nordicsemi.com/index.jsp . And I...
I would like UART client in example
C:\NordicSdks\SDK_14.1.0\examples\ble_central\ble_app_uart_c\pca10040\s132\arm5_no_packs
to connect auotomatically to nearby devices...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
Hi ,
can anyone tell me what can cause these disturbances around the unmodulated carrier?
IMG-20171110-WA0017.jpg
We checked all components arround the IC it's all...
Hello,
Looking into the characateristic of Heart Rate BLE profile, I've come accross to the function hrm_encode(ble_hrs_t * p_hrs, uint16_t heart_rate, uint8_t * p_encoded_buffer...
Hi.
I have a central device call C_Board. It is scanning to find device has name is "123456" . This meaning is any device has name "123456" can connect to C_Board. Have any...
First of all, how do I know which version of the SD I'm working with when I'm flashing an example app from an SDK? I know I'm flashing SD 132, but I need to know the exact...
Hi,
I'm using SDK13.0 with nRF52840. Now I'm doing the DFU by the UART through MCU. But we meet a big problem, MCU is hard to read the infomation in the .dat and .json...
Hello, I'm building an Android application for DFU. I have a zip file and am downloading it and getting the content URI after download and using it in starter.setZip(contentUri...
I have been working on a custom board that uses a taiyo yoden EYSHJNZXZ module.
A tact switch is connected between P0.21 and GND.
I want to use this switch simple input...
Hello.
Apple recommends some very specific and precise advertising intervals for achieve a quick discovery, as stated on the Bluetooth Accessory Design Guidelines for Apple...