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.
...
From what I can tell, the SDK for Thread provided from Nordic uses a precompiled Openthread library that hardcodes the UART pin configuration. This means that users of this...
I'm developing on the nRF52840, SDK15, and s140 v6.0. I'm trying to use the sd_power_gpregret_set() function to write a value that would then be read after reset to start...
Hi - I'm using a nRF52840 DK for the first time with my 2010 MacBook pro running OSX Sierra version 10.12.6. I have SEGGER Embedded Studio for ARM 4.12 installed and Segger...
I've been trying to get TWI Sensor to work on 3rd party boards for a while now and no luck.
The code I'm using is only slightly modified, (1) it explicitly defines .scl...
Hi,
I am using ppk with nrf52832 dk to measure the current consumption of my board and it giving different values at different times. for two days it gave 250uA and tested...
Please tell me how to modify the base UUID of the NUS sample application (app_uart / app_uart_c).
SoC: nRF52832 SDK: nRF5_SDK_14.0.0
<My background> I am developing BLE...
Hi Guys,
I'm interested to get guideline on how could I customized the qspi example from nordic in terms of pins and command. I don't see any different between MX25R6435F...
The NRF_MODULE_ENABLED macro does not play well with Eclipse. I've tried enabling all Modules in the Symbols section of Eclipse but still it does not enable any module utlizing...
Hello all,
Anybody knows "EVENT_STARTED does not fire" issue will be fix or not?
I really do want to use the PPI function at Tacq=3us.
When can I get the counter measure...
Hi,
I am trying to use EasyDMA. Is it preferable to use with ...\peripheral\uart or ... \peripheral\serial. With ...\peripheral\uart there are lot of errors. I tried with...
In the code above I get an error that nrdx_gpiote_in_init() and nrfx_gpiote_in_event_enable() are undefined.
In CMSIS configuration wizard -> nRF_Drivers i've enabled...
Hello everyone, i work on nRF24L01 and i have 3 ardunio with 3 nRF24L01 and 3 IMU as transmitter and 1 ardunio with 1 nRF24L01 as reciever, i am trying to recieve data from...
I have migrated a project that uses Thread DFU from SDK for Thread and Zigbee 1.0.0 to 2.0.0.
I have successfully loaded the new MBR, bootloader, settings and program via...