Dear devzone, Can our nRF52840 detect 20 nanosecond voltage fluctuations using COMP? For example, if I set a lower threshold of 20mV and an upper threshold of 60mV, and the...
Hi nordic: What is the peak current of NRF9151? The relevant parameter cannot be found in the datasheet, while it is available for NRF9160.
Best Regards
JERMI.JIN
I'm using the nRF52840-DK part number 1490-1072-ND I ordered last week. In both nRF Connect for Desktop and the VS code extension the device wasn't able to detect. Tried two...
Hello, this is probably a very beginner question but I don't know how to configure interrupt for the GPIO headers on the nRF52840 dev kit. I tried to search in this forum...
In the documentation for the secure bootloader, it's mentioned that the provisioning data gets stored in OTP memory for some chips (e.g. nRF5340). Is there a way to know what...
Device Overview
We have developed a smart wearable that sends notifications to our mobile application over BLE. Under normal conditions, the device alternates sensor...
Hi Team,
We are developing on a custom board with an nRF54L15 (Raytac Module with NRF54L15_xxAA_ENGB) and are unable to provision a pre-generated secp256r1 private key into...
I have searched here on the DevZone, and also around the web, and don't see this issue mentioned elsewhere. I really appreciate any help finding a solution.
I tried following...
Hi All,
I think I noticed a bug in the nRF Connect v1.0 application. The Scan Response data is not shown in the Windows application. When I scan the device with the iPhone...
nRF8001_BLE_UART.txt
I am using an NRF8001 with the ble_uart_project_with_dfu_template and programmed an ATMEGA328P with it. The code works great and I can scan and communicate...
Dear sir,
Can we use 8.08.90 J-LINK EDU for programming of Nrf52832 Chipset.Please also specify its limitation if it has any.
If we cannot use this then please specify...
I'm starting to use Wireshark a little more and sometimes it is not displaying all of a device's manufacturer data. For example on some devices it is not displaying the manufacturer...
hi,
As a ambitious tech lover i bought BLE400 nrf51822 motherboard. I downloaded SDK 11.0, keil and nrfgo. I started programming based on the Nordic developer Zone. I first...
Hi, I try to connect nrf51822 and use example "ble_app_hids_mouse". I can pair this device and I confirmed that "Notify" becomes automatic at that time in Enable.
But, when...
Hello,
I am working with the Enhanced ShockBurst protocoll on a nRF52832.
For synchronization reasons between several nodes I need time stamps in my data packet...
hi, i build a test project to test IAP(in system program) function of nrf24le1. the project just did follow things:
1. setup uart;
2. erase page 30
3. write data "0xaa...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...