Hello everyone,
We are developing products with nrf52840 and our default supply voltage is 1.8V.
Is it possible to program a custom 1.8V board with nRF52840DK?
We are...
Hi
I am using nRF52840 with SDK 15.3.
I have a project where I uses FatFS to write to a SD-card with SPI interface (SPIM3). This works very well.
I am now trying to...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hey so I just wanted to use the BMI270 on the Thingy:53 and Polling the acceleration values seems to be working just fine. I wanted to use the DATA_READY Trigger. I am working...
Hi everyone,
In nRF9160 with ncs 2.9.0 I've problems when trying publish a MQTT payload bigger than 2700 bytes aproximately. In advanced I already was adequated buffer size...
Hi, I've recently acquired an nRF54L15DK, and started the development on BLE, I'm fairly new to Nordic's enviroment. In the last couple days I've been trying to build the...
Hi everyone,
I use the ble-app-buttonless-dfu example to develop my application.
I make a mutual authentication to be sure the device is connected to the right mobile...
Hi team,
I downloaded nRfgo studio , keil compiler,and sdk 12.1 version and i able flash ble_beacon example on nrf51 dongle.I have www.nordicsemi.com/.../nRF51822-Development...
The work I finally have to complete is,
It is to port nRF 51822 project to nRF 52832.
There are two kinds of projects, KEIL and mBed.
Could you tell me the best way to...
I would like to know the files contained in nRF5x_MDK_8_9_0_IAR.msi
as well as other files needed for a minimal application.
I would like to know exactly which are those...
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...