I was reading the documentation, trying to figure out something specific while reading though source code. I was looking at the LENGTH field specified in the nrf52840 PS guide...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
I'm encountering an issue while trying to use the CAF LED module with the nPM1300 PMIC. Despite configuring the Device Tree, prj.conf, and led_state_def.h, I'm still getting...
Hello,
Currently, Nordic only provides an Android/IOS Application (Device Manager) for firmware update and other (Zephyr) functions.
For Windows, we currently rely on...
Hi,
I am using a nrf52840 dongle for sniffing the bluetooth connection between 2 devices. These are the wireshark logs
What I could see is it initiates the pairing with...
Hi All.
Trying to complete Lesson 6 Exercise 2 from the course nRF Connect SDK Fundamentals made by the DevAcadeny, I connected the Thingy53 to my computer through USB-C...
Hi,
I am migrating from nCS v2.6.1 to v2.9.0, my workspace builds fine on v2.6.1 But on v2.9.0 I am getting the below error:
This is being generated as my main.c has...
Hi, I am using nrf52832 Development Kit and SDK( nRF5_SDK_15.3.0_59ac345 ) in that I am working on ANCS and NUS together and specific functionality working smoothly when the...
I have read many of the posts about applications not running stand alone, and have tried many of the suggestions without success. My application runs on a nRF52832 it is being...
Hello,
I am new to embedded programming and I would really appreciate any guidance.
I am using NRF52832 that will interface with I2C USB charger BQ24295 ( http://www.ti...
Hello, I am working on Bluetooth mesh application and i am using nRF52832/40 for the development purpose. I wants to create one independent library with its own data section...
I need to burst write the DMP library into the mpu6050 but not succeed.
The following is the function that I've been using to burst write.
I have researched on the...
Hi,
We developed our device with KEIL 5, SDK15.2 and SoftDevice 6.1.1. After we upgrade the SDK on our device from version 14 to 15, our IOS phone encountered the following...
Dears:
I'm testing the USB mass storage example: \examples\peripheral\usbd_msc with Nrf52840DK and SDK v15.3.0.
Now I have one question. When I plug in/out USB to PC or...
Hi
I am using the NRF52832 ,my code is based on the ble_app_hrs_freertos example sdk 15.0.0
I have one main task which usually run 64 time every second using the vTaskDelayUntil...
Hi I have a module that is used in a hand held instrument. It contains the nrf52832. It connects to phones for data communications. Is it possible to determine the strength...
Dear All,
I am trying to compile and run the ncs/zephyr/samples/drivers on the nrf9160_pca10090ns. For this reason, I have copy-pasted the file under the ncs/nrf/samples...
Sorry, I want to ask that if I can send Decimal(like accel x,gyro x) by the ble characteristic to the nrfConnect, when I send the information, it always becomes hexadecim...
Dear community members
I have end nodes with nrf52832 (Soft device s132) that can communicate to a central nrf52832 DK in Connection mode based on ble app uart and multiple...
hello, I'm develop use nRF52 SDK15.3 template to measure water press, and gyro value.
but in nrftoolbox app just show signed value, so i want to show signed value.
please...
Hello ,every one ,I found that the nrf Connect will disconnect it self after connecting to the device after 30 seconds, I'm using the sdk15.3.0 ble_app_template example,I...