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...
From the online guide page: https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/intro.html
The PDF download - infocenter.nordicsemi.com/.../nRF52840_DK_User_Guide_v1...
Hi,
I tried to sniff 2 BLE devices and decrypt mesh packets using application / device / network keys option available in wireshark. I unable to see decrypted data. Please...
Hi,
I included pwm code in my code and its related libraries and drivers.I am getting errors like these :
I removed non-Softdevice paths from the user include directory...
I'm trying to use this API: NRF_STATIC_INLINE void nrf_rtc_subscribe_set(NRF_RTC_Type * p_reg, nrf_rtc_task_t task, uint8_t channel) to set DPPI subscribe configuration for...
Hello, I'm Jongryul
I want to deliver voice through BLE.
I wonder if this chip supports voice command.
If this chip does not support voice command, I wonder about the...
I'm trying to create a siren tone using the pwm library, that ramps up and down between 2kHz and 3kHz.
Initially I started with the example provided in SDK v15.3.0 nRF5_SDK...
hello community!
Recently I got urgent job to rewrite sensor firmware to nrf52832.
Its not my project basically, another company project.
I wonder why rf52832 didn...
I understand with LTE-M they are supposed to offer greater distances to the cell site, but how do we tell how far away we are from the cell? In the good ol' days, we could...
It says under the S113 information that is supports extended advertising yet I can't see it in the API. I would like to take advantage of the 255 byte advertisement size for...
I want to use NRF9160 for development, now I want to pick something bootloader, so which one do I use
1. \ zephyr, replication, bootloader, McUboot \ zephyr
2. \ zephyr...
I am trying to develop a product with your nRF905. I have two units set up, and can read and write via SPI. However my concern is your poor documentation.
You do not say...
Hello, this is the person who asked about " devzone.nordicsemi.com/.../question-serial-output-uart ". First of all, thank you very much for your sincere reply.
The reason...
Hello
I would like to view the changes in sensor values in real time in a graph. Can you recommend a tool from Nordic or an easy-to-use program?
Thank you.
Sometimes during a DFU update, the NRF52811 can stay in bootloader mode (seen with name DFUTarg and mac_address equal to mac_address +1). I am on Softdevice 16.0 I'm using...
How to read values from 5 Analog pins at the same time
I know how to read from one Analog Pin, but i don't know how to access 5 analog pins at the same time and display...