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 am starting with Thingy and I am having some troubles.
Background is I have done some work with nRF52840 that sends beacons one-by-one with different payloads. And then...
Hello,
I have 2 issues, please help to let me know and clarify them...thankful for your support in advance....
I need to know the confirmation about the usage of fds...
I am using a custom board based on nRF52 (nRF52832-QFAB-R). I am using the ble_hid_mouse app and performing the initialization for SPI in the main routine. But with the SPI...
Hi
which is better for reduced current consumption
1. lesser value of of MIN_CONN_INTERVAL, MAX_CONN_INTERVAL with large SLAVE_LATENCY
2. or vice versa
Thanks...
I tried using the serial code in peripheral/examples to transmit At commands to the esp module but did no get any reply.Is there any reference example which I can use to connect...
Hello All,
We are working on automotive application can i use 3xspi in nrf51824. i.e is it possible to configaure 3 masters in nRF51824 ?
thanks in advance
pavan
I have the nRF52-DK arduino board with a nRF52832 chip on board, is there any examples where I can read the Analog inputs on the arduino board and send them over bluetooth...
I'm downloaded a copy of the "offline" documentation, but its just a html file, is there a copy in PDF or any other searchable format?
It would be nice to be able to search...
Hi. The same issue I have is described here, but I've been asked to post a new question:
https://devzone.nordicsemi.com/f/nordic-q-a/29084/why-sd_ble_gatts_exchange_mtu_reply...
I have several characteristics which are updated by a regular timer.
The characteristic property is notify. Due to memory issues I use as value location BLE_GATTS_VLOC_STACK...
Currenetly I access the gpio pins by using this code (P1.01 this pin)
#define PIN_1 ARDUINO_0_PIN
nrf_gpio_cfg_output(PIN_1);
and so on
Is there any other way to define...
I have decided to use nRF52 DK for my project for the first time.
I would like to know what brand of touch screen should be used.
I will use 3.5" and 7 or 10"
Thank...
im bought beacons from this china company (radio land )
the product link : www.radioland-china.com/.../6035982553.html
i could change name or uuid, major , minor with...
Hello.! I try nRF51822(softdevice using S130) SDK v12.3. I operate it as a master, but I leave it to distance to cut once and approach it afterwards, and, after a reconnection...