Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
Hi
I combine the hci_lpuart on the nRF52840 and a program that uses BLE on the nRF9160 on the nRF9160dk. I want to measure the current of this. At the moment I measure on...
I created a simple custom board (in VS Code 'Create a new board' Wizard) based on nrf9160 secure.
I copied the LED part of the original dts and I want to run blinky. ...
Hi Can someone, kindly suggest what are the pop up error notifications in the nRF mesh application for various scanning and provisioning of the BLE-Mesh network, if any document...
I used the Common Application Framework preview sample, with the following additions at end of prj.conf:
NCS 1.9.1 was used
The nrf52840dk then enters deep sleep after...
the cdc_acm speed is faster for my use in nrf5 sdk, but when i use the ncs,the cdc_acm example is use uart line, and the speed is slow, i receive data from rf2.4G radio, then...
Hello everyone, I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0 . My board is MBN52832DK and i'm using the...
I'm working to implement a USB Mass Storage device which uses an external flash memory to store my application's data. I have an nrf52833 DK and a W25Q64FV NOR flash memory...
I/my admin installed the SDK and visual studio though the nRF connect tool chain manager.
When i open visual studio through the toolchain manager it prompts me
to "Select...
Hi All,
I am trying to set up nRF Connect SDK in Visual Studio Code. I am following the guide provided in the DevAcademy https://academy.nordicsemi.com/topic/exercise-1...
I am controlling the SPI via PPI at regular time intervals and it is working as expected.
However, I want the SPI to operate manually at any given time under certain conditions...
Hi
I am bumping my NRF Connect SDK application to nrf v1.9.1. However, I am getting the following error: `nrfxlib/nrf_802154/driver/src/nrf_802154_request_direct.c:196:66...
Hello Community,
I am tirelessly working on connecintg my icarus development board to LWM2M server, However there are no good examples to follow and do it with ease, there...
When I connect my PPK2 to my computer, it will not be detected:
Luckily there are instructions on how to downgrade to nRF Connect 3.7 in this (locked) thread.
nRF Connect...
Hi.
I use nrf52840.
sdk nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hrs_freertos.
Error calling xQueueReceive for the second time.
Here is the code and...