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...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Our current project (custom nrf52 board SDK12.2) is set up as a peripheral device with the phone being the central device. This nrf52 device is plugged in and power consumption...
I continue to debug, via remote control on the other side of the world, a particularly nasty issue that is occurring in only certain units of a device. I had been blaming...
Hi,
I am trying to add saadc sample code to ble_blinky sample code. But I faced a problem. It seems that the sdk_config.h file is not recognized by the sample code. and...
HI, i m beginner in TWI with nrf52832. i want to write a bit in a registre of hmc5883l but i didnt succeed. what i want to do is :
writeByte(devAddr, regAddr, b) ==> (...
I would like to implement the mbed-os uVisor on a NRF52832.
Therefore I need to specify some addresses in the provided linker file.
Now the file: mbed-os/targets/TARGET_NORDIC...
Hi,
I'm trying to notify the temperature value with Tutorial Characteristic Master example. But log shows me this rows when I try to read the Descriptor Client Characteristic...
I am confused with whitelisting and advertising/scanning with device name
I have a peripheral and a central device, peripheral device is advertising with device name set...
I've had really great answers on this forum from knowledgeable and helpful people. That's why I'm always advertising for you guys (no stock though). :-)
In that sense I...
I am currently designing a customized pcb with the nrf52832 with other two sensors. I have two questions related with the design:
I know that the nrf52832 has the...
Hello,
i'm currently trying to implement the bcast mesh into an existing application (sdk v6.x.x + S110 7.1.0).
The github readme states that the bcast-mesh is working...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
I have noted that Nordic now has 0xFEE4 and 0xFEE5 as registered 16-bit service UUIDs, any chance one of those is a short alias for the Nordic serial service?
I modified the nordic uart apk from this website
github.com/.../Android-nRF-UART
and I do some revising below
MainActivity.java:
if (action.equals(WearableService...
Hi Nordic.
I have received here in Norway my first batch of BLE 5, and we are about to start developing and building our wristband with the only purpose of monitoring/positioning...
I am currently using nRF52832 with SDK v11.0.0 and S132 v2.0.0. I'd like to enable either RTC2 or RTC0 as a dedicated counter for the keeping track of time (LFCLK). RTC1 is...