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...
NCS 2.0.0
I start a timer using k_timer_start with a duration of multiple seconds (ive tried 10, 30, and 60) but the immediate next line of code (k_timer_status_sync) never...
Hello,
I'am working on a custom project with an nrf52832. Now I want to use the nrf52 to emulate an nfc tag. Regarding to the technical documentation, the nrf52832 supports...
Hello,
I am working on developing an application on the NRF5340 development kit which scans for nearby BLE beacons. I am using the Bluetooth RPC Stack for communication...
Trying to setup mbedtls backend for AES CBC. Ive included the mbedtls_backend_aes.c and init.c, I've added the folders to the user include directories, I've enabled stuff...
Hi - I was excited to see that Android launched the ability to connect/commission Matter devices in its production code.
On my Android phone (Android version 11) I find...
Looking at the architecture for NRF Modem library here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrfxlib/nrf_modem/doc/architecture.html
I can see...
modem fw.: 1.3.2
sdk: 1.6.0
SIM: ibasis
We recently switched to iBasis sims (previously using Bell) and i have been seeing some behavior on LTE connection attempt that...
Hi,
Iam using nrf Mesh Chat example in Connect sdk
It consumes 6-7 mA now, what should i do to put it into sleep wake again when required for low power consumption???...
Hi all.
Las Febuary 21, I received a Product Update Notification mail from Nordic, saying:
...We've just released a new version of the nRF Connect SDK, v1.9. This release...
Hi,
I'm trying to measure the communication distance with Coded PHY using two nRF52840s and the demo software below,
but there are some problems. They are shown below...
It has been about 4 years since I was developing for the nrf52840. During that time, it seems Nordic has moved to promoting the VS Code IDE vs. Segger Embedded Studio. If...
Hello,
I'm using the file app_update.bin of my project to execute a FOTA. I know that the first bytes indicates if the file is an application firmware, modem full or modem...
I was wondering if there was any documentation (graph or otherwise) that shows the efficiency of the DC/DC converter vs. supply current.
The product spec describes the...
https://devzone.nordicsemi.com/f/nordic-q-a/70679/call-to-nrf_sdh_enable_request-fails-in-sdk-v16-0-0-works-in-sdk-v15-3-0/291135?focus=true
I've been suffering from the...
Hello,
I want to implement the interrupt functionality and based on my understanding I can implement it using GPIO or ISR function.
In case of GPIO (APIs here ):
For...