By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
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...
Hi,
We've been developing an peripheral HID over BLE using Nordic's SDK, connecting with iOS, Android, and Windows devices. (Board: nRF52832, SDK 14)
We've noticed an...
Using 2.0.0-1.beta on Linux Mint 18.
Have installed pyserial with: sudo pip install pyserial --upgrade --ignore-installed
resulting in:
Installing collected packages...
hi ;
now after i maked a successful connection between smart phone and nrf51822 and i could change the state of gpio pin 20 i find a new problem
i want my pin is still...
Hi All,
Just wondering if i'm doing the right thing here.
So i am using the example of the central device to get started.The idea i'm trying to do is to use the central...