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 have a wireless project. Requirements as:
Support platforms: Desktop/Laptop and mobile, Pc/Mac/IOS/Android. etc.
many connections: flexible but can support 100+...
Hi,
The problem is that after the initialization process the node does not contain the proxy advertiment data "1828", so the entire long process of working with the mesh...
hello, everyone.
I have to immigrate from SDK14 to SDK15.
I have some inquiries my project ( I will configure Transmitter(Beacon) and Receiver)
First, I have configured...
Hi,
I'm trying to log data over a serial connection using the DK52.
The data is coming from a sensor at about 2KHz at a size of 30 bytes per sample, so 60KBps.
I've...
Hello everybody,
I ran into an unpleasant moment: sometimes the timer counts incorrectly in the counter mode.
What is used:
Custom board with BC832 (Fanstel, NRF52832xxAA...
HI I am working with BLE CSCS example, and I found some problem during read cadence value. Simulator is changing values and I am observing situation: if cadence value is less...
Hello I am using source code of the nordic app from github on Android Studio on Windows and messing around with the code. I was wondering there was a way from the app to still...
Hi
I am trying to migrate our BLE hardware platform from Laird to Nordic Semi nRF52832. I have an App which was previously working with the Laird platform, but am having...
Hello, I have just picked up nordic and I am running the app on Android Studio using windows, the source code I have received from GitHub so I can ticker with it. My question...
Hi everyone,
I am in the process of readying my firmware and hardware for CE certification.
The end functionality for this product is not yet finalized, but management...
I use nrf52832 board by fast advertising to connect the central(surface 4 Tablet).Then the board go to sleep.when I push the button the board use direct advertising to connect...
Hi Nordic expert:
I need using PyACI to let a nrf52832 board to send a genericOn client packet to other mesh devices those have genericOnOff server model.
My environment...
Hi friends:
I've followed "DFU quick start guide" and run DFU(from mesh-sdk-2.1.1) example done, the updating time is about 3000 seconds.
(My environment is only 2 devices...
I'm implementing my own DTM mode for the nRF52832 based on SDK14.2's DTM module (ble_dtm.c). My modified version of ble_dtm.c seems to work fine, but I don't completely understand...
Good afternoon,
I am able to write data using polling mode with the macro NRF_SERIAL_CONFIG_DEF(serial_config, NRF_SERIAL_MODE_POLLING, NULL, NULL, NULL, NULL). I am using...