Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hello,
I am now developing firmware for nRF52840 DK and nRF52840 dongle. My target is to develop a firmware that my DK/dongle be central and can send command to peripheral...
In SES, it is possible to clean when project is opened , Rebuild ALL, clean solution, clean zephyr and as well from Project -> Reload project, it is possible to update. How...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Is there any available binary firmware for nRF5340 Audio DK to evaluate and demo the LE audio case?
I tried to use the nRF5340 Audio DK for LE audio, but found the LC3 codec...
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...