Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
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...
Hi,
We made a custom PCB using the NRF52832 and followed the reference design. While everything else is working in our system, the BLE part is not working. We are using...
Hello,
I try to develop an application on a nRF51802 device. But this device is not managed in nRF_Drivers.4.0.0-2.alpha.pack from Keil software.
Is there an update...
Hey guys! Like the title says, I'm looking for the best way to send values like humidity and VOC from the Nordic Thingy to the cloud. I have already set up the thingy to send...