IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi
I have questions about nPM1300 VOUT1 inductor
1. Our load current for VOUT1 will be <20mA, so could we use below inductor?
2. Datasheet 6.3.5 define it's recommended...
Hello
I would like to use the SPI to communicate with an IC without having a software driver.
I have the following device tree:
& spi2 {
compatible = "nordic,nrf...
Hello,
We are using nrf52dk, with zephyr OS also we have done the setup in VS code with extension.
Toolchain version: v2.9.0
SDK version: 3.7.99-ncs2, these all came...
Dear all,
I'm having difficulties scanning as a central device showing the short /long names like e.g. "Polar H10 xxxxxxxx" I can see the names when scanning on my smart...
Hi,
We recently managed to get the onomondo softsim working on a dev kit, we used the sample code provided by onomodo to do this. Now we want to add the softsim to the nrf_cloud_multi_service...
Hi everybody,
I have problem with my nrf9151-DK and attemp to create PPP communication.
First of all, I have to say that I am a beginner in this matter. I haven't come...
Hi,
I'm new to the nRF52840 and BLE and want to send a simple string like "Hello World!" to a paired device (phone) at a cadance of 1Hz e.g. I started with the peripheral...
Does anyone have experience with using a TP4057 with the nRF5340 for charging and fuel gauging? I watched Adding battery charging and fuel gauging to your nRF52 Series project...
Hello,
I am using the nRF52832 WLCSP with the imprint "N52832 CIAAE0 2207A5", and my FICR reports a codepage size ox 0x400 and a code size of 0x100. This results in a...
Can the nrf7002 be set up to have both a STA virtual interface and an AP virtual interface at the same time?
From all the documentation it doesn't specify that only one...
I am using the Nordic Mesh Library with an ESP32 IDF-based application on the ESP32 side, and I am using ESP32 BLE Mesh. On the Android side, I have created a node to send...
Hi,
We are using the nRF52832 in a battery such that we have a 3V3 LDO configured to turn off under a certain battery voltage. Now during testing we have discovered that...
Hi,
I have made my own custom board with the nrf52811. Therefore I was using the nrf52dk.
I have made connection with my custom board and simply want to blink an led....