Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
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...
Hello,
I'm trying to implement the MCU BOOT in order to introduce the Firmware uptdate but I get the following error:
I'm trying to reduce the RAM usage but with no...