Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
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...
Hello,
I am new to Zephyr and its ecosystem which includes MCUboot and also the NCS sdk. I have a question regarding the nRF5340 bootloader.
So we already have a product...
I had to upgrade SoftDevice and application firmware from v6.1.1 to v7.2.0 in order to have BLE_GATTC_OPT_UUID_DISC option available.
It turned out that Bootloader needs...