I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
I working on different applications using nRF5340 and nRF9160.
Debug: When Debugger is launched, the MCU reset repetitively as seen in LTE Monitor (Image 1) in case of asset_tracker...
Hollo
Im using the GFX example, want to print string and to clear the screen , i use screen_clear(); function, this is default function gfx example
this is the loop...
Hello,
I am working in a project using the nRF52832 SoC, on the nRF5_SDK_17.1.0, using the Softdevice S132 and working over the SES IDE. For managing the consumption I have...
Dear Nordic team I'm evaluating nRF5340 Audio DK. Everything is working fine, but I'm wondering if is it possible to improve wireless range using an external antenna on J1...
I am currently using nrf5280 and nrf5 v17.0.0 SDK, and using ble_app_hrs_rscs_relay example. But neither RTT nor Uart can be used, which side has a problem with the setting...
About 44 minute mark of Measuring distance with the Nordic Distance Toolbox - Nordic Semiconductor , Paal mentions tuning is needed for custom boards. In slide 38 of /cfs...
Hello all,
I am currently trying to test out the programming functionality of the SEGGER JLink Plus on the NRF52840-DK. I am trying to do this in preparation for programming...
Hardware: nRF52832 on the nRF52-DK
SDK: nRF Connect v2.0.0
IDE: Visual Studio Code 1.73.1 with nRF Connect for VS Code (v2022.11.140) extension
I'm trying to get familiar...
Hi Nordic/Zephyr Community, observer behavior:
-- west build: generating a build system LIBRARY_SDK_BASE:= C:\cm\projects\zorbit\library_sdk ZEPHYR_BASE:= c:\cm\ncs\v2.1...
I'm testing out my new PCA10040 dev board. I can see the board in Windows Explorer when it's connected and I can see the two preloaded files as in the attached screen shot...
Hello Community / Nordic How can I have a boolean property in my mp2723 device driver devicetree dts or overlay. I am using NCS v2.2.0 in MS Windows 11 with VSCode 1.17.2...
Hello!
Using nrf_gpio.h enables P0.00 port control, but using app_timer.h together makes port control impossible.
I don't know if the code I wrote is the problem or...
I am using zephyr 3.1.0 and i build blinky pwm and rtc code from zephyr but it is not building i am using nucleo_u575zi_q board but in dts of board pwm and rtc is not there...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
Hello everyone!
I've been struggling to get over this error when attempting to use an augmented Thread project based on the thread_mqtt_sn_client_publisher example. Would...