As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
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,
IC : nrf52832
SDK : Mesh_v1.0.0
I am testing the light_switch demo of the Mesh_v1.0.0.
I don't have 32kHz osc on my server board, so I have to change the clk...
Connect USB to PC, no "JLINK" device. But connect USB to PC and press reset button at same. I can see "BOOTLOADER" device.
How can I get my board to normal?
I am trying to create a network mesh using the multiperipheral example.
In the original version the communication is possible only:
central >> peripherals
peripferals...
Hello,
I am wondering if you have any plans for implementing a Softdevice that supports BLE mesh network on nRF52832 in near future?
If not, if I were to implement it...
I'm reading about beacon scan response requests and scan response packets, where a client (like a phone) can request the beacon respond back with local name and other info...
Hello,
I need to implement mesh networking capability in the beacons which are ble5. Can anyone explain me how do we achieve that?
I want send specific data via one...
Hello,
I have nrf52832 and sdk14.1.
Everything works fine but after starting the device i get this information and there is no further progress from there on:
<info>...
Hi,
I need to make two FSRS to read and display the output simultaneously. So, initially I had to get the ADC values from two analog pins at the same time. After struggling...
Hello all:
I have a big problem,I use SDK13.1, softdevice is S132_V4.0.2.When the program starts executing scan_start(),the program crashes.
At first I thought there is...
I'm developing a minimal bootloader on the nrf52832 that just reads/writes flash and decrypts some data already present in flash. I'm using the Bluetooth Spec's own sample...
nRF51822 sdk9.0
I am having a problem with GPIOTE. I have four interrupts programmed on four different pins.
As long as the signals do not transition at the same time...
I would like to use an external JLink and the interface MCU's virtual COM at the same time. I want to control the nRF52840 via UART connection using one host (Raspberry Pi...
Hi. I have a peripheral application that spends a lot of time doing stuff, but not in a BLE connection. In order to debug it, I have it use nrf_log with a backend that just...
Hello,
I would like to capture sound using pdm driver and to get this info in the computer using uart.
When I have the buffer from pdm I copy some data in a buffer to...