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...
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...
Good Afternoon,
I'm designing a 4-layer PCB based on an NRF52832 (QFAA) paired wit h a Molex 479480001 SMT Antenna, and I was hoping for some feedback on Antenna Matching...
Hello,
I'm trying to sniff packets with wireshark by varying the connection interval and supervision timeout of my ble application. I see that with lower connection intervals...
I'm presenting an issue when exporting the data collected, specifically the digital outputs, they are exporting incorrectly, but in the Data Logger tab they are presented...
When implementing AWS_IOT provisioning by claim process, AWS_IOT responds to the published topic $aws/certificates/create/json with a 3580 byte response. This causes TLS to...
Hey, I'm pretty new to Nordic Development. I am working on nRF5340 Audio DK development board right now and I was trying to create a bluetooth speaker kinda setup using the...
Regarding the design issues with the nRF5340, I have adopted the nrf5340_qkaa_config3 design scheme from the hardware design package. However, after testing, I found that...
Hello
For some reason the example doesn't work, am I doing something wrong?
In this example, there was no overlay file, which I made myself.
I use a sensor: https...
The spec says "Some electrical parameters are valid only for the TA operating temperature conditions. "
what is the " Some electrical parameters " here means?
what will...
Hi folks,
The blocking transmit function uart_poll_out() works as expected with UARTE, but not with UART.
For our project low power is critical. Thats why I need to use...
Hello everyone,
Here is the code I used to get my IP using DHCP,How do I use this IP to send and receive UDP or TCP? Using custom mac is this how I use it inside dts below...
Hello DevZone,
I am working in VS Code and nRF Connect SDK 2.6.0. Developing battery powered Zigbee device. I have an issue with FOTA - it started to rollback after update...
I am trying to get touch working with a nRF5340 DK and a Waveshare 1.69inch Touch LCD Module . I am running nRF Connect for VSC 2.6.1. My goal is to handle swipe left, swipe...
Hello,
We are having trouble setting up our CI per this example:
https://github.com/zephyrproject-rtos/example-application/
Mainly the setup zephyr action throws an...
Hi there,
I have an nrf5340 DK and I wonder if it is possible to upgrade my own application firmware via fwupd tool on Ubuntu. Does this feature come along with a dongle...
Hi,
I am working with the ESB (Enhanced Shockburst) library using the nRF Connect SDK 2.6.1. The library seems easy to use and has the main things that I need.
However...