Hello
I have just received thingy:91 x to start learning nrf platform. Unfortunately it's not all smooth. I am trying to do flash Blank application. It builds fine but then...
Hi, We have used nPM1300 on our development board around nRF54H20, but we are experiencing an strange issue. - when power is attached VBUSINILIM0/VBUSINILIMSTARTUP value is...
Hi,
We’ve successfully developed our first few custom development boards based on the nRF54H20 MCU, using the Fanstel BM20C module. However, we've discovered that the module...
Hello Nordic,
I am looking for a sample or instruction (step by step) for custom bootloader.
Our application code is ready and all the left thing is BLE DFU and custom...
Hey All
Im working on a new product and its the first time I'm developing around the nrf5340, I'm looking for some guidance around the supply configuration for maximum...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...
I am getteing a -12 error when trying to access a open/create a file using littlefs and a fs_open command on a nrf5340 custom board.
The filesystem seems to be mounted fine...
Hi,
I have set up the Power Profiler as per the directions now on the step connecting the board to the Wiindows Python app it says "Cannot find calibration values" and the...
/* Copyright (c) 2012 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided...
Hello,
I am trying to program my BMD-300 using the NRF52-DK, below are my connections
BMD- 300 ---------> NRF52 DK
V Vtg
SWDIO SWDIO
SWDCLK SWDCLK
GND GND
The BMD 300...
Hello friends. How to write a number to and read from internal flash. My information about the microcontroller is very weak. I use STM32F103RET6 .
I test The following program...
Hello,
I am able to compile blinky with my SW tool set up, however, when I try to compile a more complex example (ant_broadcast_rx_pca10040_s212) I get issues with the...
Hi,
I hope is not a double post. I am doing a throughput evaluation with my custom board and an app that is based on the Nordic's Android UART app through NUS service and...
I am trying to get the ble_app_uart project to build in Eclipse for the PCA10036 nRF52 board. I have followed the Tutorial titled " Development with GCC and Eclipse" and successfully...
Hello,
i am stuck with this, trying to write to flash using pstorage module. Below is my code.
static void pstore_cb_handler(pstorage_handle_t * handle,
uint8_t op_code...
Hello,
I have downloaded the Hardware Files of nrf51822 smart beacon kit. But I Cant open the Altrium Designer Files (pcbdoc. files). Do u know how to open it or a program...
Hi,
I do test my project one central connect to 4 peripheral(HR and CSC).
and I put the memset(&m_ble_db_discovery,0,sizeof(m_ble_db_discovery)); err_code = ble_db_discovery_start...
Hi,
I use nRF52832 and SDK12.2
The Project is ble_central_and_peripheral and the link define is like below
#define CENTRAL_LINK_COUNT 4
Here will connect 1 HR device...
Hello,
Is it a good practice to modify SDK files?
I mean, do you use SDK as integral part of your project and feel free to modify it, or do you try to avoid it and just...
Hello,
We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible...
hello guys,
i am new in nrf micro-controller. I want to get data from my smartphone and want to write in memory of nrf51822 through BLE. when written process in memory is...
I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times...