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...
Hi forum,
I am worked on nrf52832 using sdk 15.0.0.
How to used RTS and cts for enable HWFC on nrf52832.
Is their any example for HWFC control through RTS and CTS line...
Hi Devzone,
I use Thingy91. On the nrf9160 side, I run mqtt_simple example; on the nrf52840, I run connectivity_bridge with BLE feature.
When I send "900" via nus service...
I want to control two RGB LED strips with I2S with different GPIO. Not able to figure out how to achieve it. While trying to initialize by separate buffers and data handler...
Hi there,
I have successfully programmed the nrf24le1 on the radio module using the nrf6700 (motherboard) through nrfgo studio. I did so by plugging the radio module into...
Hello,
Is the Power Profiler App capable of calculating and outputting the cumulative energy output to the device under test (when in Source meter mode)? I am using the...
Hi!
There is two things confusing to me about taking IQ samples in AoA application.
1. It is clear to me that that the time between switching of antennae (TSWITCHSPACING...
Hello,
I am using the Nordic SDK v1.5.0, the modem firmware is mfw_nrf9160_1.2.3 and the DK for the nRF9160
In our application, we are using AT commands to setup and control...
Hi,
There is a similar case:
High power consumption in sleep mode after using SAADC
But I am using the SAADC driver version 2.0 because the oversampling feature is only...
I have seen multiple posts about the nrf5340 that confuse me. Posts like this one say that the board/chip is not available yet, as of 4 days ago. But after looking through...
Hi,
I am new to the Nordic Semi world, having recently purchased a nRF52840 DK board and a nRF52840 dongle.
I have programmed an Arduino Nano 33 IoT over BLE and when...
We experience a 15-20% rate of dropped advertisements from our nRF52840 device. We have used our own application on our device and the ble_app_att_mtu_throughput application...
I am using an nRF52832 to talk to a Melexis MLX90393 (which supports 400kpbs Fast Mode) via the TWIM interface. I am using the TWI Manager library to schedule transactions...
See the below stack trace using nRF5 SDK 17.0.2, where execution had stopped while entering a critical region during an interrupt event when another log was being processed...
Hello,
I am developing a BLE peripheral with three services:
Device Information Service
Custom service #1 with two characteristics
Custom service #2 with one characteristcs...