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 Nordic Engineers!
Thank you in advance for your time and advice.
===== Overview =====
I'm developing (sort of) a Bluetooth mouse using the nRF Desktop Application...
Simple question with an unusually elusive answer: While using zephyrs File System service ( Docs ) is there any way to check if/when a user has modified a file?
= = =...
Hi, I am using nRF7002 DK, is there any other sample code for HTTPS client using WiFi nRF7002 + nRF5340? I want something that does not use WiFi credentials library.
Hi
We try to move forward from nrf-sdk 2.4.2 to 2.6.1 and run into troubles, that west thinks it should sign our images, but we defined CONFIG_SIGN_IMAGES=n So the first...
Hi We are running the nus service on our device and would like to use a PC to connect to this service.
What is the best way to achieve this ?
I've looked at the nrf52840...
1. Can I use the sample source (nRF5340 Audio) on another board?
2. Is there a way to develop without using the sample source? If so, how?
3. Is the LE Audio sample source...
Problem Description: I am trying to configure and control an LED connected to pin P1.07 on my nRF52 device, but I am experiencing issues. When I configure pin P1.07 as an...
My goal is to test Net Core updating so, if needed, I can update the Net Core.
I have my app set to boatload both the app core and net core using external memory but when...
Hi
I'm using asynchron UART.
For example, I defined idle time to 20us.
It works without any problem.
#define RECEIVE_TIMEOUT 20
static uint8_t rx_buf[512];
ret...
Hi there,
I need help finalizing the size of my product's settings partition. I only store Bluetooth bonds on the settings partition: 20 bonds to other Nordic devices via...
Hello,
I'm abit confused... while the reference is +/-0.6V and absolute ratings are not to go below VSS=0
so is it SAFE to measure -0.5V with the ADC?
it looks like...
Hi there,
At the moment, we have developed a custom PCB and are having wireless troubles. Our suspicion is that the crystal circuitry must be the issue as there is absolutely...
So i have a problem with documents for nrf52820 while it's a great chip with good functionality i selected it mainly because all of product details and specifications told...
Hi,
I upgraded Toolchain and SDK in VS Code to Version 2.6.1.
Now the build is failing.
As far as I can see the wrong CMake will be used - from Visual Studio but it...