Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
hi,
I am a fresher .I am asked to do the communication between nrf51 D K and moblie phone( nrf connect app). Can anyone provide me a sample code and required documents to...
Hi
I am using SPI to talk to an LIS2DH with an NRF51822. I have merged the SPI Master example with the ble_app_rscs example and as soon as the ble advertising begins, my...
nRF Connect has no serial ports to connect to. I've looked in /dev. No unusual tty or cu devices listed. I've checked the forums. Mentions is made about Segger link and "...
Board: custom board
Mesh SDK: V1.0.0
Softdevice: S132
IDE: SEGGER Embedded
BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can control client...
Hi,
I have spent a couple of days trying to find formal documentation on how to update the nrf SDK. I am currently on 11 (as keil pack installer states the version of...
Hello everyone, I come from the 8bits MCU world and I'm used to program my chip with a debugger like Atmel-ICE. But with 32bits MCU I'm a bit troubled to program nRF82832...
I'm using the IoT bootloader from NRF52 SDK 14.2. When the bootloader has nothing to do and starts the main application, the FDS calls all fail in the main application. When...
We're using QuantumLeaps and want to send a message each time a character is received on the UART command line interface transport layer.
Where in the SDK source code would...
Hello,
I have just purchased the nRF51 Development Kit and I am having extreme difficulty getting any of the sample programs to function.
There are the specifications...
Hi,
I am porting a NCI (Nfc Controller Interface) driver to the nRF52. One of the things I am struggling with is that, when reading from the device, the amount of data...
At first i have tried the simple uart code from nRF52 where i could send the AT commands properly and UART communication works fine between nRF52 and GPRS module.
Next...
I use a development board with nrf52832 xxaa, BLE demo from SDK works. But I created own board but with nrf52832 xxab(less ROM and RAM) and changed configuration in IAR project...
Hi,
I want to use hardware ECB encryption and decryption in 52840.I had tested the demo from nRF5_SDK_13.1.0\examples\crypto\nrf_cc310\aes\pca10056 . However,i can't find...
When using the APP_TIMER in SDK14 I am having a problem with the application stopping.
I was using the APP_TIMER to flash LEDs and watch for timeouts in SDK13. when porting...