I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
My nRF8001 device uses encryption with just works procedure.
Establishing a bond between nRF8001 and peer device as well as reconnection works on Android.
On iOS reconnection...
Hi,
I have download nrf5_SDK_for_Mesh_v1.0.0_src and want to start with nRF52840 DK and 52832. I could use EmbeddedStudio to flash it to 52840. Is there a app on the phone...
hi guys ;
i have already an application on android phone that can read and write charchtéristic i also followed the tutorial Bluetooth low energy Characteristics, a beginner...
Hi,
I have an application where both radio notifications and flash operations are used.
It seems that every sd_flash_write() generates two radio notifications. So during...
Hello Everyone,
I am using raytac's BLE module (nrf51822 chip antenna version, 32kb RAM 256 kb Flash ) (www.raytac.com/download/MDBT40/MDBT40-ANT-D.pdf) in our product...
Hi,
I have a problem with NRF_LOG_INFO() macro - it only shows messages form main.c file but not from another .c files in project. Why this could happen?
I work in Eclipse...
Hello,
is it possible to use a external clock e.g. a digital output of a TXCO. As source for the LF clock. So the same clock source as used for the host uC can be used...
Hi!,
I'm newbie with nRF52. I have a nRF51 Development Kit and a nRF52 Development Kit.
I have installed nRFconnect (for Ubuntu 64 bits) in Fedora 24 Workstation (64...
Hi! I have tried to use USB CDC ACM in my project but after running the USB CDC ACM example in the SDK, I found out that the example have the issue of not sending the data...
Hello,
So I'm constantly reading data using i2c into a variable. How do I transfer the data in this variable to the pc? It's just an array.
I understand that I have...
I am looking for a smallest size transceiver with an antenna done as part of the PCB layout (no external antenna needed). The simplest RF PCB layout is preferred, single frequency...
Hi, I purchased a Sparkfun Breakout board for the NRF52832, but the bootloader on it seems to be extremely unstable. Hence, I've decided to flash the NRF52832 directly from...
Hello,
I already checked below link, but want to clarify the limitations of how many concurrent sessions are allowed in Soft Device initialize.
devzone.nordicsemi.com...
Hello,
i add a new custom service with one characteristic that allows me to send values over BLE with nRF connect, but i must send some acceptable values (-2, -4, 0, 4, 10...
Using SDK14.0.0, nRF52832, GCC, GDB/Ozone, secure DFU
This question seems to get close to asking about my problem.
I am trying to debug my application with a loaded...