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,
Tried the 2.0 nRFSniffer hex file today. It does not show up in WireShark like
the Beta 3 version does, "nRF Sniffer COM6". Tried on two devices with the same result...
My application just hit the following fault randomly:
I tracked back in the map file and that is inside the Nordic NRFX library in ipc_trace_handle, so I have no source...
Is it possible to have discontiguous Non-Secure areas in SRAM to be used by the application?
&sram0 {
reg = <0x20000000 DT_SIZE_K(8)>;
};
&sram0_ns {
reg = <0x20002000...
Hi There
Here we have been encountering some problems and would appreciate if you could help.
We are designing the hardware based on the following schematic, please...
Hi!
Just want to ask if anyone have had the same issue as me, when flashing nRF9160 with J-Link V6.50.
In SEGGER Embedded Studio - Build -> Build and run || Target ->...
Hello!
I use a usb secure bootloader with MBR (without SD) for update my application via USB. Also, my application receives new firmware via GSM modem and saves it to an...
I'm using pc-ble-driver to talk to the nRF52840 dev-dongle from a Windows PC. I started with examples\heart_rate_collector\main.c I receive events in a function 'ble_evt_dispatch...
Hi all,
I want to use the nrf51dk to answer and reject phone calls. One button on the kit would be used to accept calls and another to reject or finish them. The audio...
Hi dear team,
I am using the nRF5840 Dongle and pc-ble-driver-py for development, but I encountered a lot of issue while debugging, I thought I used wrong parameter or other...
We have worked through getting AWS MQTT working and have the FOTA job file loading properly. When the HTTP request is made the file begins downloading but fails to download...
Hello, How do I program the NRF52840 module to read and write data with a single UUID, because the mobile application I used earlier was working with the data read and write...
Hi Nordic
I am trying to run the AWS BLE FreeRTOS demo found at:
https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-demo-mqtt
I am using an...
Hi,
I am developing a product with battery power. To preserve the battery life, this product needs to work in low power mode.
My Environment is a nRF52832, SDK15.2 & custom...
Here S332 -ble_ant_app_hrm file is modified using supported board pca10040 (nrf52832).
There is in pca10040.h file,RX pin number & TX pin number predefined.
And we use...