Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'm trying to diagnose frequent (80%) DFU failures that I'm seeing with our Android application using Buttonless mode.
Our target can be 100% reliably updated with our app...
Hello,
I would like to program the NRF52840DK to send ZigBee beacon(not beacon request) to the end devices, but I cannot seem to find the API, etc. to do so.
Or perhaps...
Hello NRF ,
I am not able to run any of the the BLE peripheral example codes from the SDK12.2.0 ( Nordic NRF 52 SDK ) .
The reason I am using 12.2.0 is I have a sensor...
Hi,
I need a battery calculation in my project, For that I need to implement ADC.
But in SDK17 their is no ADC sample example for nrf52810 is present. So please suggest...
Hi Team,
I have nrf52840 DK board and is trying to get the prints from nRF USB port using cdc_acm application. I can see the prints when I connect the DK board with the...
Hello, I am trying to set the company ID and manufacturer specific data in the NCS SDK using nRF52840 dev board
I have the following array of structure
uint8_t COMPANY_ID...
Hi,
I am trying to generate unique key(s) for every device and store them in Optiga to sign the messages, among others. After generating the key pairs, I need the private...
Hello. Currently, the Samsung Galaxy A series has a problem that UART communication is not available.
I want to find the cause and solution of this problem, How can I find...
I am using nrf52852 with sdk 16 version and I want to set the BLE connection interval via BLE command using an customised app. what i want to do is this
#define MIN_CONN_INTERVAL...
HI, I'm developing a device (based on uBlox Anna-B112 with nRF52832) that must securely store three 256bit keys. These keys must remain secret and must not be readable by...
Hi,
I'm just starting out with zephyr on a nrf52dk (nrf52832) and I'm in need of performing some math functions on the data output on a mpu6050.
The MPU6050 is spitting...
We are developing couple of products based on nordic 52810 and 52820. Mainly 52810 And we have received very good support from nordic team and very promp and pro-active support...
The documentation is unclear about QSPI handling:
If I issue a QSPI erase command then I receive confirmation that the erase command has been written to the external QSPI...
I'm using FDS module from nRF SDK 16.0.0.
Below I'll describe issue which I'm experiencing when trying to initialize FDS twice:
To be sure that my FDS filesystem will...
Was going through the process of updating the modem and application on my just purchased Thingy-91. Initially the programmer reported that the processor and two serial ports...