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...
Hello Devs,
My device is passing through a certification process and shows up a question, which is the maximum altitude for nrf52810 for functionality. If exist any maximum...
hi, i am using nrf5340 custom board, i m trying to recieve data through uart in nrf5340 custom board from some other board.
i have defined separate pin numbers for rx and...
Hi,
I am starting to play with the nRF9160 as a modem with an external MCU and I can see that the CMUX multiplexer (GSM 07.10) is not supported by the internal modem....
I set static passkey to "123456" and enter "123456" in nRF Connect passkey request dialog. But sd_ble_gap_sec_params_reply() return 0x8 error code.
static void ble_evt_handler...
Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor continuously sends 9 bytes...
I have to interface the spi flash with NRF52 to store the data and retrieve the data back. Read, Write and Erase the data collected from sensors. The problem is the device...
Dear Nordic,
We have developed a product based on nRF52832 with DCDC regulator and no external crystal. The radio transmit power is 4dBm and the advertising interval time...
I've been slowly adding NVS functionality to my code. Has been working fine, up until today when I attempted to write a struct I have for storing historical data to flash...
Hello,
I'm Electronics designer, our Team faced some issue regarding BLE Mesh connectivity,
Q1. We have observed that It's taking so much of time(>3 min & upto 14 minutes...
Hello,
I am trying to combine results from the temperature sensor which works in I2C protocol
and in RTT prints I get an error <err> i2c_nrfx_twim: Error 0x0BAE0001 occurred...
Hi,
I am using the https_client sample with some modifications on a thingy91. I want to find the biggest buffer size the send() function can handle without failing. Do you...
Hi,
I'm currently reading the local time from a client via the CTS over BLE, but need to convert that in my nRF52832 to UTC time. Is there some API's available that do this...
Hello.
* nrf52840 sdk17.1.0
I'd like to indicate " Peer removed pairing information " pop up on iPhone when nrf device deletes bonding list. so I edited source like...