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 getting an error message when trying to use a nRF5340 DK with a Waveshare 1.69inch Touch LCD Module on the Zephyr sample code with minimal modifications. When I flash...
I'm using custom board of nrf5340 with nrf7002.
Use helloworld sample and have set "config serial=n" and "config device pm =y".
The current is 90 ma when I don't do anything...
Hi,
I have new requirements for nRF52832 using the NRF Connect SDK to develop firmware. I want to know how it supports audio playing with the I2S MAX98357. Is there a possibility...
I am working on a pdm microphone using nrfx pdm driver (INMP621) When I am saving the pcm data into .pcm file using sd card and playing the .pcm file in Audacity I am getting...
I'm using nRF52840 with nRF5_SDK_17.1.0_ddde560, using the ble_app_multirole_lesc example file.
When I set extended = 1 in scan_init , the debug session jumps to NRF_BREAKPOINT_COND...
Hi All,
I flashed an nRF5340 DK board with a samples/bluetooth/hci_uart image and one more nRF5340 Audio DK with a samples/bluetooth/peripheral image.
I have not made...
Hi, I am making BLE low power pult, using nrf52811 chip and NRF Connect SDK v2.3.0.
So, the device is sleeping and waiting for button event
When button is pressed, device...
Hi Sir.
customer want to add FEM for nRF7002, target to extend range around 1.5KM.
please check if nRF7002 can support FEM for this application.
Thanks.
Hello,
I'm new to Nordic and I'm currently learning rust on an nRF7002 DK. I know that the LED0 of the nRF7002 connects to the GPIO1.06 of the nRF5340. However, when importing...
Hi Nordic team,
I'm using nRF52832, S132 with nRF5_SDK_17.1.0_ddde560 SDK. I want to send a packet with a notification to my smartphone and then disconnect immediately....
Hi Nordic team,
I'm using nRF52832, S132 with nRF5_SDK_17.1.0_ddde560 SDK. I currently implement BLE peripheral for the NRF52832 as it only healthcare sensor data to the...
Hi
We are using the NCS V2.6.99 for a sample project which scans for peripheral devices.
In this sample project, the scan filter (bt_scan_filter_add(BT_SCAN_FILTER_TYPE_UUID...
Hello,
I have an nrf52833 that interfaces with an external flash module. It is configured to store mcuboot's secondary partition. I am able to write the secondary image...