Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
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'm trying to use the nRF52840 DK debug out to program/flash an external nRF52840 IC that runs at 1.8V logic level. According to the manual, the DK is running at 3V...
When running our hardware using the J-Link debug in connector on the dev kit, BT is fully functional. But when we try to run using the very same power source (ie, the dev...
Hi all,
I'm developing a custom board that is equipped with a nRF24L01+ (directly soldered on my PCB, no breakout). The board is equipped with a PIC32, that controls also...
SDK 15.2
port_cmsis_systick.c
nrf_drv_clock_lfclk_request is part of the legacy drivers that will eventually be removed?
Does this mean for FreeRTOS I need to keep...
Hello,
I want to set the nrf24le1 module into register retention mode with timers ON but clock source from XOSC32K. I need this power saving code in my project. Also can...
Hi,
I am using adafruit Bluefruit BLE SNIFFER. My question is whether it is required to use jLink along with it to connect to it via USB. Also, I have a question can I sniff...
sdk5 15.2's app_timer.h at line 61 says:
* @details Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select if the * @ref app_scheduler should be used or...
I am trying to read hts221 and ccs811 sensors from thingy and want to make the data available on UART(P0.02,P0.03).
I have tested the uart code and able to print data -...
Hi all,
I am trying to configure the LPCOMP module of the nrf52832 using registers directly, that is, without using the already generic functions that come with the sde...
Hello
I have two similar (as their producer says) boards. Both nRF52832. The main difference is in modems used for external data transmission.
SDK 15.0.0
SD 132
I...
I have an application using mesh SDK 2.1.1 that is working. I am migrating to V2.2.0. In my current code I use nrf_mesh_opt_set() to enable and disable a relay feature. I...
Hi,
Can nRF Sniffer v2.x software flashed in nRF52832 used along with wireshark sniff all BT 4.0,4.1,4.2,5.0 packets?
Please confirm so that we can proceed to buy the...
Hi there,
The DFU Nordic samples have a 4K "MBR Params" page, located in the last 4K of flash. e.g., the linker file has:
MBR_PARAMS_PAGE (rw) : ORIGIN = 0x0007E000...
Hi,
I need to minimize the power consumption.
For this reason when my device is in advertising the peripherals:
TWI
hight frequency clock
external interrupt on...
SDK version 15
I'm adding two more BLE services to my working custom one. And ran into some advertising issues. This is what's spitted out from GDB.
ble_advertising_init...