Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
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...
Hi,
My journey for upgrading from SDK 1.3 to 1.4 continues. Now I have hints about how to not make random number generation to crash devzone.nordicsemi.com/.../nrf9160-sdk...
Hi Dear
Good Day!!
I want to know about which clock frequency they are used in nrf5SDK internal or external FREQ, and along with the where can i find the declarations...
Hello,
I am trying to work on an application to transfer BLE characteristic data to an SD card.
I ran the FATFS example on my setup and it works perfectly with the Test...
Dear sir.
I'm an engineering working on circuit design , micom program, and PCB artwork. from korea. My name is Jeong eui-jong.([email protected])
In conclusion,...
Dear Nordic Team,
I am currently using nRF52840 with nRF5 SDK v16.0.0 for developing a prototype of wearable device.
The wearable device should be able to act as
a)...
I'm implementing the full modem firmware update as demonstrated by the sample located at /samples/nrf9160/http_update/full_modem_update.
A bunch of it works. I'm able to...
I try to modify one of the pc-ble-driver examples to work together with my PCA10040 and the Nordic UART Service example in my Qt application, but the application doesn´t discover...
Hello,
I'm currently using SDK v17.0.2 with the NRF52840 on nRF52840-DK Board. After going through the example code of "nrfx_spim" I was able to get up and running. I...
Hi, I am trying to integrate DWS3000 (UWB) APIs, given here to nRF52840 with BLE stack enabled such that my firmware can blink Eddystone packets at the same time when UWB...
The customer requested that pairing be prohibited under certain circumstances, so I called API
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP...
in ~/ncs/zephyr/samples/hello_world/prj.conf or in ~/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig
CONFIG_I2C=y
in my nrf9160dk_nrf9160ns.overlay...
Hi,
We are using nrf52833 for measuring angle of arrival. We got IQ samples from the device we need to calculate the phase difference from that IQ sample. please explain...