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 there,
Can anyone help me do secure DFU using bluetooth on PC please? I've tried every possible node.js solution to no avail.
I don't care what programming language...
Hello,
To my understanding, normally, either after a reset or powering up, the program should first run to Reset_Handler, then SystemInit, then __main.
Somehow, my program...
i used RTS service example in nRF5_SDK_13.1.0_7ca7556.
I entered the value in cccd,then i see ATT_ErrorRsp: status=0 oc=0x0012 h=17 err=5.
What's wrong with it and how...
We have tried working with nrF UART android source code from Github, it is not working, we have connectivity issue. it is working fine with the uart application which we have...
Hello, I'm developing firmware for a custom PCB with an nRF52832 chip. I've implemented almost all of the peripheral functionality I need (including TWI, GPIO, GPIOTE, delay...
Hi there,
I've already downloaded ble_mesh_v0.9.1-Alpha SDK and I can use arm-none-eabi-gcc to compile it, one thing I want to know is that how can I switch HWID to 52 in...
Hello,
I'm trying to use ble_app_hrs_rscs_relay_pca10056_s140 on a nRF52840 Preview DK using example from SDK 13.0.0_04a0bfd.
When I copy the precompiled .hex file in...
Hi,
I'm trying to add another element with a simple onoff model to control a second LED on the same server node.
I get APP_ERROR. I try declaring m_server0, m_server1, generic_get0_cb...
Hello,
I want to use at the nRF52832 a temperature sensor TMP108 and an EEPROM via TWI bus which are connected to Pin 5 (SDA) and Pin 6 (SCL). I made a lot of time until...
Hello,
I have a custom board with a Taiyo Yuden chip (it integrates an nRF51822 QFAC chip, 2 crystals and the BLE antenna).
I program it using SWD. I succesfully uploaded...
Hi,
I'm trying to use nRF52832 by external oscillator(ash7k-32.768KGZ-T).
When i use SDK13, i just add clock setting like below.
NRF_CLOCK->LFCLKSRC = (CLOCK_LFCLKSRC_SRC_Xtal...
Hello,
I'm using the SDK 14 and the FDS library.
I'm a bit confused about one thing :
FDS uses Flash Storage to write to flash.
Since SDK14 Flash Storage can work...
Working with: examples/ble_peripheral/ble_app_uart . I would like to change on_ble_evt priority level so that UART IRQ handler has lower priority then softdevice event dispatching...