What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
I like to implement transfer layer on UART communication, since data error is possible on UART.
I read this " UART HCI protocol" document on Nordic SDK.
https://infocenter...
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...