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 all,
I am using power profiler kit to measure as mentioned below screenshot.
I want to achieve current number as mentioned in Nordic product specification as" IOFF_RAMOFF_RESET...
Hi,
I'm using nRF52832 with IAR and SDK V15, S132.
I incorporated the peer manager in the uart serial profile example.
I assume, since I have 3 pages (inc. GC) set in...
I have a device that uses peer manager to pair using a key. I have noticed that the device will connect to an app and stay connected even if the pairing procedure is not completed...
Hello,
I am using the nRF51 dongle, SDK v10 and s310.
I want to use the dongle as a ANT+ receiver and BLE client to connect to multiple BLE peripherals. I have looked...
I am once again frustrated with nRF5 API's. Getting a value from analog input pin is that simple with Arduino API's:
int sensorValue = analogRead(A0);
That's all you...
I'm using an IMU sensor and transferring data over Bluetooth to Android device. The data sampling at 400hz, and I'm sending 6 packets per connection, each packet 20bytes....
Hello!
I am using the PORT event interupt sense handler to wake up the device from various pin interupts. We have in total 6 pins that need to do that.
This works fine...
Hi,
In my project, I am interfacing various modules (UART over ble, ADC, SPI, I2C) on nRF52840-Preview-DK board. I use IAR Embedded Workbench with nRF5_SDK_15.2 for code...
Need assistance/recommendations for working with smaller pin pitch (150 micron) mounting holes for the new nRF52480 chipset. Our current contract manufacturing supplier for...
Hello I noticed the problem with nRF51 DK and ble_uart app.
1. The nRF51 DK is connected to the Terminal
2. Connect to the nRF via "nRF Connect" application on Android...
Hello:
I read the documentation and errata for Rev 1 of the nrf52. I am using the Rigado BMD300 module (thus the nrf52) without a softdevice attempting to do on the fly...
Hi All,
Currently i am working on nrf51822 chip, For that i have downloaded nRF5_SDK_15.0.0_a53641a.
Now, i am trying to execute mouse hid example in nrf51822 chip, but...
Hello, it seems that the 15.2 infocenter radio_test instructions are somewhat different from the 15.0 infocenter instructions . Trying to get a general understanding of how...
Hi there,
I was hoping you guys could point me in the right direction with regards to the use of the nrf_mesh_disable() & nrf_mesh_enable() functions. Since the "friend...
I migrated my nRF52840 project to nRF5 SDK for Thread and Zigbee 2.0.0 (from 1.0.0), but I keep getting a linker error:
Building ‘myproject’ from solution ‘myproject’ in...