-- west build: generating a build system Loading Zephyr module(s) (Zephyr base): sysbuild_default -- Found Python3: C:/ncs/toolchains/b620d30767/opt/bin/python.exe (found...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hi, I'm using the nRF52840 to measure voltages through the SAADC . I'm observing a measurement noise of around 80mV peak-to-peak on inputs AIN0, AIN4, and AIN5 .
Here are...
Hi,
I am working on zigbee demo "light_switch" with NCS2.8 Add-on SDK.I enabled MCUboot according to the steps in the course " Lesson 9 – Bootloaders and DFU/FOTA "
1...
Helo, I have ISP1907 for BLE AoA.
In my understanding, the antenna spacing should be half of wavelength, in case of BLE, it would be 2.4GHz thus the spacing should be 6...
NCS 2.9.1 - NRF5340 DK
I've developed the gppi one_to_one example to try and create an asymmetric pulse that I can control with the Timer compare registers. It boggles my...
Hello,
I use SDK v2.9.0 with nRF52840 and my application is based on peripheral_uart example.
Have I understood correctly that nRF52840dongle has preloaded (by Nordic...
Dear Sirs and Madams!
Can someone please help me in following situation:
I am working on Android app using Qt/QML Framework , which among other things scans available...
I added cycling speed and cadence service of BLE and bicycle speed and cadence of ANT+ in ble_ant_app_hrm example of multiprotocol.
If open one ANT+ received channel, it...
Hi,
I am testing with experimental_bootloader_secure_usb Example.
But I want to check the log, but I do not know how to view it.
Is there a way to see it?
For...
Hi Nordic,
I have an nrf52832 device where I cannot seem to erase the UICR. I've tried the various erase options from nrfjprog (-e, --eraseuicr, --recover) and those seem...
I am trying to port a program over from Eclipse to Segger Embedded Studio. It is a C++14 project and I am having problems because the STLport library that is included in SES...
Hi:
Recently, I use the SDK --- "nRF51_SDK_8.1.0", the project is \Nordic\nRF51_SDK_8.1.0_b6ed55f\examples\ble_central, I modified the project to notify the data periodically...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
The default SDK v14.2 PCA10040e (nrf52810) ble_ap_templete compiles to 131.7 KB Flash in SES and 34 KB Flash in Keil. I would think would have both project configured similarly...
I have looked over other posts regarding the iRAM and iROM settings for flashing firmware to nrf51822 devices but I am still lost on where to start. I've referenced the page...
I'm trying to create an automated script for deploying the command line tools with the segger Jlink driver.
I'm currently using the 9.6.0 installer with the following command...
So I reinstalled one of my Linux boxes (again) a few days ago, and one of the things I need to do to get all the development environment up and running (again) is get the...
Hi everyone,
I'm currently working on MAX30100 sensor and i need to read this sensor data with i2c, currently i'm able to read mpu6050 and 9255. However i don't have much...
Hi all,
My BLE device uses the NUS profile to send data to a connected smart device. At the same time it should also be possible to connect to a RPi/Linux based gateway...
I now use nrf52832 to do development, nrf52832 and mobile phones to transfer the data is relatively large, I would like to achieve For mobile phones that support BLE4.2, a...
Hi Everyone,
I have been experimenting around with the low power SAADC example in SDK13.
I am using PCA10040 dev board and I have programmed it to start/stop ADC sampling...