Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...