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...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi guys,
I want to use a smartphone as a poller and the NRF52832 as a tag device. I use typical, high-rated apps desired for sending and receiving data by NFC. I tried the...
Hello, this is my first post on DevZone:-) I'm working with DWM1001-DEV board. I know that this board contains an nRF52832. I'm configuring the SAADC to measure the battery...
Hi
When I use the SDK 15.2.0 & Mesh 3.10.
This light_switch example of advertising bearer(Mesh Profile 3.3.1) default to using the channel 37.
So,I try to change the...
Hello , I started a new project with bluetooth mesh for which I am using Nordic development kits for testing. Nordic offers a provisioning application for the mesh network...
The download for the latest nRF Connect linux client (3.1.0) is linked to the wrong file.
The correct download link is available on the github releases page: https://github...
Hi,
I want to sample ADC signals and send data when requested via BLE or UART. I set a timer that triggers every 100 ms and gets ADC data. To store the data, I would like...
Hi. I'm using nRF52832, SDK13.0.0.
I need to use ECDH curve25519.
I just realized that Oberon has 25519.
There is Oneron library in ble_app_eddystone example.
I think...
I have written a flash code using fds in which i am trying to save the data 7pages(1024 each). I have defined array of record key and fie ID for it.The problem it saves for...
Hi. I'm using nRF52832, SDK13.0.0.
I need SHA256.
My code is
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256);
const nrf_crypto_hash_info_t hash_info_sha256 = { .hash_type...
Hello,
Using nRF5 SDK v15.3.0 Peer Manager drops Service Changed indications if an ATT MTU exchange is in progress, this hapens because function service_changed_cccd() in...
Hi there,
We need help with BLE bootloader.
Here's our setup: nRF5_SDK_15.3.0_59ac345 52840, Production PCB SES compiler for bootloader IAR 7.60 for our production code...
Hello,
I am using nrf52832 SDK 15.3.0, in Segger Studio IDE.
When i am using NRF_LOG_FLUSH in my application , then application is getting stuck in the below code:
...
When the transmitter frequency is 2445MHz and the receiver frequency is 2413MHz, the receiver will receive the data from transmitter correctly. Not only the receiver can receive...
Hi, currently I use nRF Connect v3.0.0 to flash my nrf9160-DK. With the Segger Studio from Nordic I am able to generate the merged.hex but now my problem: I erased the chip...