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...
Good afternoon,
I'm working on troubleshooting an issue we're having in the field. We are using the CLI libraries to provide an nRF52840-based board with an interface to...
Hi all,
I need to directly develop my application on top if IEEE 802.15.4 MAC layer. Could you please inform me of any sample application available under Zephyr that directly...
Device: nRF52840
SDK: 16.0
Softdevice: ANT_s340_nrf52840_6.1.1
Hello, We have a master and several slaves setup in a simple master/slave channel configuration. It seems...
Hi,
Can u suggest the procedure to implement key refresh procedure with the sample network using nrf mesh app.
No where i found option in nrf mesh app.
Thanks in Advance...
Hi,
We have 2 projects in pre-production stage that use nRF52840. We are also using FreeRTOS for both projects.
Now we need to create an OTA bootloader for both. There...
SDK: 17.0.0
Hardware: E-Byte E73-2G4M04S1B module
Chipset: NRF52832 QFAA QFN48
Running the hids examples, I noticed that the hids_mouse example will go from Fast Adv...
Do I need to carry out ANSI C63.27 regulatory test for coexistence of wireless communication that share the 2.45GHz band if we designed a custom PCB BLE antenna for NRF52840...
Hi,
I have the nRFgo Starter Kit with the radio module (nRF2427LE1) attached. First, does the radio module not have a bootloader already downloaded to it? Next, when I...
Dear Support Team.
We want to support secure DFU on mobile and desktop platforms. Do you have any documentation to implement this on Mac OSX and Windows?
Its an open...
Hi, is there any LE audio sample for NRF5340?
I know the upper layer protocol is under developing on Bluetooth SIG, but is there any possible way to direct use the HCI command...
Hi
I'm developing with nRF52832.
I am using Segger Enbed Studio as a development tool.
When you download a program from Segger, Segger does reset once, and I wonder...
Hi,
I want to run QSPI application example on my nRF52840DK (PCA10056) board with logs seen via UART. I successfully uploaded QSPI bootloader example and Blinky SysTick...
Hello,
I'm developing an BLE application with NCS where I want to be able to change the BLE device name during runtime. Therefore I enabled CONFIG_BT_DEVICE_NAME_DYNAMIC...
Now we development a switch and use it control the light. When i push switch close the light, there was still a faint light. Then i found when NVIC_SetPendingIRQ(EVENT_IRQn...