Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I try to use the BLE to send data to a smartphone but I have a issue when I try to flash my nRF52 DK, using eclipse. I get the following error :
No source available...
I am using the example ble central devices from the SDK 8.1. The example provided prints out to pin 19 (the on-board LED). I wanted to change the functionality to print to...
I am trying to add ADC to my program per the nordic examples on GitHub.
Using GCC, SDK12, nrf51.
These are the errors I am getting: (sorry for the formatting of this - code...
Hi,
SDK12 does not have Pstorage. I want to show you how to add it.
Steps:
Copy the pstorage folder in SDK11 into the SDK12 \components folder.
Open...
Hello,
I've been working on a project for some time now and prototyping it with replacement atmel ic's like the at mega328 and bluetooth modules and other stuff in the...
My custom board sometimes freezed on initialization process of bootloader (SDK11 dual_bank_ble_s130) when after long running and reconnect the power.
However the symptoms...
I am running the ble_app_hrs example and it runs as expected.
However, I tried removing one or more of the services from services_init as well as the corresponding advertisement...
I implement a card emulation and the card itself doesn't conform to 14443A-3 crc check. I need to disable crc check on card selected event
NRF_NFCT->RXD.FRAMECONFIG...
I've been running a hand soldered prototype board for about a week in an outdoor location where it gets hot and cold (mainly hot), and I noticed it was no longer visible on...
I am trying to add the spi and twi drivers to the ble_app_template project, but I keep running into errors. I am using the SDK 12.2.0. How are we supposed to go about adding...
Problem:
In our project we have one peripheral which can be bonded to many phones at the same time (of cause) while they are still close to it, thus connected via OS. ...
I am trying to scan and connect to a Polar H7 HR belt (which I can do), with m_scan_mode = BLE_NO_SCAN. Once this happens, I understand they are supposed to bond, and at that...
In my low-power application I need to use advertising interval of few seconds (two or more) in order to get lifetime of a year with CR2450 battery. However, the Android application...
There's a great application nRF UART 2.0 that can be used like a terminal with a Bluetooth LE device implementing the "Nordic UART" service. Now I would like to store output...
I am using a nrf52832 with SDK 11.0.0 and sd132. I need to add in-flash storage to my application so I'm looking at the NVMEM documentation and the pstorage module. I understand...