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 have a project base on Nordic sample code "v2.5.0/nrf/samples/cellular/Location" and it fully work with SIM card
now I need to use Onomondo softsim to replace SIM...
Hello, I'm getting these series of events often when the client is sending data to client. This is the the nRF SDK 17.
If I add a delay on the client app that is talking...
Regarding the description key Page 10 of the document "nRF Sniffer for 802.15.4" states "00112233445566778899aabbccddeeff", but does it differ for each device? Also, if there...
Hi there
During updating nRF5340 over bluetooth, really rarely the CPUNet fails to be updated over bluetooth.
The mcuboot says: Image in the secondary slot is not valid...
Hi Team,
I have 1 nRF5340 Audio DK. With the steps mentioned in below links, I configured Json file to Headset and I'm able to achieve it.
Setup Details : Headset - nRF5340...
Hello,
I'm using nrf52840 together with HX711 24bit ADC . My application samples the ADC every 12.5ms (80Hz rate) and the sample is sent out via BLE notification. The HX711...
Hi ,
I am using nRF52810 to start a project that combines BLE app UART and a timer. I found an example BLE app UART project from the directory nRF5_SDK_17.0.2_d674dde\examples...
I can read the button and see if it is being held. I would like to know which GPIO pin caused the wake without having to hold the button down to signify the button that woke...
Hi,
I need to implement BLE central and peripheral roles on nRF52832 using OS. I have seen Nordic hrs FreeRTOS example, but it is peripheral only.
How could both roles...
Hi,
I am trying to to perform a DFU update to my device using an ANNA-B112 evaluation kit connected to my Ubuntu machine. The device supports DFU update. Here's what I'm...
I am setting up a project with nRF Connect SDK and want to be sure I am doing things in the best way.
The project will build different firmwares for multiple models of our...
Hi DevZone, Our developement team had purchased a Nordic Thingy:91 and it came with an iBasis SIM card. When we are trying to add that sim card for activation in nRF cloud...
How can I add a bootloader to my program that needs to be flashed to the Nordic Thingy:52? When I flash the default Thingy:52 firmware and then upload my custom code through...