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...
I need to port some functionality that is using nRF5 SDK 17.0.2/ S332 SoftDevice v6.1.1 to an older firmware using nRF5 SDK v12.0.0/Softdevice 332 v2.0.0. It looks like Softdevice...
I'm trying to build the documentation on a Windows 10 system. I've installed all of the required tools and made it to step 4 when I get the following:
C:\ncs\v1.9.1\nrf...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...
I'm having problems reading channel AIN7 in the rRF52, SDK11
I configure every channel in a similar way:
//adc_channel_5
{
nrf_saadc_channel_config_t channel_config...
Hi I am working on nrf52840 dk project. I want to find out the maximum stack usage of the program.I searched in the devzone support forum and stumbled upon this method to...
Is there a problem with writing-to and notifying-from the same characteristic? Or is it recommended that one create two characteristics, one for receiving data, and the other...
Hi everyone,
I am using the nRF52840-PDK and nRF5_SDK_17.1.0_ddde560, And trying to enter System Off modes with no RAM Retention.
I use the ram_retention example from...
Hi,
I have met a problem that I try to advertise nRF52840 dongle in pc-ble-driver-py. However, connection is not built from this command:
The uuid is uart over ble which...
Hello Nordic family, I hope everyone is fine.
I want to do modifications to the nRF Toolbox android App such that the data received by the nRF Toolbox android App from the...
I'll start off by saying, as a new developer, Nordic has made an absolute mess out of the docs. The default example 'TWI_sensor' starts with easyDMA enabled, meaning it defaults...
Hello,
I am using nrf5340 module with external hardware audio codec to test stereo audio output.
I use nrf5340 module as the headset to connect with Pixel 7 mobile phone...
Hi Nordic Team,
The default stream direction is undirectional, so I add CONFIG_STREAM_BIDIRECTIONAL=y in prj.conf, then use " python buildprog.py -c both -b debug -d both...
Hello,
We have a fitness application that employs concurrent use of ANT+ and BLE communications on an nRF52840, that we wish to port to the nRF5340. The product brief...
I created a custom bootloader based on the SDK 15.3.0 secure bootloader. At location 0xFF8 I defined the uicr bootloader start address as 0xE4000 but my bootloader actually...
Hello
I was trying to add BH1749 I2C Sensor for existing Mesh_Sensor example to get RGB values like shown in this Light_Sensor example. Couldn't decide how to do it and...