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...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hi,nordic
I am using ses6.22a, the sdk is 1710 and mesh5.00. When I integrate the serial port case into the mesh sensor case, the serial port can work normally, but it must...
Hello guys, i'm attempting to record the radio_end event, and i tried to enable it with the following code:
However, the second line constantly crashes the chip.
In...
Hi:
I used the following command to install matter OTBR, but the following error occurred when executing this command;(sudo docker run -it --rm --privileged --name otbr...
hi,
I would like to purchase the following nRF-Desktop. It is a wireless BLE keyboard and mouse set.
https://www.nordicsemi.com/Products/Reference-designs/nRF-Desktop...
Hi,
I am using the nrf9160 and attempting to enable MCUBoot and secure boot. Is it correct that you still cannot use any form of TF-M with MCUBoot on the nrf53 or nrf91...
Hi,
I am currently using the NVS library with the nRF9160 and an external SPI-NOR flash device (MX25R6435F). I am getting concerned with the NVS library causing issues,...
Following Getting started with current measurements on the nRF9160 I applied the
to a Thingy:91 (disabled SERIAL, NCS-2.0.0). With that I get about 0,190 mA. That value...
Hi,
I would like to use the NRF52840 dongle (PCA10059) to transfer UART over BLE.
It seems there are some examples available that look promising, but after a day of struggling...
I face problem in k_sem_take() i build a nrf3540 board its successfully running in peripheral uart and some sample programs. while debugging peripheral connectionless rx and...
Hello. We manufacture the device on nRF 52840 and use NFC tag emulation to connect to BLE. We produced two batches of printed circuit boards and there were no problems. But...
Greetings,
In the product specification, it is specified to enable E0E1 high drive when using TRACEDATA[0..3] and TRACECLK. ( Pin assignments link )
Is this setting also...
Hi,
I'm working with a nRF9160 and nRF Connect SDK v1.7.0.
It looks like printk() is not outputting to UART, it previously was working when I was using nRF Connect...
Hi,
I am developing a project that uses TF-M to run some functions from a secure partition. The structure of the project is shown below:
├── lib │ ├── ... │ ├── blst.h...
I couldn't debug with Visual Studio Code, so when I reinstalled it, "Welcome", "APPLICATION", and "CONNECTED DEVICES"
only displayed "Loading..". Please tell me how to improve...