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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
I'm aware of the limitations on using "printf" in a non-debug environment, but apparently there must be something similar with sprintf. I'm using it to load a value into a...
Hello,
There's a problem compiling the standard ble_app_uart_pca10040_s132 in Segger Embedded Studio for ARM V3.40. The UART example is straight out of nRF5_SDK_14.2.0_17b948a...
Based on the demonstration video of Thingy , I can have a view on Thingy is changing its color when it is given different command using the apps.
1. As if I want to send...
Hello, I want to include Mesh Serial Example into the Mesh Light Switch example.
The aim is to allow the serial device to listen to the mesh messages.
What is the best...
Hi Everyone
I am using BLE for NORDIC UART SERVICES. I want to update my code via BLE instead of a USB or J-LINK.
How can i upload my code from the Android device to nrf52840...
Hi,
I am working on nRF52840 board using Segger Embedded Studio for ARM 3.34a on windows 7 64 bit setup.
I am trying to bring up UART on my custom board.
So as a first...
I followed test steps mentioned in dfu_quick_start.md file to perform DFU over mesh.
1. Below is the error i am getting while creating DFU package, Please help on this....
Hi,
I am working on nRF52832 board using Segger Embedded Studio for ARM 3.34a on windows 7 64 bit setup.
I am trying to erase page from RAM using "nrf_nvmc_page_erase...
I have a situation with the devices my company builds. From what I understand, they've been designed with a small flaw, which causes them to sometimes get stuck and require...
51822 problem: the device unexpectedly restarted, the current of the device becomes more than 800 ua, and the same as the jlink download current; the software reset current...
Hi
I have been trying the various examples from the SDK with Keil V5.23. Some work, some require changes to IROM1 and IRAM1 before they will run Initially giving an error...
I am trying to change the mac address of my device every time I advertise a packet. I have a callback on_ble_radio_active_evt where I update the address like this:
...
(I'm developing a firmware on nRF52832, but had actually stareted on nRF51822 and observed the same issue, SDK 12, pending migration to SDK 15)
When my app starts, I output...