Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Hello,
I am using Nrf51822.
I am using sd_110/application/bootloader, etc. in SDK_10.0 without problem.
Recently, migration to SDK_12.3 / sd_130 is in progress to...
How wide are the peaks? I know that it depends on many factors how high and long the peaks are. Currently we have measured peaks of 450 mA for 40-50 ms in our application...
Hi,
I am trying to run the Zephyr BME280 sensor sample application (using nRF9160 DK) in NCS1.3.1, but get the below error:
My prj.conf is as follows:
And board...
Hi all:
I install "nRF Connect SDK v1.3.0" by Toolchain manager,
but it always show "Failed to clone the repositories".
Could you have any suggestion?
best...
I am trying to interface my nrf51 DK with the Lis3dh sensor . I have one reference code by elmot for the project and it is working.
https://github.com/elmot/nRF51822xxAA...
Hi,
I'm comparing the nRF9160 DK and Thingy 91. The purpose is to copy the LTE RF design for a Band-20 application. The GPS will not be used.
Question: Is the complexity...
I have bought two thingy 91 to develop the tracker using GPS and accelerometer. I did all the step by step to load pre-compiled hex file given on the website. Then I created...
We are making customize the wearable who records the data from the accelerometer and GPS sensors and sends it back to our server. SO, we decided to use thingy 91 chip has...
Hi,
We built the Blinky sample with NRF Connect SDK 1.3.1. It works fine on NRF52833 DK, but when flashing on external custom NRF52833 board the firmware won't start without...
Hello,
I am trying to integrate the Unity test framework into our project and running into issues with how to add additional test files. Nordic provides one example project...
Hi,
I am developing a project where I have NRF52840 as a device and another NRF52840 as a BLE USB dongle connected to PC.
I have to improve the BLE data rate between the...
Hi,
I have a NRF52840 device connected by BLE to another NRF52840 BLE USB dongle connected throw USB to a PC application.
I want to synchronize the RTC on the connected...
Hello I am currently working on a project with the XM122 / XB122 kit for an evaluation, the XM122 card integrates an nrf52840 MCU and a radar sensor;
The goal of my project...
Hi, I'm using nrf52833 with SDK 17.0.0.
I want to send SAADC data over BLE.
So, I want to see data in my phone.
I've modified codes.
I want to use macro(ble_nus_data_code...