Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
Trying to set up UART/UART0 for async. I cannot get the uart interrupt config to shut off.
CONFIG_UART_INTERRUPT_DRIVEN =n is set in the prj.conf
In config output...
Hi,
We are currently planning to start a project using the nRF52832 as our controller, SEGGER Embedded Studio version 5.42a as the IDE, and nRF5 SDK version 17.0.2 as our...
I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset...
I am doing some development where I use the external flash for storage external to my application. When I enable MCUboot, I can no longer access the external flash. This is...
Hello,
I’m using VS Code with the nRF Connect extension. When I try to build the “bme68x_iaq” application to upload it later to the Nordic Thingy:53 and read its data, I...
Hi,
I am using the nrf52832 dk for my project.
I am using the RX characteristic of the NUS example to send data from the phone to the dk.
In the same code i am also...
I tried to build the "nRF5_SDK_15.1.0_a8c0c4d\examples\crypto\nrf_crypto\aes\aes_all_cli\pca10056\blank" source code but I got the following error,
.\_build\nrf52840_xxaa...
Hello,
While i am trying to find the definition of SER_REQ_ENC_BEGIN(SD_BLE_GAP_ADV_START); it is there in the file ble_gap_app.c
When i right click on that function...
What is the difference between nrf5232, 1.8V and 3.3V power supplies? What should watch out for when replacing a 3.3V power supply with a 1.8V power supply?
Hi,
I'm developing a central application and I want my central to read the device name characteristic from 3rd-party peripherals. I do not know the length of the data in...
Hi,
I've been trying to develop a custom service for a Bluetooth application. This custom service (called ble_dts - Data Transfer Service) has two characteristics - Spectrum...
Daer sir or madam
I am the personal software engineer and want to check and receive the best answer about my question. If I use BLE to connect the both smartphone and device...
My hardware only has one spi slave and one spi master. So can I just set the spi slave miso pin as output in spis_init function? If can not, can I set the pull down resistor...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi all,
Because of my customer special requirement ,I need two or three USB in my project .
But 52840 has one USB.Can I extend 52840 USB interface with a USB HUB?
With SDK V14.2, I was able to specify internal flash address argument into nrf_bootloader_app_start(uint32_t start_addr) and was able to boot into the address. With SDK V15...
Hello, I have a problem when trying to compile the light server exemple for the mesh.
I use Segger Embbeded Studio 4.16 (even though i tried the 4.15), mesh sdk 3.0 and...