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...
Hello,
we are evaluating the distance measurement module to integrate an indoor location function to our product.
We see the module is still "Experimental".
We need...
Hello,
I have the peripheral BLE device. It is always had different mac addresses on disconnection/on reboot.
I use my mobile phone with Android OS to initiate pairing...
Hi, I need help with a simple example code to read analog pin 5 and either control brightness of the LED or print value on terminal. I found this example but it didn't work...
Hi nRF Team,
I would like to know more detailed operation of LE audio profile on nRF5340.
My requirement is to continuously process PDM mic ( PCM data ) interfaced to...
Dear all, in my company we started to product custom pcb with nrf52833 for networked lighting control (NLC).
For the firmware, we had a look to the examples provided with...
Hi,
we have got some async uart api application running with zephyr 3.2 on nrf52840.
This worked fairly well until there have been added some file-write operations to...
Using the zepher spi driver (which wraps nrfx) on ncs v2.6.1, the CS line goes low to start the transaction, then high about 10 us later, but the data keeps coming out.
...
I am using nRF52832 and Nordic connect sdk. I want filter scan for the beacon having specific uuid. I have programmed the dk with this code
The serial terminal is showing...
Hello,
Our nRF52833 is powered through a load switch and control when to enable it is based on external peripherals logic. The MCU is connected to external peripherals that...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Hi. I am trying to build/flash a sample with nrfConnect and vscode. When I add a build configuration, I face following issue :
-If the output build directory is "build/something...
Hello,
I noticed that our self-produced PCB's with a nRF5340 SoC all have the cores locked upon delivery (probably app protect is activated), and have to be recovered before...
I'm using ncs2.6.0 to develop a door lock project for matter, and I'm running into a problem: I need to store some user-set parameters in the project, which take up less space...
I am looking for a good document to establish an I2C connection between the nRF5340 and another microcontroller. I am using VS Code and the Nordic SDK. Unfortunately, the...
compliler enviroment is NCS2.6.0, zephyr/sample/bluetooth/peripheral_hids run in nrf52dk_52832 board.
use mobile, the <nRF Connect> app can connect the BLE board.
but...