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...
After repeated mqtt connection-disconnection processes,I have the problem of code -12 and it is impossible to connect with the MQTT broker after that, the issue is similar...
I need to confirm that for Bluetooth: Peripheral UART:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html#testing...
Hi,
I am using NCS v2 with VSCode on Windows 11.
I am using the jlink programmer inside a nRF52840-DK to program a custom board. Actually, two different custom boards...
Hi, I am currently evaluating the NRF52840 for our applications which will be deployed in underground mines across South Africa.
I see that Nordic has a good relationship...
We are controlling a brushless motor with the nRF52840. This motor has an integrated motor controller, feedback is only:
- Single Encoder Pulse (no A / B or even Z)
-...
Using SDK17.1.0, I need to manually force an event handler to run. But the event handler is part of the SDK and is declared static. Key constraint is that i cannot modify...
Seems like this issue has been happening to people for a long time.
I'm on V1.91, Mac, trying to open in Segger embedded studio. Fresh install, select open nrf connect project...
I'm working with NCS v2.1.0 and Visual Studio Code, I tried to build nrf/samples/bootloader but always:
warning: attempt to assign the value 'y' to the undefined symbol...
Hello,
Initially I was flashing software for peripheral_LBS by connecting Thingy directly through USB.
Later as per project requirement I tried to flash the code using...
We have a hall sensor with pwm output encoding the information in the duty cycle of pwm. Now we would like to read the duty cycle without the use of an interrupt, but solely...
Hi !
I am working on SDK 15.2 and on a NRF52832.
The others devices I will interact with are on BLE 4, so I can use only Legacy Connection mode for security.
I would...
Hi, I am Currently working on MATTER samples in nRF_Connect_SDK v2.1.0 VS code. I have tested with Matter_Template samples I am Trying to Pair the matter_template sample to...
Hello,
I am running into an issue with monitor mode debugging and am not sure how to fix it,. I followed the guide https://github.com/NordicPlayground/j-link-monitoring...
Hello,
After installing nrfutil,when tried to generate OTA file,getting error while running nrfutil pkg generate command.
Please go through the image attached and let...
I have an existing product that is using the nRF5 SDK 17.1.0 Bootloader. I have updated the application to use nRF Connect SDK 2.1.0. The new application also has an implementation...