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...
hello Nordic
i am working with nrf52832, with ncs 1.7.1
i am writing my own driver which will be used by 2 baords
one board have to raise 2 gpios to get power and...
I'm trying to read the CTS characteristic from a BLE server (an iOS device) and part of the requirement from Apple is that the server and client be paired and bonded before...
Hi Friends,
- kit dev NF52840-DK
- IDE : segger studio IDE
- SDK nRF52 16.0.0
I want to port the nfc_writable_ndef_msg NFC example to freeRTOS.
I use the NFC Tools...
I'm learning that there are issues with the early "engineering versions" of the nRF52840, identified with QIAAAA marking.
Apparently the SPI3 BUS is not fully supported...
Hi,
After some strange behaviour of the DAC4716 chip, I want to try and reset it. The datasheet describes a way to do so over i2c using a specific bit stream. How can this...
I am having a N20 Micro Gear Motor with Encoder, I want to read data of c1 and c2 using GPIO pins. Any specificAPI, method or suggestion for this?
I am using nRF5340 along...
We have an application running on an nRF9160 development board (shortly to be ported to a production board), which listens on a serial link for sensor data, which is then...
Hello,
For network testing, I would like to use the Modem Shell App sample with the Thingy:91.
As suggested in the overlay file, I can disable some features, so the Build...
Hello,
I am attempting to use my nRF52810 (testing with the nRF52 DK) to generate square waves using PWM. Ideally, these square waves would operate at 8 or 16Mhz. So far...
Hi,
When will Nordic Connect SDK 2.1.0 be available? When have Nordic qualified SDK 2.1.0 and when is QDID number available (Host and Controller)?
We are running Zephyr...
Hi,
I am using the sensor_server example to develop our application on top of it. The problem I am facing is that, the model publication state (publish address and publish...
Hi,
I am using sensor server model to build our application on top of it. We want to save juice in the battery as much as possible. In order to that, I must disable bluetooth...
Hi, I'm developing a device based on nrf52840 and SDK for Thread and Zigbee 3.2.0.
I would like to send Route Record command to the coordinator to be able to see the actual...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...