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...
how to use app of mesh to send message to node ?
I already got the source code from web: https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library .
1\ i have add three...
I would like to put a nrf51822 device into system sleep (not off) mode and wake it up (not reset) with a GPIO transition from high to low. I used SDK(nRF5_SDK_12.2.0_f012efa...
Hello everybody, I tried to activate the PHY Coded in the UART Example from the SDK15.1.0 examples.
For this purpose, I have set NRF_BLE_SCAN_SCAN_PHY 4 in the sdk_config...
hello,we are developing NFC on NRF52832 recently,we want to use NFC as a label,T4T,but we have some problems as follows:
1、firstly,we want to develop NFCT by ourselves(not...
hello , i'am working actually on the timer of nRF52840 S140
my timer look like this:
but how to switch from millisecond resolution to microsecond resolution ? ( APP_TIMER_TICKS...
Hi!
I've try to made bootloader/recovery application that should to replace existing run-time application of the device. The F/W file for replacement placed in external...
Hello,
I am using Eclipse with ARM toolchain on ubuntu to buid my application with softdevice s132 api version 3.1.0. I managed to build on eclipse and merge softdevice...
We have a GPIO configured in the GPIOTE to generate an interrupt on the LotoHi and HitoLo transitions (Toggle). Inside the interrupt handler we would like to perform a slightly...
Hi to all,
i am developing a device with nrf52840 soc and i want use flash data storage module. i want to know what will happen if i had opened a record to read with fds_record_open...
Hello,
I would like to know if there is a easy way to delete the services from the CSC software.
I would like to transform this software as a beacon software.
Thanks...
Dear,
I see the Uart Rx packet loss at higher badurate, ie 460800, 921500, 1M.
I use NRF52, SDk15 with softdevice 6.0.
UART TX is no problem, but there is loss of RX...
Hi,
I am using a 24L01+(as PTX) communicating with a nrf52832(as PRX).
I can have these two device communicating, where nrf52832 can receive data from 24L01+.
However...