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 try debug my app in keil debugger but it's often raised app: SOFTDEVICE: ASSERTION FAILED in SEGGER after step down through the code (in few steps).
My app based on buttonless_dfu...
Hi,
I have a doubt regarding buffer setting in SPIS.
In the SDK15 SPIS example, buffers are set using nrfx_spis_buffers_set(...) and it works perfectly.
I was wondering...
Hi All,
I am using nrf mesh SDK v2.2.0 and nrf SDK v15.0.0.
I have created a new model in nrf mesh SDK, this model is publishing scanned data on group address.
When...
Hi,
I was working on the HID mouse example and noticed that the example gets disconnected from my mobile phone once i start moving the cursor.
I also noticed that the...
Hello,
I am performing current measurements on custom hardware with the nRF52840 and comparing my results with the values in the nRF52840 product specification. I noticed...
I have downloaded nrf5_SDK_for_Mesh_v2.1.1_src and tryign to build the client and server example to test the Lighting Mesh example from the Android/iOS apps available on the...
Dear Nordic Team
I have changed pwm driver example as you see in bellow . i also observed the codes which you linked for pwm. Bellow code works without the effect of update_pwm...
We are trying the HID Keyboard example using SDK 12 with no modifications on the nRF52 (PCA10040) board. We are able to pair and connect on both iOS and Android the first...
Hi,
I have a nrf52 DK. I currently tested apps on run smartphone. Similar to nrfconnect, toolbox, uart.
Laptops also have bluetooth. Can i use laptop's bluetooth to communicate...
Hi, I would like to create a new target,but nRF52810 only can be compiled with makefile and I don't know makefile too much.
I try to edit the makefile with my own target...
Hi guys,
I'm using following setup NRF51822, SD130, SDK 12.3.0. I control one transistor with PWM output via timer 1. Before enabling PWM I start 8bit ADC task to measure...
Does the Nordic UART Service (NUS) have a facility to confirm when a sent message has been received by the peer?
In particular, to confirm when an NUS message sent by a...
Good afternoon,
We are using NFC on nRF52840 (Type 4 Tag, SDK15.0.0, Softdevice6.0.0) to exchange some data and we would need to be able to do the following, please let...
Hello everyone. I am using micropython to program on nrf52840 DK.
This is tutorial which i read https://circuitpython.readthedocs.io/en/latest/ports/nrf/README.html .
...
Segger provides great information for the use of the JTrace for tracing and profiling with the NRF52 development kit here.
https://wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52832...