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...
I am working with an IQS572 capacitive touch IC, and when communicating with this IC, the communication window will shut down if it receives a STOP bit.
I am writing a lot...
Dear all,
I am use nrf5340_audio_dk to run the audio_application and I use the BIS mode. I post 2 loggings at the headset device as the broadcast_sink. All things seems...
When I try to build the SDK example WiFi monitoring it showing error, C:/ncs/v2.6.1/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error: #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA...
As far as I can tell, it is not currently possible to implement the following functionality in a simple way with pynrfjprog across the various device families.
* What is...
Dear Sir/Madam,
I am using Zigbee: Light bulb — nRF Connect SDK 2.6.99 documentation (nordicsemi.com) this sample to do an evaluation, and I would like to change the tx...
I'm trying to do an ADC measurement on AIN6 on an nRF52832. This is how I have things set up:
proj.conf:
Overlay file:
ADC initialisation (this gets called on power...
Hi Support Team
We are testing the sensing of zephyr sample in the below directory with nRF52840, but we can't find which callback function is used to get the sensor data...
Hello,
Im trying to update the custom nrf5340 board over BLE. I have managed it using nRF Connect and Device Manager.
I can upload it using nRF Connect, but I need to...
Hello!
We are on the process of implementing our own desktop program to run DFU over BLE, similar to how the nRF Connect application does it. We are using SDK 17.1.0 in...
Hi ,
I would like to know if we can use 2 PPK's in such way to measure both direction.
As you can see in the diagram , the current can flow to the battery or can flow...
The bluetooth program refers to app_ble_uart. Bluetooth uses nRF52840. I use stm32 MCU to transmit data through UART. The baud rate is 460800 for transmission. The UART transmission...
I am using nrfConnect for Visual Studio Code 2.6.1 and I am being asked what version of Zephyr I am using when diagnosing a problem in a Zephyr forum. There has to be some...
Hi
Seems like all new nRF DKs shipped with nRF5340 as interface mcu have limited speed on Debug Out.
nrfjprog -r --clockspeed 646 Applying system reset. Run. nrfjprog...
I need to send a JWT to a non-nordic server. They ask for a small struct to be encoded and sent as a string in a larger MQTT message. For example:
That struct is encoded...