Hey everyone. I am having an issue reading the WHO_AM_I register from the stm lsm6dsv16x. I am using the spi1 configuration as shown in the academy classes. I have very short...
Hi, I have created my own hardware with nRF54L15 – 2xLED, 2xPWM, and Radio (BLE). I am trying to create a custom board using the graphical wizard. LED and PWM seems to work...
Hi! It seems that I may have uploaded a non-working application to the Thingy91x. Therefore Device is not conectable via USB. The device is responding only in "MCUBOOT" mode...
I have an external GPS module connected to an nrf9151dk over UART. The module is correctly powered, and sending messages over its tx pin, which has been confirmed by attaching...
I´m trying to change the installation path of the Nordic Power Profiler as I´m running out of space.
I have about 9GB left, but when trying to open a captured file, Power...
Hi Nordic team,
I’m working on a custom LoRa interface using the Thingy:91X, and I’d like to know whether the Qwiic connector pins (P0.03 – SDA, and P0.04 – SCL) can be...
Hello,
I would like to measure the current consumption of my nRF9161 and compare the result with a standard measurement. While searching in your documentation, I found this...
Hello iam using softdevice 110 and SDK 10.0.0, i want to know the way to avoid bonding of device more then once, or deleting the bonding information from persistent memory...
I need to change the flag of the scanrsp. I use the advertising_init() and i try to do like this:
scanrsp.flags = FLAG;
but the function ble_advdata_set(&advdata,&scanrsp...
Hi,
I'm tring to generate private key of dfu, but it didn't work fine.The following is my steps.Did I miss something?
C:\Users\Administrator>cd C:\Program Files\Nordic...
I'm trying to tune a chip antenna for nrf52832. I am not an RF engineer but have figured out how to get the basic VNA measurements done.
I've been fighting with finding caps...
Are there any dirty hacks to pass a little data, like 1 bit even, during pairing?
I need my central to tell the peripheral orientation, left/right, as early as possible....
I am using an nRF52832 PCA10040 board, using s132_nrf52_2.0.0_softdevice.hex, and have AIN0 connected to a potentiometer similar to this . The power input pin is connected...
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Hello,
So — in just trying to get the blink example working, I've come across all kinds of toolchain weirdness. I'm using CrossWorks, because it's on OSX and it's way cheaper...
Hi all
Is possible from softdevice or from program application edit the GAP service? I know this service is mandatory but what about edit the structure which is shown on...
Please give me a professor.
In the nRF 52832 sample project, there is an NRF_LOG_INFO function, is this the ability to output a debug string to the UART?
If so, how can...
I have custom service, where I have declared 2 handles inside BLE Service structure, one for button action and the other for custom battery ADC measurement, each identified...
Hi,
I have seen similar questions to this, but I could not make it work.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC...
Hi. I just noticed this bombshell in the release notes for v13.0.0-1.alpha:
Dropped support for nRF51 Series devices.
Although this is preceded by:
...
Hello ! I am trying to implement a write request but for unknown reason it doesn't transmit back the gatt_status. I have setup the wr_auth = 1. GPIO number 19 si actually...