Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
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...