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'm using Zephyr on a nRF52840 and I'd like to use the QSPI with the Fat Filesystem. I added the following Config statements to prj.conf:
The nrfx QSPI driver and file...
Hello,
I am wondering where to change the baud rate for the UART in the NRFConnect SDK using zephyr. I am working with the peripheral_uart example.
Thanks,
RJ
Hello,
i just migrated from nRF51 to nRF52. I tried to implement my custom service. I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example...
Hello,
in our application we have two devices. A nrf52840DK as central and a BMD-300-EVAL (contains a nRF52832 chip) as peripheral. We need a timer/counter that generates...
Hi,
I had used nRF Connect Programmer to flash nRF Sniffer firmware on my nRF52840 Dongle, but after that, when I tried to flash the firmware again, I found that there was...
Hi,
I want to add new peer to peer manager using pm_peer_new().
pm_peer_id_t p1 = 0;
pm_peer_new(&p1,&bond_info,NULL);
there are no peers, so trying to add as peer_id...
Bought 2 nRF5340 DK kits from Mouser. Followed the setup instructions and fell at the first hurdle. Attached NF antenna, connected to USB and switched on.
Nothing. Green...
Hello,
I am currently working on a project that requires data to be sent over Bluetooth. I currently have an NRF52832 Development board and have been trying examples and...
Is there any difference in terms of RF performance between different hardware versions of nRF52840? Can someone point me to the relevant documentation?
Thank you
I am working on the nRF52840 DK board SAADC module with nRF5_SDK_17.0.0 SDK, and I am unable to get the output on RTT.\
I am working on the pre-prepared program from the...
Click DFU after connect. Navigate to folder. Click .zip update file. Click OK. File name does NOT appear in chosen text box, box remains empty. Works correctly on English...
Hi everybody, I'm trying to set up my 52840 DK to scan for BLE_GAP_PHY_CODED advertising packets from 52840 Dongle. I think I was able to program the dongle, because it doesn...
Hello,
I've been tasked with adding radio test functionality to our manufacturing support firmware. I reviewed the comments here on devzone and studied the radio_test...
Hi,
I am currently working on an application for nRF52810. It has only advertising feature and I calculated the consumption with online calculator. The values I got from...