During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I want to demo the NFC provisioning example on Github. Unfortunately this app is not complete.
https://github.com/googlesamples/android-NfcProvisioning
Is a complete...
Hi. I'm using nRF52832 SDK 13.0.0.
My device is peripheral and it is advertising every time.
Now I want to change advertising packet and scan response packet every time...
Hello:
We have a BLE project running on the BMD-300 from Rigado for which we want to add BLE DFU functionality. I am basing our development on the "ble_app_buttonless_dfu...
Hello,
I want to measure the current in system off mode.
I am flashing the S110 softdevice and bootloader in the nrf51822 chip.
Using BLE i am flashing an application...
Hi nordic
I'm developing using nrf52832
This board has many example code so I'm developing smoothly
but Today I had problem. It is about check time
I want to check...
Hello, I use light switch example (nrf52832, mesh sdk 2.0.1)
Can I create mesh network without servers? (clients will send messages to each other and process them)
And...
Hi, I want to use 2 I2C instances and 2 SPI instance during setup, and later switch to 1 I2C instance and 3 SPI instance. To do this, I tried to swap TWIM2 instance to SPIM2...
I'm looking to build a product which require an Android board with relay and BLE 5. I am very new to this and so far I have been playing with Raspberry Pi where the BLE and...
Hello, this will be a bit of a long-winded explanation but here goes: I'm building an SPI driver that reads data from an external ADC and writes to a PWM signal. I got the...
I figured that I could put
#define TX_POWER_PHIL +8 /** -40,-20,-16,-12,-8,-4,0,+2,+3,+4,+5,+6,+7,+8 phil **/
and then make two changes to
static void advertising_init...
Is any GPIO, as output, logic level on nRF52832 maintained when the device is in OFF mode? Same question when the system is in ON/Low power mode Thank you
Hi guys!
I am making an application that uses the PCA10056 for 2.4Ghz RF communication using Enhenced shock burst(esb).
Also, when upgrading the application, i try to...
Hi all. I fell into despair in an attempt to find a solution. If I do not use sprintf then everything works fine.
Before calling some_f, mqtt_put works without any grudges...
Function softdevice_enable() doesn't return any adjusted warnings in case of changing central/peripheral connections, e.g. my ble_stack_init() function:
static void ble_stack_init...