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...
Is it possible to enter DFU / OTA from a DWT
i.e if the code crashes, and I can't trigger DFU mode by writing to a characteristic, can the WDT jump straight to the DFU...
I met this issue on some Android devices.
GATT connection is disconnected before before service discovery finished.
The issue is reporeted in following link.
github.com...
Hello, I'm using an android device to set cccd, it worked when I was running the project on nrf514xx @s110, it no longer does on nrf52840 S140, so now I wanna make sure the...
I have reformatted the code I had added earlier.
Following is the sequence of code
uart_debug_init();
gap_params_init();
services_init();
advertising_init();
conn_params_init...
NRF52832 S132 MPU6050 TWI
I want to finish the function:
When the ACC, GYRO data update, the INT pin to generate an interrupt, and then in the P026 pin configuration...
Hi,
I have the Nordic Thingy:52 (PCA20020 1.0.0 2017.19). It worked well until I downloaded new version of firmware 1.1.0 and updated Thingy. After that I didn't see advertising...
I want to use the UICR customer registers to store MAC/serialization information for my devices. It looks like the UICR customer section would be great, and the product spec...
I want to use whitelist in Central (nrf51822,SDK12),but I don't know which function to add the MAC address.
These three functions:
peer_list_get(pm_peer_id_t * p_peers...
Hi,
With S132 it is possible to advertise on specific channel.
See devzone.nordicsemi.com/.../
But, since from BLE5 advertisement can be done on any of the 40 channels...
Hardware: redbearlabs Nano V2 (see pinout below)
Programmer: DAPLink v1.5 supplied by redbear
IDE: Arduino with the redbearlab nano 2 board package
The schematic can...
I'm writing an Android application that connects to various BLE peripherals including the NRF51 and NRF52. I don't know if this question is appropriate for this site, but...
Hi,
we are trying to disable 2 of 3 advertising channels on nRF52832 SoC with the softdevice S132 (1.0.0-3.alpha) installed. The example project ble_app_beacon works well...
hi
I am using ESB_DPL protocol between 51822 and 24LE1, and i used the sdk 12.2 examples/proprietary_rf/esb_ptx.
In my case, 51822 sent some packages with PTX mode,...
Hi,
I am interested to hear if anybody knows if it's possible to use 6LoWPAN on an iOS device together with nRF52832 ? I tried searching online but have not got any hits...