I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hi all,
I think this question is generic and covers all Nordic chipsets. Anyhow, I'm planning to use a nRF52810 but I don't have a board to confirm this yet.
Question...
HI i am working with the nrf 52833 dk board using nrf connect and trying to implement SPI ,
#define SPI3_NODE DT_NODELABEL (SPI_3)
static const struct spi_dt_spec* dev_spi...
For some reason when we build a MESH enabled app we are getting a resulting hex file that includes complete file paths names. This is not occurring in our builds that do not...
For my application, most of the time, the device is asleep with the exception of sensor reading and logging every 5 minutes and occasional (and infrequent) beaconing so the...
Hello to all,
I countered the follwoing issue at starting debug phase of my project:
In details:
I think that I have to update the GDB to version >=9.
Could...
Hi,
In my application, I want to read some sensor data through SPI Communication in nrf52840, can you please provide some code or please tell me how to implement the program...
Hi,
I am using nrf connect sdk V2.0.0 and nrf5340 DK.
Using fat_fs and uart examples, I managed to get the SD card and UART work individually. For SD card, I am using...
I have build many applications using the NRF5 SDK. I have a custom service that works fine on all my applications written using NRF5.
I am now trying to port these applications...
Hi,
I want to do full modem update. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html My device...
Hello,
I am working with nRF5 SDK v17.1.0 and using nRF52832DK board. While working with SAADC module I found that nrfx_saadc_sample_convert() API is taking almost 35us...
Hello, when I try to debug ncs1.9.1 using vscode in Windows, it shows that "ERROR: GDB major version should be >= 9, yours is 8; GDB could not start as expected. Bad installation...
Hi All,
I modified ble_peripheral UART example to support 4 peripheral links instead of one by referring the bel_app_multiperipheral example, I am able to connect four...
Hi everybody,
I would like to make my nrf52840dk communicating with an external ADC. As the ADC communicates only using SPI, I need to use spi_write and spi_read functions...
I have enabled UART_1 but cant seem to send any data or receive any, I have hooked it up to logic analyser and cant see any trx data coming from the board.
If i set my...
Hi
I am trying to modify the MCUboot image to meet the requirements of the project one of the rquirements is to boot the application directly from the secondary partition...