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 am in search of an SoC capable of processing data and having Bluetooth features. I have to use it in an automotive design and need to be compatible for the application...
Hi, I am having an issues when i run the command
west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf This is the response : I found a similar issue here but...
I'm trying to find documentation about the RADIO peripheral of the NRF51822 chip. In the NRF SDK file nrf51.h i can find all the registers like 'PCNF0' and 'CRCCNF' but there...
Trying to setup nRF Sniffer v2.1 for nRF52 Development Kit (PCA10040)
1) Wireshark does not see the Sniffer. When I run nrf_sniffer.bat, I get this:
C:\Program Files\Wireshark...
Hi,
I am now trying to reduce the total number of packets during the dfu process. After reading all the code about dfu in both app and bootloader, I find that in this process...
I am trying to install the pc-ble-driver onto my PC so that I can get the dll and lib files necessary to read/write from a nRF52840 Dongle programmatically. I am following...
Hello, we are using microchip bluetooth as uart tranpsarent and we have custom app in android to control it. In future we are going to do mesh application in android. But...
Hi
Using SDK for Mesh 4.0.0
I had a strange behaviour: Setting up a model with publication period 16s resulted to an interval of actually 10s. Multiples of 10s were working...
Two traces are attached performing the same function. A connection is made to a bonded device. The peripheral times out and the central tries to reconnect. with SDK 14/SD5...
The default generated Device UUID in SDK For Mesh v4.0.0 uses wrong endianess.
From the Mesh Profile v1.0.1, section "3.10.3 Device UUID" "To decrease the complexity of...
How to generate the Public keys to firmware application?
Even i am unable to install the nrfutil.exe for my windows 7? what could be the issue?
Tried pip install for the...
I would like to "talk" to nRF52 via BLE using an application developed in c#/.NET in Windows 8.1. Any hint?
I checked the BluetoothHeartRate example on MSDN, but I would...
Hi
I have add a device A to zigbee coordinator, but the device A profile is private and data is not zcl, I can not get the APS data in application. How can I to get the...
Hi,
I am trying to integrate the Mesh SDK to my current BLE project which is in Keil. After porting some .h and .c files. I am getting the following errors:
I am aware...
Hi,
I am using the standard ble uart code for ble communication. I am able to receive the data sent from the nrf Connect mobile app and debug it as per my need. All i have...