I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
I would like to move existing nRF9160 solution created according to nrfConnect Getting Started Guide to another directory under Windows.
Simply moving the folder doesn't...
Hello
I'm trying to implement interfacing between BME280 and nrf52840 on a custom board using zephyr BME280 sample example. I'm using SPI for the interface but there no...
I am evaluating the nRF Connect SDK for nRF5340. Currently, nRF Connect SDK seems to use zephyr's open source stack as the BLE stack.
By the way, nrfxlib / ble_controller...
I am developing application for nRF5340. I have two questions.
1. What value VTOR when reset? ApplicationCore'VTOR==0x00000000/NetworkCore'VTOR==0x01000000 ?
2. How to...
Hi,
i'm a beginner. now only i start with Segger studio & ble concepts.
i need internal RTC with calendar formats? i have check with the example programs , avail only...
Hi, I'm having issues connecting to the ble_app_ots example application from the nrf connect phone app. I have attached a trace from wireshark, and for comparison what it...
Hello,
I tried the basic proprietary rf code that is esb_prx and esb_ptx on the boards and the communication is very fine. The default set of data that is 0x00 to 0xFF is...
Hey! I'm writing a program for communicating the laser sensor pmw 3610 (pixart) with the micro nrf52832. In the sensor datasheet it is said that the time between sending the...
Hi:
I am an engineer from China. Visiting infocentre in China is quite slow. I found some offline documents for nRF5_SDK in https://developer.nordicsemi.com/ and they are...
As the subject description.
I have already test the official sample buttonless_dfu_app and the secure bootloader already. It could work for OTA fucntion.
And my application...
Hello!
I am new to controller programming. My work at the institute is connected with bluetooth research, so I need to learn how to program nrf52840. My microcontroller...
So I looked at the example of the temprature read and I got the following code:
But the problem I got is with the: while (NRF_TEMP->EVENTS_DATARDY == 0), I don't want...
I read the discussion in the following link, but my application is different so I want to ask for advice on how to proceed.
https://devzone.nordicsemi.com/f/nordic-q-a/50642...
Hi all,
I successfully flashed the peripheral_hr sample from the Getting Started guide into my nRF5340 PDK (from here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I am new to the SAADC concept in nrf52. I have to measure the battery voltage using SAADC over ANI0 pin. I using battery with voltage 4.1 volt.
This voltage is divided...