Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
I'm getting this when im trying to select the device.
when i try to update the firmware nrfgo studio is getting closed
please help me in solving this!!
Let's first compare two pieces code:
This one works:
But this one doesn't:
My problem is that as soon as I try to process received data, some of data is lost. Is...
I am developing with SDK 15.0.0
I want to add NUS service in ble_app_buttonless_dfu example.
All I have done:
1. Add including files and including paths to the project...
This is really a two part question.
1. How do I even refer to pin P1.00? It's clear that pin P0.06 is referred to simply as pin 6, but what is the naming convention for...
Hi,
i try without succes to go into MemoryRentention Timer On sleep mode, and wakeup with the analog comparator activated by AIN1 without sucess. Here is my code, please...
Hello I am using nrf52832. I would like to write a custom ISR for GPIO based interrupt. Are there any examples/documentation i could use to get started on this.?
Dear All,
we use Reference configuration 4 and have connected the DK to our custom PCB. 3.3V of the DK go into VDDH and otherwise only GND and SWDIO/SWCLK are connected...
hi
i downloaded nordic thingy52 FW and i uploaded on my board PCA20020
and that is working correctly but when a i downloaded nRF5_SDK_15.0.0 at first i compile (ble_app_beacon...
Dear Nordic,
i am just testing ble examples in nrf 52840 dongle and also implementing one uart for just testing
TX pin - 1.10
RX pin - 1.13
transmission works fine...
Hi,
I'm referring to -
1. Custom HID over GATT device
2. nRF51422 HID example modification
So for now, I just used the descriptor mentioned in above links. But "hello...
Hello,
The softdevice S132_SDS_v4.1 spécification write that supports 20 connections at the same time.
I would like to know if it's possible to have 1 central and 20 peripherals...
I'm attempting to make cli application to load from after the softdevice and based on a command enable/disable the BLE functionality. Is there any simple way to do this? Are...
Hi,
I am currently trying to use PCA10001 board as master and slave at the same time. Trying to send data from master(SPI0) and receive it using slave (SPIS1).
I have set...
Hi,
Is exist a tool like nRFutil to make DFU from windows with standard BLE ?
I have found this: https://github.com/NordicSemiconductor/pc-ble-driver but I thing it's...
I'm trying to filter devices by first provisioning a device then checking the composition data for vendor ID,etc... It is a real pain that all that data is only available...