Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
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...