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...
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...
Hi ,
1-) Is there any dma half transfer interrupt ? if there is where it is in documents ? ( i check this link but i couldnt see anything about this https://infocenter.nordicsemi...
It is pretty straight-forward to use J-Link RTT Viewer on Windows (as described in the Debugging with Real Time Terminal tutorial ). Is there a similar viewer to use with...
Hi,
I am designing a bio-signal measurement circuit using nrf52832.
I wonder if there is any problem with the performance of nrf52 when using the sensor below.
Sensor1...
I can't comment in https://devzone.nordicsemi.com/f/nordic-q-a/56685/missing-ble_gatts_evt_hvn_tx_complete-events as it is closed but I am also seeing issues with the TX_COMPLETE...
Could you display on the ticket list page also when the ticket was last updated?
Now it shows only creation date, but I do not see indication which one was recently updated...
how can enable the security machanisim for nordic nrf52840
i want to use legacy connection with pass key entry feature
can anyone help me how to start ?
i am using ble_hrs_app...
Hello everyone, I have a network that consists of NRF52840 DK and multiple dongles that are pushing the collected data to central, I would like to retrieve data from this...
https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/nRF-Command-Line-Tools_10_6_0_OSX.tar
The file...
Hi,
we have developed a device with the nRF52832 that conncects with an Android smartphone. Our connection is secured and encrypted.
However, that doesn't really prevent...
Hi ,Nordic:
I used thingy:91 boards and firmware verison is thingy91_fw_2019-11-29_d3130d77, The board can connect to the nrf cloud, but cannot obtain gps data. We refer...
Hi
I'm reading the documentation and I have some doubts about the nRF9160 board.
So, the board is divided into the micro controller nRF9160 SiP ( https://infocenter.nordicsemi...
Hi Devzone:
I have 1 differential pair and 1 single ended pin I want to read, so I wrote code below into saadc_init function:
In this case AIN4 is the single ended pin...
Hello Support
When calling the function nrf_nvmc_page_erase(0xF7000) (In nrf_nvmc.c) I immediately get a Hardfault error when the code reaches the line where it calls wait_for_flash_ready...
Hi there,
I'm working on nrf52832 and using a PPI channel between a Timer and an SPI to output a voltage, for now, it works fine. But when I try to make it faster, e.g...