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 have made gate opener for my farm, i am using MPU9250 and nrf52 to measure how much degree its open i am putting my MPU in cycle mode to wake up and take data, but it...
Hello
I would like to point out that I have no knowledge of electronics.
I am in the advanced stages of building a project on the basis of Adafruit feather nRF52832, The...
I am trying to test the fatfs example (SDK14) using the 10056 DK.
I do nothing modification and it results in...
<info> app: FATFS example started. <info> app: Initializing...
I realize I am like the hundredth person to have this problem but all the solutions I have found don't seem to work.
I am trying to add a simple header file to the nordic...
I am new to Nordic, I am able to compile and run examples on nRF52-DK.
I know there are examples are done for us but how I can develop my own project which use multiple...
I just replaced SDK 14.0 with the shiny new SDK 14.1 in my project. My project uses components from the SDK, but I don't use the exact same structure. Once again, it won't...
My Environment
Nrf52840
SDK : nrf51_15.0.0
soft device : s140
Target : Scanner (central)
I am trying to set GAP parameter for listening single channel that is...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hi,
I have a Development and Evaluation board by Waveshare and i have a nRF51822 board. I have downloaded the nRFgo studio and i have used a USB to UART board and connected...
Hi
I am developing an application where nrf52 acts as a BLE central
Specifications requires that this node should connect to a peripheral with a specified name, obviously...
I have 2 services are running using 16 bit UUIDs and now I am adding another service using our_service.c and our_service.h files but my program is crashing and leading to...
Hi Everyone,
I want to use the QSPI protocol to write data into the external 64Mb of Flash memory provided onboard of nrf52840 PDK.
I am able to run the QSPI example alone...