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.
...
(added comment regarding intitialisation of GZP_PARAMS sunday 19 Aug)
I would very much like to use the gzp_dynamic_pairing package on the nRF52. Unfortunately I cannot...
hi, i am doing a project where i have to change adv name of ble device.
i am using nrf sdk 15.3.0 ble_app_blinky example for pca 10040e because it has all the things i need...
Hi,
I have created a new project and am following BLE_TEMPLATE. I want to learn, that is why I am not copying and pasting the solution and modifying - its the last resort...
Hallo everyone,
I'm using Eclipse IDE for C/C++ Version 2018-12 (4.10.0), my OS is Ubuntu 18.04.2 LTS and my hardware is the NRF52840 DK. I'm using the GCC C and C++ Compiler...
Hi,
I already asked a similar question 6 month ago ( ticket ) but we never got a solution to this.
Now, after 15 month of development, our mesh-applications are almost...
hi I used light switch example in mesh SDK. i want put device in sleep mode if the device is detected sunlight (using solar panel). if again darkness detect means it will...
Hi,
I am working on a project where my mobile phone will be acting as a central device and nRF52840 DK will be acting as a peripheral device. I used the nRF UART and nRF...
I'm advertising a custom 128bit UUID for my service.
when I added the buttonless DFU service, the UUID in the advertisement packet got mixed, I ended up with the base uuid...
Dear nordic,
I have some doubts regarding ble nus service.
1. how many bytes i can transfer in one packet t a time from smart phone to nrf52832 viceversa?
2. Is it any...
We are using the Nordic nRF52832 and the nRF51822 in two different products. We seek to distinguish between these products and other BTLE devices with a scan using a dongle...
Dear Sir,
I am using nrf52832
SDK 15 and softdevice s132.
I have made a custom board using BMD300 module (nrf52832 based module).
I have takem the following pins...
Hi Everyone,
I am having this issue where i am not able to get ADC and BLE working together.
I am using external ADC and i am using BLE app uart as the base to develop...
I have a basic question regarding the interrupt priority. I want to know if the lower priority is triggered while the higher priority interrupt is served, is the lower priority...
Hi
I want to use GCC 4.9 2015q3 to build code on SDK v15.2 and v15.3 but it shows it cannot find 6 2017-q2-update and 7 2018-q2-update.
Checked Infocenter - Secure DFU...