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,
I am using
nRF52832
SDK 15.3.0
The soft device is S132
JLinkRTTViewer for debug
I am making dfu using ble.
After all downloads are finished, the board...
Hello,
I have a problem witch border router (based on rpi) configuration. In rpi there is a wpan0 interface to thread and eth0 for ethernrt. I need to establish communication...
Hi,
I would like to write a string to flash in mqtt_simple SDK example using latest modem firmware and ncs v1.4.0. I based my code off the zephyr example (samples/subsys...
I have a NRF52840 device which advertises connectable every 2 seconds for unlimited time.
I'm running a custom service (based mostly on this code https://github.com/NordicPlayground...
Hi Team,
we are using the Nrf52840 board for our development. We are facing one issue with RAM Structure Corruption.
We have one Global structure in our code, in that...
Good morning,
I have my BLE application developed on the nRF52840 and S140.
My application is perfectly working and I'm able to bond (pin required) any Android smartphone...
To the kind attention of Nordic support team,
Our product should be able to establish encrypted ble connections using passkey (the strongest security level in ble) and...
Hello,
I am trying to use multiple Nordic USB dongles to perform multiple DFUs simultaneously. I've found with the help of Nordic FAEs and through some testing that spreading...
I have MAX17043 c and cpp library how to include it in the new project file in Segger Embedded Studio. Whenever i try to create my own project and try to compile it gives...
Hello all,
I use a nrf9160. In my program, I would like to use a watchdog to be sur than my application is running.
1. I would like to save some data in memory without...
I just downloaded nRF SDK 17.0.2 and installed Segger Embedded Studio V5.20a
I opened the blinky example for the nrf52840 (C:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\peripheral...
Hi everyone!
I got a Nordic Thingy 91 and I have tested the sample Asset Tracker application. But now, I want to build and program my own application, I was reading this...
I have a problem with a call to sd_ble_gattc_read() made within on_primary_srv_discovery_rsp that is reading vendor service UUID and returns with NRF_ERROR_BUSY. I am following...