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...
Hi,
We are doing RF Test for nRF52840DK, and we are using CBT Bluetooth tester. Commands are going to CBT fro nRF board.
My Question is code we need to flash for RF test...
Trying to work through using the FLPR for a virtual peripheral. I can infer things like the VTIM sets counter 0 and 1 to automatically buffer data in/out via the VIO setup...
I am using the Nordic nRF5340 DK to communicate with the ICM-42688-P sensor via SPI. However, the sensor does not respond to the MCU's commands. After observing the SPI clock...
Hi,
Previously it was possible to download the old nrf5 sdks from for instance this url:
developer.nordicsemi.com/.../nRF5_SDK_v15 .x.x/
but it seems to not be available...
Hello,
I'm trying to read the build info of the Bluetooth LE controller using BT_HCI_OP_VS_READ_BUILD_INFO, but I get the following warning:
<wrn> bt_hci_core: opcode...
I am using nrf5340dk and I am facing an issue. I have configured SPI on my dev kit and the screen I am using with it is operating at 5v but the dev kit has 3.3v max. So I...
I bought a tiny board on Aliexpress from HolyIOT. It comes with an nRF52832 and an LIS2DH12 accelerometer. The silkscreen on the board says HOLYIOT-21011-v1.0.
This schematic...
Hello,
I am trying to find a simple example of how to setup and run the SAADC on the nrf5340 in continous mode.
I would like to use the internal timer and only need to...
ZBOSS NCP: ZBOSS NCP Serial Protocol, Version 1.5 states that a "Full featured Zigbee PRO r22 platform is provided".
Is a more recent version of this document available...
The broadcast interval is 2s, and the power consumption is 7ua on the DK board; On this basis, the power consumption when using an external low-speed crystal oscillator is...
Hi,
when DC/DC is enabled, current consumption in sleep is higher than when using LDO.
This is consumtion with DCDC = 0
This is power consumtion when DCDC =...
Hi,
I am struggling getting my production programming script to work in a way where I get everything programmed including the App being validated...
For some reason it...
Hello,
I'm working with a custom board, using an nRF5340 (NCS v2.7.0 but also tested with version 2.9.0) and a W5500. I'm trying to run the DHCPv4 client test just to verify...
Hi,
I have tried the BLE image transfer demo and I really want to have the similar function about the real time data rate calculation. How could I do that? I found there...
Hi,
We are using nRF52840DK. Our main object is to collect the log for the BLE. We have installed the nRF Sniffer software and wireshark tool to extract the BLE Packets...