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.
...
Hello,
I am working with nrf51822 and I want to send data over ble to an android application which requires pairing. I modified the ble_app_uart example to read the data...
Hi Nordic Forum!
We're currently tuning our antenna since we runed with some problems during our EMC testing.
In that regard, what is the impedance (both input and output...
Hi,
Is there no specific code of ble_app_uart_coexist meant for PCA 10056 and eventually s140?
Or will the same code work for the nRF52840 board?
I am using SES and...
I want to use the nordic USB peripheral drivers to allow for the initialization of multiple devices. The end result of the project will be to have a single nordic creating...
I am using the nRF52832 (on Rigado BMD-300 EVAL kit). I am using keil IDE and nRF GO to upload my compiled code to my device. I am using SKD 15.2.0. Using Windows 10.
...
i donot know why,because other board is ok.
i am using this project
\nRF52832 pack\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c...
I am migrating my project from SDK 15.0 to SDK 15.2. I was using CC310 to accelerate crypto in the bootloader.
While builiding the bootloader wit SDK 15.2, I got the error...
Hi team, Does the nordic chip receive a Bluetooth signal being communicated with a mouse, keyboard, cell phone, etc., and the sleep state (sd_app_evt_wait()) is canceled?...
Hi,
Can we use BLE 5 beacon with BLE 4 scanner?
As BLE 5 is long range which is my main concern. So, can I get that long range with BLE 4 scanner?
Thanks,
i have done the 10 dfu steps in DFU quick start guide when the boards are not far from each other it works but when i make them far a little
i mean one device in the area...
I am using a Sparkfun nRF52832 breakout. I was trying to install the Softdevice settings onto my Arduino IDE once I clicked on tools -> "nRF5 flash device " the blue ticking...
Current consumption of my code running RTC from LFCLK is ~2.5uA from the power profiler when I set the register values as. NRF_POWER->RAM[2].POWERCLR = 0x01; NRF_POWER->RAM...
Hi,
Currently evaluating SDK and have some issues, I would like to run some demos.
I believe I've managed to erase the "preconfigured" Firmware on the SDK, I have tried...
I am working on SDK-15.2, nRF52832 Dev board. My question is how to add write protected characteristic by KEY? Mean when we want to write something from peer device (smartphone...