C:\ncs\v2.6.2\nrf\samples\nrf5340\empty_app_core>west build –b nrf5340dk_nrf5340_cpuapp –p
while building the image, getting error:
ERROR: source directory –b does not...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
I've been through the tutorial of connecting the NRD52 board to my PC, but my PC isnt recognizing it at all. No pop up for any usb devices. I've tried different cables and...
Dear Nordic Team,
Thanks for supporting.
currently i am try to interface MMA8453 accelerator with ble proximitty example .Already i have interfaced peripheral example...
Hello, I am new to NRF. and actually i dont have other MCU experience, beside adrduino.
my question is not about BLE/BLE+,
it's more about how to use NRF5283 in keil question...
SDK 13 Alpha
The header guard in serialization/connectivity/codecs/s132_s140/serializers/ble_l2cap_conn.h looks like this:
#ifndef BLE_L2CAP_CONN_H__
#define BLE_L2CAP_CON__H__...
Hello,
I really like the new nRF52840, especially it's Bluetooth 5 capabilities. The thing is that i cannot figure out if i would be able to make nRF52840 based devices...
Hello,
I have tried to debug ble_app_uart_pca10040_s132 application included in nordic SDK12.2 with Segger Embedded studio v3.12, but even though I don't get error while...
I have been working on an application for iOS for a few months now, and I want to give my users the best experience possible, when it comes to the peripheral I intend to use...
I would like to test the Fatfs demo using a target spi flash memory chip. The example code calls out sd card fatfs driver. Can I assume that spi flash memory is the same as...
I'm building a software for the nrf5822 using pc10028. I'm using CMake and after following both morf.lv/modules.php and devzone.nordicsemi.com/.../ I successfully made the...
Hello Noridc,
Liking your solutions, and I appreciate the thorough documentation.
Working on layout and so I was looking carefully at your reference design Gerbers for...
Peer manager worked fine for bonding on my pca10040 board. However, when I flashed the code to my prototype, built with a SparkFun nrf52832 prototype board, I received PM_EVT_ERROR_UNEXPECTED...
Hi team,
Iam using sdk12.1.0(ble_app_beacon and ble_app_hrs_c) , i modified the advertising data and sending to other end.other end one scanner is receiving the data .but...
Hi,
i am beginner to Nordic i want to work with MMA8652FCR1 using NRF52 DK board is there any example to understand What is TWI and How to work with it. and also how i can...