Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hello All,
I have been in the process of developing a product based on the nrf52810 microcontroller. So far I have created a custom board and BLE operational and advertising...
Hello everyone, Right now I am working on a demo showing some functionalities of 2 smartwatches: Colmi P8B and PineTime. I am using nRF52840 for that purpose. I had the idea...
Hi,
I'm using a nrf52832 and NCS 1.9.0 and I would like to be able to use SMP to make firmware updates using BLE. I'm was able to perform FOTA, but the flash is divided...
Hello,
In one of our application we are using the nRF52832. It communicates through I2C with three components:
- MAX32664
- MAX17201
- MCP4018T
We often receive...
I've created a new sandbox project for a nRF9160DK that requires a SPI Master for testing a Flash part. Since I already have "working" SPIM code in a different Segger project...
I am using the beacon mod example with my nRF52-DK to calc battery life. All measurements are taken with PPK2 (a great tool by the way), but in the PC application my timestamp...
Is there a process in place for updating a controller only build via the HCI? My current set up is a 9160 as the BLE Host, a 52820 as the BLE controller, MCUs are connected...
Hello, Im a little confused about the nRF Connect SDK ecosystem.
Currently Im using SES with cloned nRF SDK 15.0.3 for nrf52811, however I would like to start using https...
Hi
I plan to enable hardware flow control in the coprocessor code. After successful compilation and burning, I will use Ubuntu to start wpantund and an error will be reported...
We already made working code with NRF5 SDK. It has added three characteristics to send data via UART from a MCU. Each characteristics for separate purposes, for eg. Characteristics1...
Hello,
I'm selecting crystals for a project with nRF52832QFAA.
I noticed that on the spec the drive levels of HFXO and LFXO are 100uW and 1uW respectively. Should the...
Hi,
I'm trying to integrate https://github.com/nrfconnect/sdk-nrf in version v1.9.1 in my baremetal application (nRF5340 NET and APP CPUs). Where can I find the startup...
Hi,
we are using an nRF52833 for an application where we have a sensors, a USB interface and an SD memory device.
We would like to write and read back sensor values to...
Hi,
I am following the step by step tutorial " Getting Started with Secure DFU Bootloader Step by Step guide "
Before following the above guide I compiled ble_app_blinky...
Hello,
I'm trying to use the VL53L1X Time of Flight sensor on my nRF52DK, but I experience some problems.
Previously, I've successfully used the VL53L1X with an Arduino...