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 there, I'm trying to combine the BLE Multilink example with the Throughput example, with the hope that I can connect 1 Central to 2 Peripherals and get a high throughput...
I would like to emulate a NFC type 2 tag on a Nordic nrf52833 based device. I have the source code for the NFC driver (nrfx_nfct.c), but I can not find the source code for...
I would like to know if Nordic could provide me with a Zephyr compatible pre-compiled nfc_t2t library (nfc_t2t_lib_gcc.a or nfc_t2t_gcc_no_fpu.a). I managed to link library...
With SDK15.3 (it appears the issue exists in 17.1 as well), we are using the flash backend. To read the logs, we are doing the equivalent of flashlog_read_cmd(). This eventually...
Hi Everyone,
I recently purchased an nRF52840 DK (PCA10056, 2.0.1, 2021.7, 68365177) from mouser. Yesterday I successfully installed the nRF Connect for Desktop v3.9 application...
Hi there,
Does Nordic provide support directly for the Taiyo Yuden EKSKDNZWB Eval Kit and the EYSKDNZWB module? The Taiyo Yuden documentation seems to suggest that's the...
Hello,
I'm trying to see serial data (polling async method) coming from a single-wire signal. I have verified via an oscilloscope that there is indeed data on that wire...
Hello,
We are using nRFSDK v15.0.0 and nRF52840 in our system. There is also an external MCU that is connected to the nRF52840 via UART. Currently we are trying to perform...
Dear Members,
I want to use SDcard with softdevice, when I run fatfs_example()
I got this :
nfo> app: Initializing disk 0 (SDC)... rror> hardfault: HARD FAULT at...
Hello,
I've been working on a simple application to scan for bluetooth packets being emitted by another system, which advertises at a consistent 10Hz. We apply a filter...
Hi,
I try to do a OTA Update with watchdog enabled . The OTA Update runs and boots image B but this is stopped after watchdog timeout (1Sek). In my code the watchdog runs...
Hello all,
I am trying to develop an application where the user will input some specific commands i.e hex value of 0x01 via a mobile application and then via bluetooth this...
Hi,
I am migrating my code from sDK15 to SDK17. In SDK15 code app_timer_start() working fine with any timer value. But in SDK 17, I am getting error code 7.
When I debug...
Hai
I'm working on nrf52832 NFC, I have a few questions.
is NFC ID in nrf52832 is unique?
can I use it for payment purposes?
if that ID is not unique, any other solution...