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 have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
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 there,
I'm using a PCA10040 board, and the app that I am working on was originally built in SDK 11.0. I'm trying to send a stream of arbitrary bytes over USB using the...
Hello.
I am trying to download a program, but I get this error.
Beacon does not work when downloading in order of Application -> SoftDevice as indicated by the error...
Hello,
In the blinky project, I have added the following peripherals to build up an application
Timer
UART
SAADC
PPI
I have followed the saadc peripheral...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...
i have two tablets and one peripheral.Now with the code i have i connect to only one device .if i want to connect to same peripheral with another tablet i have to remove the...
Hello:
I have used the nrf52832 .when the radio have get a packet and disable the radio.I find the "NRF_RADIO->CRCSTATUS" register is "1" ,why?how "NRF_RADIO->CRCSTATUS"...
I am developing a BLE remote which will work with Android and iOS(as a remote shutter for camera). I used nRF's HID keyboard example as a base but it does not have volume...
Hello,
we are using the example ble_app_uart_c as basis.
I found out , that it takes about 650ms after Reset / Power up before i can send a string over ble.
The connection...
Hey there, I have a problem when use the command nrfjprog --memrd xxxx.
I was running a simple blinky led example on a nrf52 custom board, then i read some information from...
Hi all,
I am working on a project which receives data from UART (15 bytes at every 40ms interval). I want to store 1 minute of data on the NRF52832 RAM before sending it...
I have peripheral BLE device which can have several centrals in its whitelist. It should be able to connect to central with higher priority first, for example: device have...
Hi
I was using sdk 14.0.0. And I was adopting s332 as a soft device version and I was developing. However, when I go to Nodoric homepage and look for information, there...
I have an application for the nRF52832 which is working fine on SDK 12.3 and I am trying to port it over to SDK 14.2.
After some tweaking I have got the application ported...
I used example ble_hrs_freertos_app of SDK nRF5_SDK_14.1.0_1dda907.
I added one task for LCM (XPT2046) in the example.
i used the function :
When added the display...
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...