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 guys,
I have problem, I activate the BLE and connect it to my tablet application until then nothing wrong happens. But when I use sd_ble_gap_disconnect() to disconnect...
I plugged my nRF52 evaluation board to PC using a micro USB cable, dragged a ble_peripheral hex file from Nordic examples to the mounted JLINK drive, started up nRF Connect...
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12....
In nrf51422, what is the behavior of these registers when an external rail-to-rail clock source is applied?
Do I have to issue HFCLKSTART? If
not needed, does issuing...
Hi,
I am testing the light_switch demo of the nrf5_SDK_for_Mesh_v0.10.1-Alpha_src.
I don't have 32kHz osc on my server board, so I have to change the clk config. I config...
Hello, guys,
We have developed our first generation product with 51822(16KB RAM, SDK10, S110V8.0) as peripheral , and we are always facing the problem that the connection...
hi
I am using peer manager to pair and bond android phone to nrf52840. I want to give custom peer id to this phone during bonding process, then if i lost this phone i will...
Hello,
I am sending a float in my BLE payload, using nRF Connect I can sniff and see that the value is being sending, it changes every time.
However, in my central when...
Hello Nordic community,
First of all would like to say that I am aware that BLE protocol allows to send only up to 20 bytes size packets. Moreover, I understand that I...
Dear Sir,
I am trying to access max30101 via nrf51422. When I am calling the function it is falling into Hardfault_handler & not getting out of it. I don't know anything...
After already having sent a few notifications with a custom BLE characteristic, I am getting a HardFault in the softdevice.
Initially I had added a log call to print the...
I am trying to upgrade from SDK 13 to SDK 14.2
and get a lot of compilation errors using gcc
Why have SDK path and filenames changed like:
c:/Nordic/components/libraries...
Hello, My question is when the nrf51822 connect the phone A, I whant disconnect ble on nrf51822 side let the new phone B can scan and connect nrf51822.
when used "sd_ble_gap_disconnect...