I want to use gpiote and functions like:
- nrfx_gpiote_input_configure
- nrfx_gpiote_in_event_enable
This is added to the top of my document:
#include <nrfx_gpiote...
Dear Nordic,
This post is successor of https://devzone.nordicsemi.com/f/nordic-q-a/122755/nrf7002-rfbuck-vdd-voltage as continuous of the work.
Although there are still...
Hi, We are just starting to work using the nrf54H20dk. Could you please supply us with a list of samples that are known to work for this product? Kind regards,
Hi All,
I have to implement an I2C Slave on my nrf52833 BLE project which is currently working (SDK 2.9.2)
I need some confirmation with the following step:
I have...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Hi,
I am working with the NRF52832 SoC using the NRF52 DK and developing with NRF Connect SDK version 2.7.0. I have enabled BLE with LBS, BAS, and FUOTA services, along...
It is nRF54L15 + SDK 3.0 + Matter application.
I have developed a custom BLE service that is based on Nordic's proprietary NUS BLE service. The BLE custom service is enabled...
Hi all,
Now, I have a troube. In Mesh 3.0, I want to advertising data. This is my function :
#define ADVERTISER_BUFFER_SIZE (128)
And whenever the data changes, I...
I bought a nRF52840 Dongle, to evaluate the use of nRF52840 for ZigBee purposes.
I have been able to flash such firmwares as \examples\peripheral\blinky\hex\blinky_pca10056_mbr...
I have a custom board where both nRF52840 and nRF52832 SOC in it.
i have flashed example Ble_Uart code from sdk15 in nRF52840 but im facing a serious issue.
i can able...
Tôi đang sử dụng bảng nrf24l01 để định vị trong nhà, nhưng tôi gặp vấn đề với định vị TOA và bảng arduino không đo thời gian nhỏ hơn micros, tôi không biết bạn có lời khuyên...
Dear Nordic,
I am trying to setup a custom BLE client service to interact with the Komoot app (Turn by turn navigation).
I can connect to the phone, and receive notifications...
Hello Team,
I am trying to run the example DFU overt TFTP, however I found the description a bit ambiguous. Seeking help to remove my ambiguity.
I am trying to follow...
Hi,
I am unable to program the nRF52 Dongle. What I see is that the "Write" option is not highlighted.
Though the Bootloader and Softdevice are already there on the...
Hi All,
I have downloaded the nRF Mesh SDk 3.0.0 and tried to run. I am trying to run the default nrf5SDKforMeshv300src\examples\light_switch\server for
Here is my software...
I have enabled the whitelist feature based on the ble_hids_keyboard example, but when I load the application it is not advertising anywhere. It is paired with my iPhone, but...
I am having one MDBT42Q device on which I am trying to flash an Example image of Peripheral to check basic functionality by nRFGO Studio.
In my device, I have sorted Pin...
i am trying to run advertising.py from pc-ble-driver-py .
i am keep getting exception from
except IndexError : raise NordicSemiException( 'board not found' ) is there...
I am looking through the BLE examples, but I can't seem to find an example that best fits my project scope where I wish to have a BLE central service that reads data from...
Hello Nordic support team I want to send command from hm10 ble chip to Nrf52832 dk board.So before I start to implement this I want to know that HM10 ble chip can communicate...
Hi, all.
I want data read from gyro sensor through i2c, and then send it through bluetooth equipment.(PC or iPhone and so on)
But i don'k know how to send gyro sensor...
I am asking about using the sd_rand_application_vector_get function; it seems that it causes my board to crash, and it never returns a success code.
I have already seen...