Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
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 am using nrf52840 and I want to use nrf_calendar example with app_ble_uart,
I am traying to send parameter from nrf toolbox uart app mobile
but I have no idea how...
Hi,
I am using nordic 52840 development kit along with sdk17.1
I am tried to use ble-uart example code to receive data from the app and based on the data i need to write...
I'm trying to follow the instructions to perform an OTA DFU for the Thingy 52.
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/dfu_generating.html...
I'm using SDK 1.7.0. Here's how I have the modem code setup.
Init modem outside of thread loop
Set modem at+ comman CFUN=1 (start searching for a tower)
Once +CEREG...
hi,
when I call 'mesh_stack_device_reset()' function from the application, then the bootloader goes into infinite loop.
exactly at the point int the main() -> init_clock...
We are supplying the nRF52840 from 5 V into the VDDH pin. We are not using the USB interface, so I want to confirm what our options are for the VBUS pin. Can we leave it floating...
Hi,
I am trying to include the CMSIS-NN libraries inside the segger project. Since they are not available in the software package inside Segger Embedded Studio, I pulled...
Hello! I've been using Segger Embedded Studio (Nordic Edition) for the project in nRF Connect SDK.
So, this SDK uses CMake to build the projects. But my project involves...
Hello !
I try to understand all available crypto libraries in SDK 17.1.0 what is applicable for nRF52840 and CC310 cryptocell.
https://infocenter.nordicsemi.com/topic...
Hi,
I'm trying to implement a simple FOTA BLE with MCUBOOT following the instructions in the documentation.
I'm using Visual Studio Code NRF extensions as an IDE, and...
I have an early nrf52840-Preview-DK device that has worked fine before. When the project is revisited the board is no longer detected in any of the programs in nrf Connect...
I am building with west and then using this tutorial:
https://docs.zephyrproject.org/2.6.0/samples/subsys/usb/dfu/README.html
to create a .bin file. I then use nrfConnect...
Using NCS 1.8 and NRF5340
Right now I’m able to use the MX25U external flash that we have attached to the nRF5340, We are planning to ship our board with MCUBoot and application...
I am using v7.0.1 S132 SDK on the nRF52832 processor for BlueTooth Light coded in Segger.
I have a high speed output (50uS) to drive an external device using an internal...