Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
I'm using nRF9160DK and in that cJSON formation give me some error because of that my device will restart again and again
as in code if I'm input cJSON_AddNumberToObject...
Using SEGGER embedded studio for ARM (Nordic Edition) v5.60. using Project-> Configure nRF Connect SDK Project Fails in configuring MCUBoot in Zephyr.
No Documentation on...
i am working on power measurement of ble. i want to change ble connection interval in nrf blinky code say to 100ms, 200ms, 1000ms. how to achieve this and
what is the use...
I"m using SLM from NCS 1.6.1.
I'm testing HTTPCREQ with HTTPC port 443 and security tag = 1. After I reset SLM, my send is successful and passes server validation checks...
I have been using the DFU on nRF5 SDK for some years now and we use this feature to update firmware in the field.
I have sucessfully managed to get the SMP Server sample...
Hello everyone!
I'm using nrf5_SDK_for_Mesh_v5.0.0_src and I'm trying to run the Serial example. I see no Bluetooth advertising so I wanted to redirect __LOG to UART.
...
Hello Nordic team,
I am looking for an alternative method to flash the modem firmware to nrf 9160.
The issue I have with nrf connect's programmer is that it behaves unpredictably...
Question about errata workarounds for 9160 rev 1 (BO) SICA.
I see these in the errata which are relevant for our project:
[15] REGULATORS: Supply regulators default...
Hello!
The NRF52832 based Raytec Module, the Garmin NRF52 module and the Nordic Dev kits all handle the Mesh firmware I have developed without change or modification and...
Hello,
I'm trying out the Matter: Light bulb example using an nrf52840 device. So far, I have managed to build the software, flash the device, provision it into the network...
Hello Nordic Semi team,
I am porting the Modem Library to run on a different OS.
The documentation provide is great, but I have a two minor questions.
1. The documentation...
My setup:
Mac OS 11.5.2
Vs Code 1.60.2
nRF Connect SDK 1.7.0
nRF52840DK
Using the tutorial videos provided I went through the process of creating the basic blinky...
1.How exchange datas between applacation core and net core, can provide demo code?
2.How does the APP core call the API in the NET core, and how does the NET core call the...
I'm having problems using the UARTE in the nRF52840 via Zephyr. I'm watching the TX pin using a logic analyzer and seeing correct data when running at 9600 baud. But if I...
I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
The example provided for ble_peripheral...