Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hello,
I want to use standalone logging for each file (/module)(/driver) of my program, therefore register different logging modules with different log levels each. Registering...
Hi,
I am attempting to configure a nRF52840 (packaged as Seeeduino XIAO Sense) for the popular printer software Klipper.
i have the following processor options and am...
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...