I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Hi!
Currently working on a firmware upgrade of nRF91 ns(non-secure) board and build a smp_svr demo from ncs samples found on ncs\v1.7.0\zephyr\samples\subsys\mgmt\mcumgr...
SDK: NCS 1.7.1.
Based on: Peripheral UART example
Central: nRF Dongle
Peripheral: nRF52832
Hi,
I am running into an issue using the "Just Works" pairing method when...
Hi, I was wondering if there is any way to advertise connectable, but non-scannable advertisements.
My device does not have a scan response, but I still see a lot of scan...
Hello,
There is a small problem that I don't know how to solve. I tried looking for it but to no avail. Essentially, my device which runs on NCS v1.7.0 will stop advertising...
Hello,
I am currently trying to record audio using a PDM microphone on the nrf52840 using the nordic PDM library. I have configured the PDM with the default settings, enabled...
nRF52810 SDKs and SoftDevices compatibility matrix does not list nRF52810 SoC revision 2 in the list of compatible SoC revisions for nRF5 SDK. Revision 2 is listed only in...
Hi
I have a machine MacBook Pro 14 Inch 2021
Chip : Apple M1 Pro
I am using nrf52840DK
Using Segger 5.68. installed via Toolchain
Using sdk connect 1.8
The J-Link...
Hello,
We have a head-scratching issue For the sake of brevity, please assume in the following that the definition of "it works" is "the bootloader manages to jump into...
Hi,
I'm trying to interface Adafruit 9-DOF Absolute Orientation IMU Fusion Breakout - BNO055 sensor with nRF5340 DK board. Can you please help with the code where I want...
Hi,
I installed NRF connect SDK,
after installation I navigate from NRF connect desktop app -> Toolchain Manager
V1.71 is installed in D:\Nordic_App\Nordic_SDK\nCS...
I'm using VS 1.7.1 on Windows 10, with the nrf9160dk_nrf9160_ns
Playing around with myFirstApp from the VS Youtube Tutorials, I wanted to redirect output to uart2 and map...
I followed the getting started guide for Ubuntu:
https://docs.zephyrproject.org/latest/getting_started/index.html
I can build Blinky, but when building my project I get...
Hey, I'm starting a new project and I think a very good fit for this would be to have all of my code in an application chip and use a nrf52840 trough USB as a connectivity...
SD140
Our Central Application is scanning to connect to a peripheral's MAC address. When the scanned address matches, we call sd_ble_gap_connect(p_addr,..). But, it is...
Hello! I'm trying to reload CMake in an nRF-Connect-SDK project in the CLion IDE. I've been using this guide: https://blog.jetbrains.com/clion/2021/04/using-nrf52-with-cmake...