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,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Hi, possibly a bit of a stupid question but here we go:
I'm developing a prototype system, which includes my own design of sensor modules that transmit their data via nrf24l01...
Hi, Nordic
I know when I program one BLE app, softdevice should be needed.
If I program esb/gazell app, softdevice is not needed.
I want to know, when I program one...
Hi, Nordic
I want to add BLE DFU service in my own app, so that the nRF52 can operate BLE DFU.
I only modify 2 places:
static void services_init(void) --> init ble_dfu_init_t...
Hi,Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added...
Hi, Nordic
I check SDK13.0 bootloader_secure sample, it do not work
nrfjprog download bootloader_secure
use nRF Connect app in Android mobile phone to...
Howdy!
I have to admit that after about 2 weekes of fight i finally made some progress with NRF51. Afterall i can upload my own program to chip so it changes leds on NRF51...
I get an error when trying to pair to a peripheral in nRF connect v1.0 on Linux.
I have two nRF-DK v1.1.0 (pca10040), one is the adapter that is connected to nRF Connect...
After flashing softdevice, the ble_advertising_evt_handler_t doesn't get called, only after flashing the program for the 4th time.
/**@brief Function for initializing advertising...
When I connect the nordic ID stix to my android tablet using the micro-USB to USB cable, the nordic ID stix doesn't appear green light on it. Is it need to install any driver...
I would like to dynamically change bluetooth LE advertising interval. I am using nRF51 and nRF52, with SDK's 8 and 12. Is that possible and how to do it?
Our application...
Good day everyone,
I would like to utilise the nRF52832 BLE chip in an application that requires radio communication between a master and slave. The slave needs to be powered...
Hi everyone,
I am using LPCOMP in rFF58122.
When coosing the reference voltage, I have to fill the structure nrf_drv_lpcomp_config_t with the hal nrf_lpcomp_config_t that...
Hello, I try to add TWI function in my project (uVision5) so I add this modules with 'Manage Run-time Environement':
nrf_drv_twi
nrf_twi
app_twi
and I get...
hi
I have a problem in integrating a 1.8V GSM modem with nRF52832 through UART. nRF52832 supplied with 3.3V and there is a voltage divider that covert 3.3V to 1.8V in the...
hello....
Nrf 52832 does not work.
With a newly developed board,
Programming with nrfgo studio and J-link is not possible.
It feels like it does not have a good reset...