I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
while trying to package my hex file from zephyr and I have gotten the following error
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
--application build/zephyr/zephyr...
I've been playing around with the MQTT example for the nrf7002dk and noticed that the mqtt_helper_publish function used from the MQTT Helper libraries doesn't handle acknowledgements...
Can someone please, for the love of all that is holy, point me towards some guidance on how to read values of custom characteristics set by another device?
I cannot find...
Hi,
My fw running on nRF52840 (ncs2.4.0, zephyr) develops from HRS sample application. It acts as a peripheral.
In this project, I have a dedicated thread to receiving...
Hi, this should be a straightforward question, I am writing some code to randomly generate a number, and it works fine the only issue is I don't know how to limit the range...
Hi , I try to use the BMI323 sensor . Its working fine for SENSOR _TRIG _DELTA interrupt . I want to use sensor fifo mode for BMI323 sensor , It seems not implemented fifo...
Hardware: nrf7002_nrf5340 Version: ncs-v2.61 Firmware: sample/aws_iot + BLE Mesh initialization ( chat_cli sample example ) Scenario:
My project requires BLE Mesh and MQTT...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Dear Nordic Team,
I had questions concerning the use of the High resolution oscillator
Question 1 :
Could you provide the detailed step needed to enable the HFXO ...
Hello guys,
I'm trying to clearly understand the Bluetooth Peripheral Sample github.com/.../peripheral_uart and how it exactly works.. so i'm curious if there are some...
Hello, I would like to ask about the problem of how to implement SOC shutdown in NCS. 1. In V2.6.0, CONFIG_PM cannot be enabled, it will prompt that there are dependencies...
Hi there!
I was just trying an example of DFU over UART from the new nrf Connect SDK Intermediate course using the NRF9161DK but I'm unable to disable the mass storage device...
Dear sires,
Would it be possible to let you answer the following question?
In nRF5340 SDK, does it use CMD20"SPEED_CLASS_CONTROL " in SPI write sequence to ensure minimum...
During some operations like factory reset, or during a hardfault we want to check if the softdevice is enabled and disable it if it is enabled before continuing with further...
Hi,
I want to use BLE mesh to reach my application, the requirements below.
I have a root node and need to send the custom data to each client node and need to read...