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'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
We have been testing our nRF9151-based device with the nRF Cloud Multiservice sample program and had to debug some SIM-related issues. It turns out that the UICC slot was...
Hello,
Can the NRF52840 module connect with normal Bluetooth modules (such as HC05, HC06)? Is it necessary for the normal Bluetooth module to have BLE support? If so, can...
Dear Devzone,
I can no longer build Nordic's Wifi provisioning (BLE) sample together with custom nanopb code using SDK version 2.7.0. It worked fine in 2.6.1.
Steps to...
I have followed the installation instructions for the nRF52840 on 2 separate Macs using the latest version of all of the packages AND using the proper packages for the respective...
Hi,
If I launch "nRF Connect" inside of VS Code, it uses PowerShell by default.
But if I use the Toolchain Manager, it will open the Command Prompt terminal instead...
Hi all,
We have an application which uses both MCUboot and a watchdog timer. This combination seems to be causing issues anytime we attempt a soft reset using sys_reboot...
Hello Team,
I have have loaded the modem FW 2.0.1 and Serial LTE Modem application on my NRF9151-DK from Quick Start. I wanted to test the RAI release functionality and...
Hi,
If the image we falshed using mcumgr is 90% of the allowed image size mcumgr flashes the unit without a problem, If the image is 98% the proccess seems stuck.
...
I am receiving bytes from a GPS module and passing them to BLE UART example app configured to use UARTE1 and asynchronous API.
After few minutes of running it starts leaking...
Hello everyone, I have two nrf5340 kits. I run "Bluetooth Direction Connectionless" applications with these kits. I also have a CoreHW brand AoA antenna. My question to you...
Hi, I have a custom board running with the nrf9160. It also has the npm1300. I have it set up so that it is configuring the pmic and then turns off the cell and goes to sleep...
Hi
Can we use nrd52840dk as bluetooth(for data transmission to user created mobile app) and to calculate distance using multi carrier phase difference method between itself...
We are having an issue with
This happens to us because we are using the NRF carrier library, and in the carrier library, when you are trying to power off the modem,...
Hi, I'm coding a nrf55832, my code uses TWI, UART, SPI, app_timer, nrf_drv_timer. The code was going welle until i add the saadc. When i call the nrf_drv_saadc_init function...