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...
I am currently working with a the nRF5x bluetooth chip family and connecting to a windows 10 device as a central. I am using uart to get some visibility into what is happening...
Greetings -
I recently downloaded the latest SD140 images, 6.0.0-6-alpha, and began having issues with BLE communication.
I'm developing a custom device, based on the...
Hi to everyone!
I have a problem with the NRF_LOG or with RTT Viewer.
I wrote this simple code, just to test an output console.
int i = 0;
while (i< 100)
{
NRF_LOG_INFO...
When a Jlink programmer is connected to multiple devices (daisy chained) how do I specify which device is being programmed on the command line using nrfjprog?
Additionally...
Hi
I am making a speed cadence sensor.
I am using the gpio event handler to check the cumulative wheel revolutions and send the recorded value to the app as a time handler...
Hi,
Once the main hardware init part is done, system idles for a while and then I get a hardfault (APP_ERROR_CHECK returns fatal)
I reset the chip, and asked it to continue...
Hi,
Currently i am trying to understand the gazell api using the nRF5 SDK v14.1.0 example gzp_dynamic_pairing. Within my process to trying to understand the gazell api...
I am planning to design BLE MESH based LED lighting system.
(control involved LED ON/OFF , varying two PWMs to control intensity for warm & cold LED drivers, etc)
For...
today simple test ble_nus_string_send time-consuming function, but found that the implementation of a ble_nus_string_send and wait for the success of transmission time-consuming...
Hi, I have a problem with BLE connection. When I bond to the device and then connect, everything works and connection is stable. When I kill the app and try to connect again...
Hai team,
Iam using ble_app_beacon application in nrF51822 dongle .I want to change tx power for every advertising.
example :let us assume frequency 4 for advertising...
I am trying to perform LESC on two nRF52 central and peripheral without bonding is it possible? and how?
My devices does not have I/O capabilities or have any display....
Most examples, tutorials, and standard BLE service implementations within the SDK (14.1.0) seem to use the BLE SoftDevice's sd_ble_gatts_characteristic_add() when adding a...
Hi,
I know that this question has been asked before but it seems like the answers are pretty old.
I have a need to scan on one channel only to receive advertisements...