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'm using WS2812B as a status LED. I don't have any free SPI ports. So my only option is to use I2S. It is displaying just white. I cannot change colors or turn it off...
Hello,
My SDK is ncs 2.6.1, and chip is nRF52832. If set CONFIG_BT_ID_MAX to 2, bt_id_create can be called twice without failure, but it seems the 2nd call doesn't update...
I'm seeking assistance with a power consumption issue we're facing in our hardware configuration. Here are the details:
Normal Operation Power Consumption : Our device...
Hello I am testing with nRF52-DK. But when I write data and read it with the Pragrammer of nRF Connector Desktop 5.0.2, the data is arranged as shown in the figure below....
Hi.
I'm currently developing Android application using Kotlin. App connects with Glucose meter via BLE (for that I'm using this lib: https://github.com/weliem/blessed-kotlin...
Dear community,
I am using the nRF9160 chip, and I have the issue of occasionally unreliable positioning. Depending on the network, positioning happens quickly and is...
Hi,
I'd like to set log level within the app but without success. I am browsing through https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/services/logging/index.html...
Hi,
is it possible to write data to external spi flash using nrfjprog? This would be on a custom board, which has nRF9160 with extra external SPI flash (not QSPI)?
...
Hi,
There is a bug in ncs\v2.7.99-cs2\nrf\cmake\version_app.cmake
add_custom_command( OUTPUT ${PROJECT_BINARY_DIR}/include/generated/app_commit.h COMMAND ${CMAKE_COMMAND...
I am using nRF Connect fro Desktop Bluetooth Low Energy Standalone v4.0.4 with a Dongle USB nRF52840.
I can see my device when Legacy Advertising is enabled, but if I only...
Hi,
First of all, let me confess, I am new to VS Code - NRF SDK environment.
I have a VS Code setup with NRF extensions enabled and due to some reason, the error squiggles...
Hi , I 'm trying to send and receive on a websocket. Sending works fine and is received on the backend, but when I try to receive I just get garbage in my buffer.
I sanity...
Hi,
I'm currently trying to add MCUBoot in my project.
The project was built successfully by adding these lines to prj.conf.
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
I'm looking into using command line builds for nRF Connect SDK again due to issues I've been running into with vscode.
The instructions on this page ( https://docs.nordicsemi...