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...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
1. I'm runnig the asset tracker fine with nRFCloud. When I run the cloud_client, I get this log:
*** Booting Zephyr OS build v2.7.0-ncs1 *** W: Already initialized. Nothing...
Hi,
Referring to this - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings/net/wireless/nordic,nrf21540-fem.html I understand...
Hello everyone! I'd like to implement the nrf52-ble-image-transfer-demo with a nRF52840 Dongle, for a small low-power image transfer application. My question now is, how do...
I am trying to use Visual Code environment (on macosx Intel macbook pro) to program nrf52840 dongle.
The dongle is found and programmed with using nRF Connect for Desktop...
Hi Nordic,
One of my customer has a problem about 2M phy.
They use 52840 connected with IOS via 2M phy.
They set MIN_CONN_INTERVAL and MAX_CONN_INTERVAL both to 20...
Hi, I'm working on nRF9160 with Zephyr (SDK 1.7.1) and one SPI device. I analyze CS signal with correlation to SPI SCK. Is that normal that CS signal stays low much longer...
I am trying to add a Nordic Thingy 91 to my azure Iot hub.
i've configured the device according to the guide
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
I noticed when using the UART BLE Example that there is no password or pairing request to connect to and use the device.
Everything works fine, and I even implemented my...
I followed the official tutorial. The programmer 2.3.3 in nRF Connect for Desktop v3.10.0 in Linux has problems programming the nRF52840 USB dongle rev 2.1.0 in DFU mode....
Setup: Windows 10, nrfutil verison 6.1.3, python 3.10.2, nRF 5 SDK 17.0.2
I have a custom board running the stock DFU firmware from the nRF5 SDK. The only changes we made...
There are many questions on DevZone on modifications to NCS peripheral_uart/central_uart NUS example applications to support higher throughput.
We have been mostly successful...
I would like to use the nrf connect sdk to connect to a device and 'discover' the GATT services it supports, the characteristics in each service, and then read the descriptions...
Hi everyone!
I ported some project from NRFsdk 17.0.2 (all works fine) to Zephyr rtos and faced with issue - when set high speed uart (460800 - 921600) then some bytes ...
Hi All
A few times ago, I installed the nRF Connect for Desktop v.3.8.0 on my PC.
Getting started assistant, Programmer, Toolchain manager apps were installed and everything...