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.
...
I am struggling to get DFU over BLE to work with any of SDK versions 2.7, 2.8, or 2.9. Is there a simple example application anywhere? My main application is pretty basic...
Hi, we have been experiencing breaks occurring when we have not set a break point.
We are debugging using a Jlink Base.
This has been happening for some time from V 2...
Hi,
Is there a sample project about it?
When I develop software emulator still work on flash? Correct?
How it works that at startup it mcuboot does not copy the nor...
We've been evaluating the nRF9160 and nRF9161 for potential use in our project for about 4 months now, but the process has been challenging due to documentation flaws and...
Hi Support team,
I met a strange problem on my IoT device, which provided a BLE service.
One month ago, I could use nRF_Connect_APP with my mobile phone(phone_A) to find...
Hi,
I was suddenly getting a EPERM error on nRF Connect for Desktop. I have uninstalled and re-installed. I get same error, plus Jlink now is showing a error at installation...
Hi,
We're developing a device based on the nrf52840.
We want to read LC3-encoded files on the filesystem, decode them, then send the data to the i2s peripheral. However...
I measure the quiescent current of Thingy:91X (v1.0.0) with enabled BLE connectivity bridge.
To my surprise, this seems to be significant larger than that of a Thingy:91...
Hi,
I have following problem:
I try to synchronize specific event let's say every three seconds. My simple test is just looping date_time_now() and taking modulus out...
I am attempting to create an SPI communication to an ancillary circuit through an intermediary board and the nRF52840 USB dongle. If I start with the zephyr sample spi_flash...
Hi, I am starting from the following example: "Bluetooth Low Energy UART service sample", sdk version v2.6.0 I am trying to add a custom board (using VSCode NRF CONNECT extension...
ncs v2.9.0
peripheral_uart (nRF52840) modified code
central_uart (nRF52832) unmodified code
using power monitor for current consumption
When I send the packet from...