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...
How can I disable aes encryption?
I'm trying to port nRFgo gzll_host_w_dyn_pairing_example and the aes encryption peripheral is missing. Tried to define GZP_CRYPT_DISABLE...
Most of the SDK examples project support pca100028 only How I do Port in PCA20006
Right now I am using any IDE's . By using cmd , I generate hex file.
Where I have to...
Trying to port over code from UART example to muti-connect example.
Made sure include paths are correct, and made sure the following C files are in project.
ble_nus_c...
Hi guys,
I am using nrf51822 with SDK 11 and softdevice S130. I use Just Work bonding with Peer Manager. When I connect nrf51 with the Android phone run NRF Connect, the...
Hi,
Is there a way to obtain the connection handle inside the connection parameters event handler ( ble_conn_params_evt_handler_t ) on which the event occurred?
I am...
I've added a custom service for transferring data. It shall contain one characteristic that will notify when data is available, and the other should be a long read characteristic...
I recently got involved in a project where I am deploying a ble based mesh to understand and monitor bridge vibration patterns. I have been through nRF's mesh capabilities...
I am using the Arduino Primo board.
I have multiple beacons that advertise at a set interval.
All beacons have the same Device_name.
The Arduino Primo board scans for all...
Hello there. I just recently started programming using the nRF52832 DK, SDK14.1.0 and SoftDevice 132 v5.0 . I tried to follow this tutorial on Github: github.com/.../custom_ble_service_example...
I am using a power profiler to measure the timing of my program and I found something wrong. So I tested with a simple pure timer.
So first I set the timer during to 300ms...
I just spent 2 hours chasing BLE bug after upgrading from s132 v3 => v4.0.2
I added a call
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg)...
I couldn't use nRF Connect (BLE) under Linux, after updating the FW, it tries to open /dev/ttyACM0 but fails to do so.
Not a "permission" problem: the user is in uucp...
Hi,
I'm unable to compile the OpenMesh example application. I've modified the make file with correct paths. However I'm getting the following error. Can you please help...
I have a NRF51 talking through the UART to another uC, and I'm trying to log messages through Segger RTT. Everything works normally until I start to send some data through...