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...
Hi,
I run the sample zephyr/samples/bluetooth/periodic_adv on 5340, if the controller selected software-base ( CONFIG_BT_LL_SW_SPLIT ), the sample work well; if BT controller...
Hello,
Currently we're working on improving our DALI driver on the nRF52832 chip, because we've experienced issues with transmitting DALI bits with the correct timing. The...
Hello everyone,
I have been trying to get the nRF9160 DK connected to Edge Impulse Platform but it is not possible. i have been following this viedo Connecting nRF9160 DK...
Hello,
I have understood that the pc-ble-driver library is currently in maintenance mode[1] and not getting new features anymore.
We are using pc-ble-driver-py library...
Hello Nordic support,
I am planning to develop an application that will either use Zigbee protocol or BLE protocol. The protocol to be used is determined at startup by reading...
Hi all!
SPI3 Slave project is not built - error:
identifier "__device_dts_ord_DT_N_S_soc_S_peripheral_50000000_S_spi_c000_P_cs_gpios_IDX_0_PH_ORD" not determined
C:\ncs...
Hi,
I want to measure CO2 in different locations using two similar CO2 sensor ( MiCS-VZ-89TE). I can communicate with the sensor over I2C0.
But because two sensors have...
We are facing an issue in nrf52840 (SDK 15). Our hardware uses timer, SPI, USB, FLASH and uDMA. implemented watchdog timer and its working fine as well intented. But in some...
Hi I hope you can help me with this.
I'm using a nrf52833. When I build I see Flash usage of 278044 B.
Regions Size 512KB.
My custom board has this in the Flash0 settion...
Hi DevZone, I am using the nRF52840 to interface an ADS1298 (ECG Chip) via SPI.
I want to test if the communication between the devices are working by:
- Sending a RREG...
Hi All,
How do I disable the BLE stack completely such that I can switch to the DTM stack (DTM example using direct nrf_radio calls)?
Current I disable advertising and...
I want implement beacon function on my Qualcomm BSP board.
However, I'm testing with nRF52 DK in advance.
And need DFU OTA update for my F/W application.
So I'm implementing...