I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi,
I'm using multilink Central device with SDK9.0 and stack S130. I'm able to connect to multilink peripheral device as expected. But i am not able to connect to a Custom...
Hi, is it possible to check the current configuration of a GPIO pin? I mean if the pin is currently configured as input or output. Next I need to uninitialize it and reinitialize...
Hi,
the Nordic nRF-series SoCs have got the restriction, that the power has to rise from 0 V to 1.7 V in 60 ms for a guaranteed POR. In our application we cannot guarantee...
We use nRF52832 on our product. We need to update the application remotely in the field using smartphone with BT. The unit in the field will already have an app running on...
Hi,
I'm working on treating the nrf as a CDC ACM device and in order to test it I've been using a script to send input to the chip through echo commands to the /dev/ttyACM...
Hey, can you say me, how can I switch on of the Node-Features (relay, proxy, friend) with help of the Interactive mesh provisioning and configuration Script pyACI.
Hi,
I am using nrf connect for Andriod V4.15.0 to upgrade the nrf51422 device。
It can normally conenct to the device(DFU Mode), but when I choose the right ZIP file, ...
I'm interested in a non-standard application of the nRF91 which is expressly intended for operation on LTE-M and NB-IoT networks. Is the baseband modem in this device sufficiently...
Hi everyone,
I'm using UART service and I have a problem when the central device connect to the peripheral.
The central device notify connected to the peripheral, but...
I received nRF52840-DK from Mouser :
Sales Order No: Web Order No: Order Date:
242789421 14270760 29-May-18
I started to use it and some problems exist...
Hi support team,
I was using SDK15.0 and PDK with nrf52840. I planned to implement a serial bootloader with SPI interface. I started with the example of "examples\dfu\secure_bootloader...
Hi,
I got a problem that when I try to use BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM for characteristic.
As I follow the tutorial to create the custom service, when I changed...
I am getting a no memory error (NRF_ERROR_NO_MEM) after using sd_ble_gatts_hvx several times in a loop. I think the error is indeed 0x04 and not BLE_ERROR_NO_TX_PACKETS 0x3004...
Hello
I'm trying to implement whitelist in my code and i found a post which has the following code for the ble_stack_init function:
The ble_app_hids_keyboard example has...