I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
I working on Asset_tracker_v2. I found in the project :
target_sources_ifdef(CONFIG_CLOUD_MODULE app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/cloud_module.c)
in file at
C...
Hello!
I was just wondering if it is possible to use multiple encoders at once with the QDEC driver? Can you initialize multiple encoders on different pins or do you have...
Hi,
I use self bord with nrf5340 on it.
i started with project "central_and_peripheral_hr" and added CMSIS v2 and EVENT MANAGER configuration.
The i configured interrupt...
Hi,
I am using the nrfx GPIOTE driver to manage the output, input and interrupt on a nRF5340 on top of Zephyr Framework.
I know I can use the GPIO Api from Zephyr, but...
Hi,
I want to disable firmware signed key validation from mcuboot, when it validates a new image available through DFU.
Kindly suggest how to disable key validation from...
Hello,
I've been testing the AWS IOT app and ran into an issue where sometimes I see error -95, EOPNOTSUPP, on a connection when I am sending data to AWS. When I run the...
im trying to use the uart functionality in another project. i implemented uart using the uart example project and i got it working. the next stage is that i want to implement...
Hello,
I am developing with reference to "Light switch example". I am verifying communication reliability with one server and one client. Communication failure occurs with...
Hi
I am using nRF9160dk board.
I started with the aws_iot example, compiling it within VS Code.
I set up my board as a ‘thing’ in Amazon’s AWS, along with policy,...
Hello,
I recently started looking through the Smart Remote 3 code as I'm interested in potentially using a suitable nRF device + I2S ADC to encode and stream music using...
Sometimes when trying connection library raises TypeError unexpectedly. See logs below.
This does not reproduce every time, just randomly. Any suggestion about what...
I working on Asset_tracker_v2. I need to add event based custom module to the application Asset_tracker_v2. I created follwoing files:
A. In the src/events folder
1. bms_event_module...