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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
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...