Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
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...
Hi,
I am using nrf25840 Dongle as NCP with Linux machine. I have used NCP example hex from " nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\ncp\usb_bootloader...
How to achieve the lowest power consumption while "sleeping" but still being able to awake from an internal timer ?
For the timer I'm using the Ticker class from mbed.....
Hi,
I am a Embedded System Engineer working in a Medical device company in Ireland. I have a ublox Modem(Nina-B111), which has a nRF5xxx module embedded into it. The modem...
Dear Sir .
I have on my custom board 2 spi , spi1 and spi3.
&spi3 { status = "okay"; compatible = "nordic,nrf-spim"; sck-pin = <31>; mosi-pin = <9>; miso-pin = <30>;...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi.
I programmed the firmware in " https://github.com/NordicSemiconductor/pc-ble-driver " share folder to a nrf52840 dongle.
NRF_SD_BLE_API=6
I took the example heart...
I can send a command to a custom cluster through the Zigbee CLI, which is installed and running as a Coordinator on a nrf52840 dongle.
However, I must respond to commands...
Hello Nordic!
We are going to develop the device under the following conditions - nRF52832 - SDK11 - SoftDevice S132 v2.0.1
We are planning to add Serial DFU feature to...
Hi, I am porting an app from SDK 14.2 to SDK 16 (nrf52832) and noticed some strange behaviour with nrf_delay_ms - it is not delaying anywhere nearly long enough. I have built...
I have been able to program the nRF52 DK perfectly the past couple weeks and just recently got an nRF9160 DK.
I tried to update the 9160 DK to the latest firmware using...
Hi,
What is TWI transaction manager? Is this a hardware or just software library? Does it work with TWIM (with easy DMA)?
I have a suggestion that when making an example...