The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
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?
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...
Hello,
I hope you are well.
I am currently working on interfacing an INTAN RHD2164 chip with the NRF52840. This chip is connected in SPI with the NRF52840. The only problem...
I tested NB-IoT and MQTT in NRF9160, and the device could normally search for NB signals and connect to our background through MQTT protocol. After the device uploaded data...
NRF52840, S140, SDK 14.2
I am trying to write to an SD Card. But whenever I insert the card, I get a failure on ASSERT. I believe this is because I am using P0.0 as the...
Hi Nordic,
I understand that there's a way to monitor the RSSI of a Bluetooth connection using appropriate API from softdevice library. But we are currently developping...
Hi,
I'm currently working on a ble mesh project with 2 nodes using nrf Connect SDK v1.4.2 with toolchain 1.4.2:
Device A with Time Client Model - nrf52840
Device B...
Hi.
I would like to flash an external sensor with the Jlink and then to "talk" with him through the internal sensor.
Can I know which sensor an I flashing? All the time...
I handle events directly by invoking the following code after the sd_app_evt_wait(); call:
I poll the events and dispatch them to my handler as needed.
Now if I do this...
What is the operating temperature range for the Nordic Thingy 52? I cannot find it anywhere in the documentation, but there is documentation on all its other sensors.
hi,
After the TX interrupt event occurs, on_radio_disabled_tx() is executed.
There is a timeout event for receiving an ACK. I noticed that the timer timeout was set...
Hi
I'm a bit unsure as to how to interpret the documentation. It's my understanding that zephyr v2.4.99 is an unstable development release. But it seems to be the only release...
Hello,
4-byte long SPI messages, "1234", are sent to nRF 52DK. The code in DK is attached below. The XFER_DONE event is created before the message ends, which happens very...
I thought this would be rather simple as I would design a BLE peripheral in the usual way but the source of data for the peripheral comes from a sensor sending nonconnectable...
Hi,
I am exporting SAADC example to NRF52840 Dongle and I can see this structure:
/** * @brief Input selection for the analog-to-digital converter. */ typedef enum { NRF_SAADC_INPUT_DISABLED...
Hi,
I get read service content retained after reset, and it is read by the central before I get the chance to change it. Please advise how to clear it upon restart.
Thanks...
I want to create two switch EP(if it is possible I would like to it as much switches as possible).
I am using WIndows 10 with Segger and nRF COnnect SDK v1.5.0.
I tried...