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 currently helping one of our client develop a product using the nRF5340.
DK versions:
nRF5340-DK
PCA10095
2.0.1
Host OS:
Ubuntu 22.04.2...
I'm a beginner to nRF52840 board, and I'm currently doing the nRF Connect SDK Fundamentals . But I failed to build the Blinky Sample due to the following error:
I'm sure...
I am working with the module nrf5340-DK. I am searching for an example to use the QSPI with the onboard external memory, could you share an example? and the other question...
Hi,
We are planning to move with the nRF5340 + nRF7002 for our upcoming project. We have some queries related to power section which are, 1. can we an use the same power...
This one is throwing me for a loop. We have a very basic NFC component in our firmware that serves up a static NDEF file and wakes the MCU from a system_off state.
We have...
Hello All,
I am programming an nrf52480 using zephyr on a windows machine.
I am trying to write a bluetooth peripheral characteristic, ore specifically to the led...
When using two nRF5340 Audio DKs as bis_transmitter and bis_receiver respectively for the iso_time_sync sample, the iso_recv event is triggered.
However, in the respective...
Hi,
I use nRF52805 chip for BLE tag. FACTOR_MODE pin will be used for production stage. At F/W start point, F/W reads FACTORY_MODE pin, if the pin is high, F/W will enter...
I am trying to program nrf5340 using this command: nrfjprog -f NRF53 --program merged_domains.hex --verify --recover -r
It works fine if readback protection is not enabled...
Everytime I make a call to the usb_dc_ep_write function I get error -22 meaning invalid argument. I have tried everything I can think of. I tried sending a blank packet with...
Hi:
My environment is: nRF5_SDK_17.1.0_ddde560, keil, s113_nrf52_7.2.0_softdevice When using the ble_app_uart example, "Failed receiving NUS message. Error 0x04. " appears...
After discovering that MBEDTLS requires at least 48000 bytes of heap to function, I've had to desperately find some spare bytes to conduct a TLS session over WiFi using a...
Hi,
We move from ESP32 to nRF5340. The API is different. I search all samples and I didn't get the correct samples. Anyone can show me which sample is suitable for us? ...
Hi, I want to use nRF52832 for a product. I am a bit confused about the package selection. I need QFN package but there are many different versions available. Can someone...
Hi,
we are working on a device based on a nrf52840 using zephyr 3.2, which uses bluetooth low energy for advertising and for providing some services with some characteristics...