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 ...
Hello I'm trying to use GPIO pins as UART on the nRF 52 DK rather than the default UART pins. How do I change the pin configuration? I'm using nRF SDK version 17.1. 0
I now have two dk's, one as a master and the other as a slave. The slave sends data to the master, and the master forwards the data to the PC. That is, the piece of dk that...
We are seeing an issue with Android 13 on Samsung phones connecting to our device over BLE. After CONNECT_IND the phone will attempt to send a LL_FEATURE_REQ. It takes about...
Above is the code that im using.
Module - BT832x
Debugger - Segger J-link
IDE - Segger IDE
SDK - nRF5_SDK_17.0.2_d674dde (Downloaded from nordic website)
Program...
Hello Nordic Team,
I am facing an issue in my project that uses BLE and FreeRTOS. If I call nrf_sdh_enable_request () in main() before starting the task scheduler vTaskStartScheduler...
Hi,
I use 2 nrf52840 custom board, one is use a peripheral sensor with a lot of services and the other is used as a central with bt_shell_command.
Now i need to be able...
Hello Nordic support,
I am working on an application that works either with BLE or Zigbee and the protocol to be used is determined at application startup. Initially, my...
Hi Nordic Team,
I want to build NET core project for NRF5340 DK audio board, so I select build board config with nrf5340_audio_dk_nrf5340_cpunet, then build configuration...
Hi,
I have some questions about the quaterwave monopole antenna.
In the papers of Nordic I did read:
If the ground plane size is considerably smaller than the ideal...
Hi,
I have problems with the RTT up buffer overflowing with the standard configuration.
CONFIG_LOG_BACKEND_RTT_BUFFER_SIZE does exactly what I need, but it requires CONFIG_LOG_BACKEND_RTT_BUFFER...
Hello Nordic/Zephyr, MS VSCode has a page on reference variable: https://code.visualstudio.com/docs/editor/variables-reference I known Nordic/Zephyr has also such variable...
Good day
I am trying to add timestamps to my mqtt code. However, in an effort to save power , I would like to use the modem to get the correct time once and then use the...
I have been working on trying to get the app_uart to go into low power mode to reduce current draw. I have looked on the forum and have not found a clear answer.
I'm running...
Hi, I am using nrf52840 for sniffing bluetooth packets. The sniffer was able to capture packets once the Bluetooth connection is established between my mobile and and the...