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...
The first 0:20 sec in video -
in this 20 sec the video shows the ON / OFF switching of led .
The voltage when we click ON is 1.149 and 1.211 of warm and cool respectively...
Hi,
I am using Nordic nRF52832. I wrote the simplest code for entering system off mode. My code does nothing except system off (see below). I built the solution, downloaded...
I would like to use nRF52 DK (nRF52832) to program Fanstel BC805M EK (nRF52805) . I know that the hardware connection looks like this and we need to use the separate power...
Hello,
I want to use / control the nRF52840 Dongle within our own software . We are writing our own production and testing tools in a c-compiler (LabWindwos-CVI) environment...
when ever I pressed execute button it is showing unable to connect j link with usb and enter serial number to connect with IP
failed to open dll is showing at output te...
I'm trying to do a project using the analog ports of the nRF5340 board and BLE together, and I didn´t find any example code, or documentation about this issue.
I only...
Hi,
Currently, we work on a project that uses: nRF9160 Zyphre OS Segger Embedded Studio for Arm (Nordic Edition) V5.10d SDK v1.4.1
We need to implement a source that...
Hi Nordic,
I am writing a simple boot-loader, which is working fine without NRF_LOG module enabled. But if I enable the NRF_LOG module, the main app stops working when it...
Hi.
I'm developing an application in the following environment.
Windows 10
NRF Connect V3.61
Toolchain Manager v0.9.1
SDK v 1.5.0
Segger v 5.34a
I've a number...
I have follow the implementation guide to build the hello_world example and build using the following command
west build -b nrf5340dk_nrf5340_cpuapp samples/hello_world...
I am attempting to run the example program 'heart_rate_collector.py' found in this repo: https://github.com/NordicSemiconductor/pc-ble-driver-py/tree/master/pc_ble_driver_py...
Hi There,
I am using NRF52840 chips in my system. Right now I am designing antenna for the chips. I think the reference SCH of nrf52840 have been completed the match from...
I'm using nRF52 starter kit (nRF52832AA)
I'm trying to build the ANT+ BPWR tx example from Nordic (17.0.2 + 7.0.1)
Having some issues running it, but removing ant part...
Hi,
I am using nrf17.02 sdk and nrf mesh 5.0 sdk for nrf52832 dev kit.
1) I want to send the data to UART not on RTT while using the mesh example "provisioner" example...