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,
I'm developping an application for nRF52840 as a BLE central. It is supposed to connect to an Android device (BLE peripheral) using a bond (encrypted connection with...
Hi everyone,
I went through the source code by Vidar Berg for background dfu using SDK 15.3. I am working with nRF52832 , S132 and SDk 12 with Keil IDE. I did try with secure...
Hi,
I am currently developing with nRF52811 chip using nRF52840 DK. Where can I find a reference 2.4GHz PCB antenna design document?
Thanks.
Regards,
Jxq
Dear Team:
Hi team,I just want to know:
1.Can the ESB protocol call the frequency hopping of Gazell? Is there a corresponding description and source code?
2.Can the...
hi, i am facing this unknown error at "unknown function at 0x000008C8",
i am doing a development project with nrf52832(sdk14.2 and s132v5,ble nus is used) mcu and sim800...
Hello, I'm developing SAADC on nRF52832.
While developing, I have problems now.
I applied sine wave on ADC input.
And the result is displayed on the figure that I...
Hi:
Use the nordic official nRF52832 development board , The software is SDK15.3(example: ble_app_uart ),
Find that there will be a continuous reset. What is the problem...
Hey all,
I am trying to run the "nrfx_spim" example on my nRF52840 USB Dongle (Makerdiary nRF52840 USB dongle), however it is not working. It looks like the code is never...
I have been testing the softdevice codes on NRF52840 DK with NRF52840 SDK 15.2.0 which is working perfectly. But when i put the same test code in our custom board having BT840...
Hello,
I'm still trying to deal with the CLI-coordinator and I have a problem. I am using nRF52840 chip and SDK 4.0.0.
I just can’t understand how I can find out from...
Hi,
I ported an nrf example from nRF5 SDK version 12.3.0 ble_proximity to segger studio (v4.50), and flashed into nRF51DK, using build and run option. The application is...
Hi I've been trying to get started with the nrf52840 dk and dongle on my Windows 10 machine but have been stuck on this set-up issue. I'm using the following versions:
...
I'm currently working on u-blox Nina B302 and I'm trying out program examples from the nRF52 SDK on an evaluation board. To try out BLE connections, I'm using the nRF Connect...
Hi
The Product (NRF52832) was upgraded from SD 4.0.2 to the SD6.1.1.
During the pairing procedure the sd_ble_gap_data_length_update() returns a NRF_ERROR_RESOURCES error...
I use SDK16.
test fstorage write data.I find fstorage is busy appears when BLE sends and receives data.
for example main.c :
line 206: fst_erase_test(); line 207: NRF_LOG_INFO...