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'm trying to use timers 1, 2 and 3 in my application which also uses the app_timer. It works fine when I'm just use 1 & 2 but after inserting the following code to...
Hi, can you point me to the documentation that tells me what preprocessor defines are required for properly building ble_blinky_c or similar please.
The reason is for setting...
Hello,
I am facing problems when I send 3 consecutive chunks of 244 bytes on BLE. My actual task is like receive from SPI and send it to BLE. I am receiving data in chunk...
Hi,
I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.
I am using nrf52840 DK and also nrf5340 DK to perform...
Hi Nordic Leaders,
Regarding nRF5340 and nRF connect SDK
Objective: Update blue tooth data transfer rate between 1Mbps and 2 Mbps.
Details:
As it is not possible to...
Hi I am merging BLE Peripheral code and I have added all .c files and added the path in C/C++ compiler and Assembler but it still shows definition missing
You can see...
we are using NRF52832 for my development. Also implemented 1 custom service. Currently we are using 2 standard services and 1 custom service(12 custom characteristics) with...
Hello, I saw another post with a similar question regarding the same error message from a few years ago that went unanswered, I figured I'd reask the question.
I am attempting...
Dear Support
I think gpio_nrfx_port_toggle_bits() is not task / interrupt save.
When between nrf_gpio_port_out_read() and nrf_gpio_port_out_write() a task switch or...
Hey,
I am working on a project as a internee using acconeer xm122 sensor and nrf9160 dk.
I want to know that how I can connect nrf52840 on acconeer xm122 sensor with nrf9160...
Hello,
I am having some trouble migrating from the nrf52 DK to my custom board with an nRF52832 and running as standalone. The application is working as intended when the...
Having an issue that suddenly started with my nRF5340. Tried swapping out batteries, USB power supplies, cables, still have the following error. What is weird is I don't get...
I'm following the secure bootloader examples for nRF5 SDK 16.0.0 with my nRF52840 DK, with Segger Embedded Studio on Win 10 x64. Android Phone used is Samsung Galaxy Note...
Hi.
Im new to ncs and zephyr but I've got lot of expirience in embedded software.
Today I add a class and a global instance of this class.
So I expected that the constructor...