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 developing a custom application starting from ble_hrm_freertos application. When NRF_LOG is enabled there is no way let the chip in low power consumption. I found...
Dear Technical Support,
I have faced a problem debugging firmware on our custom board based on Nrf52811. We use j-link EDU and Segger Embedded Studio as development tools...
Hello Nordicsemi community,
1) manual build of mcuboot - When trying to build the mcuboot for nrf5340 via the mcuboot/samples/zephyr via the west build command, the build...
HI , nrf52832 with SDK v16 on that using this nus example location below mentioned
examples\ble_peripheral\ble_app_uart\pca10040\s132
in this example, didn't change...
Hello,
I have recently received the nrf5340 development kit as part of the Hackster contest.
I followed the webinar and to get started
1. Connected board via micro USB...
I started a new ticket since I got a solution to not connecting to the cellular network. Apparently the iBasis sim is not working so I acquired a Hologram sim. I now can connect...
the code yesterday when debug can pop out voltage ,i do not chang anything today ,the code can not run the location ,i make three breakpoints in code and debug ,the code only...
First day using the new dev kit nRF52833-DK. Connected it up following the instructions on nordicsemi.com/start52833dk - computer won't mount the JLINK removable disk so I...
Hello, i have complied and run this https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial program, so in on_write function am copying data from receiving buffer...
I am using nrf connect SDK version 1.4.2 and the AWS_IOT api to send data to an AWS IOT mqtt broker.
When our device boots, it correctly connects to AWS. However, when trying...
Hi,
I want to use some of the nrf9160 DK pin as feedback or notification out for other microcontroller.
So when i am using gpio.h Library it was showing error. I am...
Hi Team
From what I learned, the BPROT or ACL can protect the bootloader can not be modified by the application.
But is there any way to protect the chip from erased with...
Greetings!
I have a central that's writing BLE messages to a peripheral. The characteristic on the peripheral is a 32-byte array, and my experiment is to write 32 bytes...
Hi, I'm running a custom board with a custom example on SDK 15.3.0 using the SDK 15.3.0 Secure Bootloader and SoftDevice S112 V 6.1.1. The used nRF52832 is flashed with a...
I followed the description Timers — Zephyr Project Documentation here.and implemented a basic timer functionality in thingy91.
volatile bool update_timer_expired=false;...