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...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi
I'm on the very beginning stage to ncs for vscode.
I followed the course to build my first blinky example, but failed always.
I double checked my step and all the...
Hi,
I'm using nRF52832 development board with blinky example and with PPK kit I'm trying to get the actual power consumption from the development kit.
I think the actual...
We are working on a project where we have space constraint. We are placing AMS AS7038 , which is a Biosensor Solution with Embedded ECG Channel + Analog front end, just on...
Hi,
1. I tried to test AGPS, but an error was reported. The test results are as follows:
Why is the error reported? Is it that this routine does not support AGPS, or is...
Hi! I was wondering if I could use an SWD connection to recover a bricked chip. This chip is on a custom PCB that has pins allocated for SWD.
The chip itself is stuck at...
I'm looking for assistance or example sources of being able to dynamically control the Nordice device subsystems power. i.e. the serial uart used for the Zephry shell. But...
HI .
Two questions for the nRF52840, please have your comments, thanks. 1. Does nRF52840 Zigbee support SEP 2.0? 2. Can nRF52840 Zigbee be replaced with other protocol?...
Hello ,
I am facing issue while building Building example DFU application 'secure_bootloader_ble_s132_pca10040'
I am using SEGGER Embedded Studio IDE, and while building...
Good afternoon, I am new to nordic sensors. I would like to develop a phone application using Android studio that reads accelerometer values from the Nordic 52. How could...
Hello,
I am using nrf52840 with led blinky example for power consumption but it consumes 0 micro amp so i think reading was not correct so how can i troubleshoot this ....
Hi,
in my application I have setup the nRF52 to wake-up from deep sleep if a low value is detected on either of two GPIOs (4 and 5). What I'm trying to achieve, is to be...
I changed the SDK version of my project according to the steps of How can I change the SDK version of my program - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi...
Setup Visual Studio Code and installed the toolchain manager stuff got 1.9.1 of the SDK and the command line stuff for my windows 10 machine (if that matters). And trying...
Hello,
I have a Nordic Thingy 52, and I installed the Android application from github: https://github.com/NordicSemiconductor/Android-Nordic-Thingy
I can connect the...
Hello,
I am trying to send data via GATT notify at a rate of 60hz. I have created a tx thread that calls bt_gatt_notify in a loop and sleeps for 16ms. However, during profiling...