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.
...
Hi. I have a problem with my NRF52840 Dongle. When using BSP driven button. I've tried to use some SDK precompiled examples - it doesn't work. Neither with ble_peripheral...
Hello,
I am trying to add application specific errors codes to the error handling framework in the nRF51K SDK. The documentation in sdk_errors.h says that a range is reserved...
Is there an error code range reserved for user application errors?
I wish to return application specific errors without defining a new error type, to maintain a unified...
Hi,
I'm using nRF Android Mesh library from here for to build a cordova plugin for my project. So i almost completed my plugin but when i'm testing the plugin using nRF52...
Hello
i need to make BLE Dongle (reproduce without having documents, just a page how to update Firmware)
i need to be able to programm a .hex file i have via nRFgo Studio...
Recommended nRF52820 dev kit is nRF52833 DK because dev kit for the 20 are not yet available.
Is the nRF52840 DK also compatible or the nRF52833 DK have something special...
With the Eddystone beacon example from the nRF5 SDK v.16.0 I managed to change the beacon data to be sent using es_slot_on_write. This only changes though if this data is...
Hi,
we spent 2 days of debugging why our application doesn't work on new nRF52820 & nRF52833 in QFN40 package. And today, we found out that some of the pins have probably...
Hi,
I`m considerate to use Nordic SoC in my design.
Please advise if Nordic have BLE SoC with Capacitance Touch Sensing capabilities like in Cypress part CY8C4127LQI-BL483...
So, I am adapting and adding to a project based on the example app with SDK16.0 and softdevice s112. I'm using Keil.
My nrf52832 has 256kb flash, 32k ram.
I'm compiling...
Are there any examples of how to configure the COEX pins between the 9160 and a 52840 such that each will actually use the signals to start/stop their respective radios? The...
I see references to a get (0x8046), set (0x8047), and status (0x8048) messages for Node Identity. Where could I find documentation about these messages? There is no sample...
What is the purpose/functionality of SWO pin (pin 6) on the Debug In port?
I see it connected to P0.18 on PCA10040 and P1.00 on PCA10056, but I’m developing custom board...
Hi,
Though I could able to successfully provision light and switch using nrfMesh Android application with all elements being configured and also could publish/subscribe...
Hi,
Recently, I am studying the blog as the link below:
https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-prepairing
We would like...