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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...