Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
I am writing a program for the nRF52805 for use in a battery-operated remote. It needs to wake up from sleep when any button is pressed, perform the interrupt (blinking an...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
Hello.
I found this in the sx126x .c driver :
These lines did not allow adding more than one device to the overlay . I removed this code and rewrote all driver files...
example Matter_light_switch in vs code
version using nrf connect sdk -> v2.8.0
manage tool-chain version v2.8.0
nrf52840dk
getting error while building code
...
Hi,
I follow the execise https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/device-firmware-update-dfu-essentials...
Hi,
I'm trying to find the BOM referenced in the Hardware Design Guidelines for the nRF9151 under the Schematic Design section. According to the document, the BOM should...
Is there a way to obtain the Tx/Rx packets num in LE Audio? I want to calculate the PER in LE Audio. Using nrf v2.60, NRF 5340 Audio DK.
Thanks for your reply.
When configuration options CONFIG_SEGGER_SYSTEMVIEW =y and CONFIG_TRACING =y are added to my prj.conf the following build errors are shown:
followed by many other errors...
Hi,
I have a NRF52840 DK , I was using it for development. After one day the board don't turn ON anymore. I'm using USB cable as a power source. Acording to several subject...
Hi:
I use ncs v2.8.0, using external flash(w25q128).
this is test flash project.
And this log:
Device_is_read returns a failure. But flash read/write successful...
I'm encountering an issue with the use of the GPIO interrupt type GPIO_INT_EDGE_BOTH on a GPIO connected to a button. When pressed, the button pulls the GPIO to GND, and when...
Hi there,
I am new to the platform , we are working on a proof of concept to reduce idle power consumption as low as possible on an NRF9160, I want to put the system in...
Hey,
We have a library (rust) responcible for communicating with the BLE peripheral Using btmgmt dbus messages to bluez.
We have never initiated a dedicated `aagent` in...
Hello,
I have a BLE device with the nRF Desktop application, and I want to turn off my device if it is not used, even if it is connected to my PC. I set my CONFIG_CAF_POWER_MANAGER_TIMEOUT...
Good evening,
I have been working for a while on a project that requires the maximum possible speed from both app core and SPIM4 peripheral. To do so, I set the app core...