Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi, I'm using the ADC in differential mode with 0.6 V as reference and 1/6 as gain. This gives me an input range of 3.6 V. Given is a voltage divider with R1 = 200 Ohms and...
Hi everyone,
I am using NRF52840 and I want to keep updating a timestamp number into flash memory. My solution is to create a file and keep updating that single file....
Please tell me how to combine projects.
I made several projects using the default project.
procedure
1. Copy one of project A and project B.
2. The source code,...
We are having issues with data not being relayed across the mesh network.
BACKGROUND Here is some background information on the project.
The device is an industrial IoT...
I have combined the two example codes one is buttonless dfu bootloader and another one is ble uart
after combined there is no error while building the code. but advertising...
Hello. For a long time I see that nrf9160 Serial LTE modem examples are not stable, tested few times in a year.At very begininng I have customized for my own needs SLM application...
Hello Community,
I downloaded SUPL library of version 0.7.0, my ncs version is v1.5.1.
I have changed following in prj.conf
I am using NB-IoT network of vodafone so...
Hi, We are planning to use nrf52833 forone of the project and BLE mesh ned tobe implemented.We have downloaded nRF5 SDK v17.0.2 and nRF5 SDK for Mesh v5.0.0. KIndly let meknow...
I'm implementing the SGTL5000 driver found on the github Nordic playground with the NRF52832. My custom board connects the NRF chip to SGTL5000. I've changed the drv_sgtl5000...
Hi. I'm trying to build the hello world sample using the NCS following this guide , but I get this error:
Building ‘modules/secure_module/spm_subimage-prefix/src/spm_subimage...
Hello Everyone,
i'am trying to build my Hello_world application but i'm having some issues and i can't figure it out there's some ninja file whch stopping the build does...
I'm using NRF52840DK, sdk for mesh version 5.0.0, sdk nrf5 version 17.0.2. When i add FreeRTOS into LP example, i have some problem:
I think it problem with timer mesh and...
Dear Members,
Can I merge the code from this example :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_plus\ant_bpwr\bpwr_rx\main.c , it's using S212
with,
E:\nRF5_SDK_17...
Hi, I'm using the nRF Mesh Library for Android and I'm looking at the data of a mesh network in JSON format. I don't see anywhere the sequence number of a provisioner. Where...
I am following the guide on this page: https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
I can build the firmware, but having trouble...