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 Devzone Community,
I am facing a run time, peripheral or sensor initialization error in a Zephyr based app, built using sdk-nrf v1.6.1, and its corresponding Zephyr...
My Zephyr based application is buildable and working fine. I followed this tutorial, trying to enable bluetooth OTA for my app: Add DFU support to your application - Software...
SDK Environment: nRF Connect SDK v1.8.0 Target: Decawave DWM1001-DEV. This uses the nRF52832
I used \ncs\v1.8.0\bootloader\mcuboot\samples\zephyr\hello-world as a starting...
Hello,
We have a battery-powered product that currently uses the NRF52832. It is a very low power space-constrained application, so we always evaluate any potential current...
Hello,
I have set my softdevice s132v3 with SDK12.2 and nrf52832 to use connection event length extension and data length extende with connection parameters as shown below...
Two Factor Authentification is enabled for my primary account (I had to create a second one to ask question).
Something has gone wrong with setting up two factor authentification...
I wanted to implement a time sync feature on nRF-52840 DK. I took a reference from this example, but there were certain things unclear to me.
Can somebody explain to me...
Hello. I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
There is a numeric comparison as an authentication method, can I do it with sdk17.0...
Hello,
I'm new with Nordic products, and I'm trying to use my New dev kit nrf5340 DK.
The request today is about my code, I implemented my code in the DK, and now I want...
i have nrf52832 and softdevice s132. i want to calculate throughput. i tried running ble_att_mtu_thorughput example and read https://www.novelbits.io/bluetooth-5-speed-maximum...
Hi,
when debugging BTmesh (with MPSL) breakpoints trigger an assert. This is listed in the known issues of the nrfConnectVScode page:
https://nrfconnect.github.io/vscode...
Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I followed the instructions here: https://devzone.nordicsemi.com/guides/short...
Hello,
I want to build a configuration where MCU Boot secondary partition is in the external flash and QSPI data encryption is turned on.
I modified the nrf_qspi_nor...
Dear, I want to interface nRF5340 to normal 16x2 Alphanumeric LCD running on 5 Volt. Are the Port pins of nRF5340 5 Volt compatible when nRF is running with 3.3 Volt supply...
Hello,
After succesfully configuring the W5500 driver using Zephyr, I am trying a few examples in the given samples (socket echo). I am unable to send or receive / ping...