I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
hello everyone,
I want to implement the FOC algorithm to control the brushless motor with the nrf52 card. is there a library or SDK that I can use. regards,
Hello all,
I've been working on creating a test app for a product that I've been developing for sometime. It has multiple BLE services such as Device information (DIS),...
HI ,
On my costume board works fine when VDD connected to ~3.6v.
it starts to behave differently when voltage is ~4.1v. (Flashing fails / SW not loading ).
my VDD_GPIO...
Good morning, I am a university student and I would like to know if there is a tutorial or an example to do a simple test of the operation of the new feature of Bluetooth...
I am trying to read ADC values for 8 different channel, in order. It's just to test if the ADC and its API.
I successfully receive the ADC binding (it returns 0), and the...
Affects version: SDK 15.2.0
Building the ble_app_hrs_freertos example produces several warnings in SES. The warnings are related to redefinition of several MACROs.
I have set up a custom board using the nRF52811 based BMD-360 module.
I have tested the twi_scanner example, first of the nrf52DK with an external sensor. I Changed the...
Hi all,
I'm trying to get the Thingy device work with (SEGGER's) RTT. I used the asset_tracker sample application and edited it to just print to RTT in a loop after all...
Hello,
I am having an issue with the nRF52833. I'm using the NRF5SDK, version 16, and the SoftDevice s113 version 7.0.1. I can take the ble_app_uart example from the sdk...
Hi everyone,
I am looking at sending data via HTTPS to Azure.
I have used the https_sample and modified it to send the data to Azure with no issue. But now I am trying...
Hi Nordic Support Team,
I am planning to use nRF9160 Customised Board for NB-IOT Application.
I want to make it battery Operated Device.
As i want to know how Communication...
Hello,
I am using SDK 15.3 for the development. During the upgrade process I wanted to send the hardware version when requested by the host.
I have made the changes...
I want to use P0.10 of NRF52810 as GPIO. I have added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS in the make file. But still its not working. I am using Nrf 52810 , SDK 15.2.0...
Hello,
I recently decided to upgrade an Arduino project to you nice and well documented products :)
I successfully built and run the example provided here and tried...
Hello! I'm interfacing a sensor with an nRF52840 development board and have run into a few issues:
1) I have a check status function as shown below:
bool ADXL_check_status...