I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
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...