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,
im new in the nRF9160 DK and im trying to do some basic stuff, like "getting started projects" or "testing a prebuilt application" (-> infocenter.nordicsemi.com/index...
This is a arduino code, but got to do it in nrf52840dk can you tell me what should i change , i have given code link and library https://github.com/AurekSkyclimber/DIY-Haptic...
Hello,
I am using NCS v1.3.0 examples and also my custom made C++ code with Visual Studio Code V1.48.2 (Since the latest version of VS Code V1.5 is having official issues...
it seems that Figure 2 on this page https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fpwm.html is incorrect, or at a minimum the figure does not do what the...
Dear Nordic Experts, although the title says it all, please allow me to briefly explain the situation: I'm working on a ble mesh firmware and an accompanying Android app....
Hi,
I have been trying to run nrf9160: AWS_IoT sample on Thingy91 but have been getting the following output in the serial terminal:
I couldn't figure out what mqtt_connect...
The Situation: I am having a Sensor Node that is based on the nRF52832 (S132) and does two things: advertise some sensor data and store sensor data to the internal flash....
I'm porting an application that communicates BLE with a smartphone via nRF52 from SDK15 to SDK17.
It will be Connected, but I can only receive 2 bytes.
Also, even though...
NCS 1.3.0 mbedTLS configuration to the existing app in SES results in compilation error.
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf...
I recently came across the Smart Remote 3 product by Nordic. I currently have a product in development that is a remote that has very similar functionality. Even down to the...
Currently I am facing an issue where the board was not able to power up by itself when a USB is port into it. However, when an external source is connected through the debugger...
Hello,
I have a costum board with nrf52832 chip. when I upload example code "/examples/peripheral/uart/" I can see logs coming and loopback test is working great, but when...
I am inquiring about a custom device that hangs in the ble_stack_init(); and the result is a fatal error.
The custom device has an nRF52832
The SDK is the SDK14
The...
Hi,
I am using NRF52810 which acts as a peripheral to send data to the central . The problem is my device is battery operated,So advertising all the times consumes battery...