Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi,
I have developed attached code for I2C communication with temperature sensor. The main function I2C_sample() checks whether sensor is detected by detect() and then performs...
When I try to debug my nrf9160 app through segger, it never starts. Hitting the pause button brings me to main.c in the mcuboot project, and it stops on line 214, Unable to...
Hello,
I'm evaluating both the Thingy:91 and nRF9160, trying to walk through the Getting Started Tutorial . Despite connecting my nRF9160DK to my Macbook (via an HMDI/USB...
Hello,
I am facing below AT_cmd errors after flashing my application to nRF9160 DK. Please support me how to resolve these errors asap as its blocking our product development...
Hi,
nRF Desktop v3.9.1 with Programmer v2.0.1 were almost functioning like the much older versions, but with the upgrade to v3.9.3 + v2.1.1 it is no longer possible to program...
Hello,
I have a running thread network now. Yay!
I am using a BMD-341 module from a old board as a Thread Sleeping end device. Getting great results.
I've flashed the...
Hello, we have made 50 cards with your microcontroller,out of the 50 cards there are 6 cards which consume about 10µA in sleep, while the others consume less than 1µA. Have...
Hi All,
We are using NRF52832 for our project.
We are using LED driver based on I2C protocol.
Do we have example code for I2C driver?
Please send some example/sample...
Hello,
I've installed nRF Connect for Desktop for Mac and from the UI using the Toolchain Manager I've installed nRF Connect SDK v1.8.0. After installing the extensions...
Hi,
I have been developing an application that reads sensor data (over SAADC and SPI) over an interval, serializes the data, and transmits the data over BLE_NUS to a companion...
Hi Nordic,
when I enable the Bluetooth configuration, the sensor trigger stop to work. when I comment the Bluetooth configuration, the sensor trigger back to work.
I recorded...
hi support team,
for nrf5 sdk ble_app_hid_mouse example, this example shows how to use swift pairing, it works. but I have one question for it, after I press reset button...
Hi, I'm trying to run samples provided by Nordic but I fail. My problem is west can not find my Jlink.
I can flash the chip (nrf52840 custom board) using nrfjprog
...
1. When I run the SDK routine provided by the official, ble_app_uart program, the circuit board acts as the peripheral , the protocol stack is pre-downloaded to the board...
Hi, I am new with nRF microcontrollers. I created a custom board that mounts the nRF52840 microcontroller. I made a firmware that uses BLE to exchange data and everything...