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.
...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1. I am using ‘ble_app_blinky’.
I am new to BLE certification. I have few queries on BLE Certification...
Hi Team,
I have down loaded the "pc-nrfutil-6.1.zip" from git repository and started the execution by using python commands. while running i am getting some errors.
...
Using PWM control 2.7KHZ buzzer, it can work normally when I don't turn on the broadcast. Every time I turn on the radio, the buzzer seems to blend in with different frequencies...
Hi
Based on zigbee sdk 3.2, add the device to the network, call zb_bdb_is_factory_new() after Joined network successfully, it returns true;
The same is true on zigbee...
Hello,
I am working with nRF52DK, I am trying to implement grouped SAADC for three sensors,
I want to receive all three ADC outputs at the same time on development kit...
Hello,
While working with a bare metal (no SoftDevice or OS) test application to prove code functionalities, I ran out in a weird behaviour that I cannot explain.
I'm...
Hi,
I started to implement the nrf ppm driver into my application. It is a smart connected grand light.
My goal is to smoothly fade the connected power LEDs on, hold for...
Hello,
So I have the following setup. I have an nrf9160 DK board. With the following hardware.
A base shield: https://www.reichelt.com/ch/de/arduino-shield-base-shield...
Hello,
I am using the att_mtu_max_throughput example from SDK 15. I am using an nRF52 as tester and nRF52840 DK as receiver.
I have modified the example slightly so that...
Hi Noridc guys
recently I got some issues about how to know device network state. then I found there was a issue in zb_bdb_is_factory_new() API.
first, i formed a network...
Hi,
I have a problem of crash device after trying to connect my device to the PC via NFC.
The issue is very rare.
I think that the issue occurs because of an assert...
Hello,
I'm currently testing the bootloader with nrf52832 DK on SDK16.0.0 with Segger Embedded Studio. I followed the guide provided in this link https://devzone.nordicsemi...
Hi,
My project is based on SDK15.3 with NRF52840. I have referred to the "writable_ndef_msg" example to read/write the emulated NFC tag successfully. And I can get back...
Hai ,
In my application i should connect parallel connection and peripheral and central part connections simultaneously.
for this i developed from hrs_relay example .in...
Hello,
I'm trying to program a nRF52840 Dongle with the thread MTD client example by using nRF Connect but I get an error saying I need to add a SoftDevice. I thought...