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...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi Nordic,
I have tested the example, the softblink is working by configure the structure below:
typedef struct { bool active_high; /**< Activate negative polarity....
We are developing a BLE Beacon using the SDK v12.2 and the softdevice s132 on a nRF52832 chip. The code works on the DevKit successfully but it doesn't work on our custom...
We found the devices developed with nrf51 and nrf52 will disconnected from the iphone sometimes, and we can't find the real reason.
I study the gap parameters on nrf51 and...
Hi there,
Seems that the flashlog read processes a log entry from flash using nrf_log_std/hexdump_entry_process, which does take care of the formatting string in the entry...
I have successfully implemented DFU over the Air function using Android-DFU-Library (Github) for my Android mobile phone.
The Android-DFU-Library needs Android 4.3+ at least...
Hi, I am after a bit of advice regarding the SPI interface between a nRF52832 acting as a master, and 3 slave devices. I only need to communicate with one SPI device at a...
Hello,
my goal is to measure the average current consumption of an external chip connected to the Power Profiler Kit on Windows 7. Since the Software inside the nRF Connect...
using SDK 12.1.0
The original error (compile time only) is
main.c(338): error: #94-D: the size of an array must be greater than zero
my snippet @ line 338:
SOFTDEVICE_HANDLER_INIT...
We run SR3 on android system which is working , need change system to embeded linux .
we run SR3 on embeded linux , i can't use voice function .
we get son info: https...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...
Hi Team,
Being trying to run the Thingy 52 mesh demo following : https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I am using pre-built .hex file Thingy_node_s132...
Hi there,
Recently I bought an LTE module which uses a nRF52840 as the main processor to control the modem, I want to erase the flash for that module and flash the project...