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...
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...
Hello,
I have used the NORDIC power calculator to calculate the current consumption for different advertising intervals.
Adverting interval (ms) Current (mA) calculated...
Hello is a starter developer
I used the nrf51822 chip on the pcb board and downloaded the example code but it did not work.
When I checked the 16mhz external crystal on...
Hi all,
I am a bit confused about the use of SOFTDEVICE_HANDLER_APPSH_INIT and similarly APP_TIMER_APPSH_INIT. I've not been able to find anything in the documentation...
nrf52840, S140.
So for the past 1 or 2 weeks I have been fighting with this problem :
Now it turned out that the connection handle may actually be INVALID, it's 0! ...
I am using nRF52840 DK as a SPI slave with an external MCU configured as SPI master. The SPI clock frequency is set to 1 MHz. I am using the following pins for SPI:
P0...
Hi All,
I have just got my nRF51 kit (S130) and started working on a beacon project which would transmit advertisements packets from peripherals over a RS485 to a server...
Hi,
im running my DK as a central of a BLE connection and i'd like to read the device_name of the peripheral board that im communication with. how do i do this? i cannot...
Testing on nrf52DK (QFAAB0), without softdevice, unfortunately still on SDK10 and
NRF52 sleeping on RTC. Programming pins disconnected.
Measured:
low frequency clock...
i am total beginner to the nrf51822. i am going through the nan-36_v1
app note is using s110 but i can't find that soft device in sdk ? is there any changes has to be done...
Hi,
I took the ble_hrs_c code and modified it such that it has the NUS service and can connect to 2 peripherals. The code works when I power cycle the central+2peripheral...
hi Engineers!
I am trying to use int. pullup of 160k but no effect. the voltage remains zero on pin.
config.resistor_p = NRF_SAADC_RESISTOR_PULLUP;
what problem?
...
Hi All,
sometimes i have a problems with bonding: the Nordic APP said "Couldn't pair with xxxxxx because of an incorrect PIN or passkey".
Why i have this errors? What...
Hi guys,
i'm trying experimental_ble_app_queued_writes out. I have some strange behavior.
The qwr service is
6e400001-b5a3-f393-e0a9-e50e24dcca9e but the characteristic...
I am developping NUS server(Peripheral) on Android. Central is ble_app_uart_c on nRF52832.
In this case, service discovery cannot be completed.
According to the console...