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.
...
I'm working with S132, SDK15.0 and an NRF52832 defining custom services.
I have two services with each with several characteristics. I need to be able to determine which...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK. I want to use nrf51 as SPI slave and other MCU as SPI master. I am using spis_pca10028 as example.
...
I'm try to sending command to our device for using ble_nus_c_string_send function, but there has a problem when I addition 0x00 value in data the client can't receive any...
Reviewing the PCA63511_Schematic. On Sheet 2, looking at the nRF52832 chip
(1) What is PO.05 used for? It controls the BJTs (Q1A, Q1B and Q2A) which clamps the input to...
Hi,
We have a board with a nRF8001 running with a STM32F4 as device role.
The bluetooth profile is Nordic UART.
We successfully connect and exchange data with Linux...
Hi everyone,
I'm trying to evaluate the BLE mesh SDK, using the example of the light_switch.
I have the SDK15 and the the SDK_mesh v2 and I am able to compile everything...
I downloaded nRF toolbox android source code from github.com/.../Android-nRF-Toolbox but it can't be built successfully, could you advise how do I do ?
Hi!
When using BLE privat random address, we expect the BD-address to change every now and then.
When advertising with the nrf52832, we don't see the BD-address being...
Hi,
I am using sdk 14.2.0.
there is no logs in pwm_library example.
even though i add it,it's not working.
bellow lines are added in Makefile:
$(SDK_ROOT)/components...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to use nrf51822 as SPI slave and other MCU as SPI master. I am using spis_pca10028 example...
Hi,
I am using sdk 14.2.0.
nrf_gpio_pin_set(OUTPUT_PIN); this function sets the gpio pin to vdd.
nrf_gpio_pin_clear(OUTPUT_PIN); this function set the gpio pin to ground...
Hello,
I am using a nRF52840 with SDK 14.2 and I am trying to synchronize my "app timer" which uses the RTC1 with respect to an external client which is connected over TCP...
I downloaded the latest SDK(15.1), and how to advertising more infomation,more than 31 byte.
init.config.ble_adv_extended_enabled = true;
0> <error> app: ERROR 7...