I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
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...