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...
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,
We want to use the NRF52810 without radio and we don't want to put the external oscillator to reduce the PCB size
I would like to know if necessary to have the external...
Hi,
Some time i could not put break points inside main for sample projects provided for nRF91, i tried clean build, erasing the flash 'nrfjprog -e' and evn enable the configuration...
We would like to use a Dongle based on the nRF52840 as a BLE Central communication via NUS to our product. The example in the nRF Connect Desktop does just wat we need on...
Hi,
I want to use none secure example on nrf5340.
The code can't run with ns config(uart didn't log anything),But it works fine with normal config.
How can I sovle this...
Hi, devzone.
Since I was recommended last time, I started reading the BLE tutorial .
I first saw a this tutorial .
Even if nrF52-ble-tutorial-advertising is placed in...
Hi,
I have a custom nRF52840 board. I mistakenly tried flashing the custom nRF52840 board with STM32 firmware. From that moment on, I can't flash board. When connected...
Hi,
I want to create 2 softdevice tasks, 1 for advertising and 1 for scanning. I have ported the dependencies and some code from the ble_app_freertos_pca10040_s132 into...
I have two Nordic nRF52840 DK Boards and I need to check the performance of BLR-LR i.e. how much range do I get in Indoor Environment and in Open Environment.
Can someone...
Hi
We want to add one flash partition to use to store external host files by http downloading, so we changed the dts to below:
then we duplicated the dfu_target_mcuboot...
Actually i was working previously on nRF51422 DK, to test its range by configuring my DK as an advertiser, and observing RSSI values of the beacon on nRF Connect app.
the...
Is it possible to have both BLE and NFC passive device at the same time.
I tried combining 2 examples but I am running into a conflict of SOFTDEVICE_PRESENT definition....
When using emStudio and configuring a project via the GUI menu (Project -> Configure nRF Connect SDK Project), the resulting config is generated in <build_folder>/zephyr/...
Dear all
I am currently using the ble_peripheral>ble_app_uart example to send data from my central device (BMD300 with nRF52832 SoC) to the peripheral (nRF51 dongle),...
I have modified the template app to advertise several custom UUIDs and one SIG UUID. All UUIDs are being sent as a Scan Response. I have selected expanded data size. S140...