I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi!
I want to connect my NRFL2401 to my computer using BLE (v4.0.0) in order to collect data from a sensor. However, the «Start Scan» button is not functional. When I click...
Hi!
I am trying to subscribe to nrf cloud with topic " prod/<TEAM_ID>/<DEVICE_ID>/jobs/rcv". After that I get Disconnect event in the MQTT handler.
Topic "prod/<TEAM_ID...
Hello Everyone,
I am using NRF52832 in my project and in my project I want to charge the device through USB C. So when we plug in USB C into the device, the NRF52832 should...
I followed the directions for pulling down the nRF Connect SDK v2.0.2 via Toolchain Manager v1.1.3 in nRF Connect for Desktop v3.11.1.
I am using Ubuntu 22.04.1 LTS 'Jammy...
Hi,
I am creating a central code from scratch, using zephyr version 2.0.1. I want to know the central code contain all the zephyr rtos property like thread in background...
Hi All,
I am trying to communicate with IC MAX17201 using I2C interface. I am able to detect the IC and communicate with it.
When I read 8bit registers from the IC I don...
Hello,
nRF5340, NCS2.0.2, vscode.
\v2.0.2\zephyr\samples\bluetooth\periodic_adv
when TX and RX work on PHY_1M, two side work well.
but when TX side set BT_LE_ADV_OPT_CODED...
Hi,
Is it correct that nrf-sdk does not support (or have any implementation for) the "NV Counters" API in TF-M ? (needed for rollback protection in the Protected Storage...
Overriding the sdk_config.h configuration
Each define in the sdk_config.h file is a conditional define that is added only if it has not been defined previously so it can...
Hi - I have successfully built the Android Chiptool and Window Covering sample using NRF Connect SDK v2.0.2. I build them both using the same matter library that is installed...
I'm trying to investigate a HardFault that happens within half an hour of using our product.
Device is nRF52832, SDK is 17.1.0, SD is S132 7.2.0
So far, I never managed...
Hello,
I try to create and use my own device tree node.
For that I created a very basic yaml file:
compatible: "bat-measurement" properties: channel1: type: int required...
Hello,
This is a followup of an answered question: " How to get pairing/bonding to work in e.g. ble_app_uart".
The project, ble_app_uart_pair is the ble_app_uart example...
Dear Team,
We are using the following 32 MHz crystal from Epson (datasheet attached) on our nRF52810
The datasheet does not say the start up time for the crystal and...
I have two functions, which both try reading incoming data for a characteristic.
I would expect be the same address in both functions, since the p_ble_evt write struct should...