Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
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...
Hi!
I'm currently setting up the nRF9160 dev kit for development and are having some trouble with "building" the asset tracking application.
Building ‘zephyr/include...
Hi All,
I am doing a Mesh development project with nRF52840 and a custom board. SDK version: nrf5SDKforMeshv320 Testing Example: light_switch
I had changed the port/pin...
The goal is that we can update the firmware version with the smartphone or tablet without having
need to go through the development tools
(cable, IDE, ...)
if so, how can...
Hi,
In our firmware we're writing the entire contents of our UPDATE.BIN file successfully with flash_img_buffered_write's, but after boot_request_upgrade and a sys_reboot...
When my Nordic device is running my custom BLE application I notice that the device address is 0xC4318DBD687C. When device is running the bootloader service the device address...
Hi Nordic,
As far as I can see, there is BLE_NUS_CONFIG_LOG_ENABLED defined for ble_nus in sdk_config.h. However, I cannot find the similar BLE_NUS_C_CONFIG_LOG_ENABLED...
Hi, can we use a manufacturer name of our own for the usb in nrf52840?
We know that we can still use the Nordic Semiconductor's usb vendor in a commercial product.
Best...
Hi, Can I use nRF24LE1-F16Q24-DK without nRFgo Starter Kit? If yes please suggest me programmer to program nRF24LE1 by Keil IDE. by referring documentation I found its support...
Hi
SDK v15.2.0 SD 6.1.1
I have managed to send out "Connectable, Non-Scannable" extended adverts with some AD packets as payload. On a frontline sniffer as per the file...
I am developing a HID keyboard based on an nRF51822.
The firmware source available here:
https://github.com/martonmiklos/ble_keyboard_fw
(It is based on the ble_sdk_app_hids_mouse...
Hello,
i'am trying to control the pwm Idle State Level.
between my Sequence's (1sek) the PIN stays High But i need it low.
I try to set the GPIO Out Register, but...
Hello,
I am working on a simple Bluetooth mesh example setup with the following configurations:
nRF52832 DK: light switch server, subscribed to group 0xC000
nRF52840...
We have a mobile app on iPhone and Android, the NRF52 advertises every 3 seconds. The app can discover the NRF52 quickly but it takes a long time to connect. The iPhone is...
Hi,
I am developing a system that will read from a sensor that uses I2C and then transmit this to a "master" using ANT+ or BTLE (this isn't decided yet)
For the prototyping...