Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
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...