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...
Hello,
I am using nRF52832. My GPS is connected to GPIO pin (15, RX) and (16, TX) of nRF52832. My TCA9535 is connected to GPIO pin (8, SDA) and (7, SCL) of nRF52832. TCA9535...
Hi all,
I am currently building I2C communication between nrf52832 and a stm32 chip, stm32 as the master and nrf52 as the slave.
The situation is the stm32 couldn't get...
I am not connecting any uart lines to the device. But I feel the assert is being used as the timeout "handler" and then pressing button one resets the device.
I'm using...
Hi,
I'm currently going through this paper on the newest Bluetooth Mesh Standard ( http://www.mdpi.com/1424-8220/18/8/2409) . Although it's interesting to see that this...
Hi, we are using SoC nrf52810 SDKv14.2-SR3v1.2 for our RCU.
1.If there is a scenario the image transfer is finished, and the power lost happens when the old image is being...
Hello,
I am in the process of determining a system architecture for a sensor-bluetooth-android application. The goal is to read sensor information from an Android device...
I'm using Mesh SDK v2.2.0.
I want to create a new custom model,but I don't understand difference between Generic and simple onoff model.
Which model should I study?
I remember reading somewhere an article on how debugging with softdevice was going to be easier, with the debugger doing something along the lines of actually not stopping...
Hi dear nordic employee:
I use blew:
chip:nrf52832 CIAA-B00
SDK: 12.3.0
what‘s I want is same as this , when the interrupt happen,I want to know the toggle is HIGH_TO_LOW...
Hi,
I want to develop a 4 Chanel Wireless audio system
I am using an EEPROM (without MC) to configure the nRF24.
I want to split the available band (2,4GHz to 2.5 GHz...
Hi,
I have the problem, that nrf_crypto_init() does not find any backends and thus is skipping the initialization.
What is the precondition for NRF_CRYPTO_BACKEND_SECTION_ITEM_COUNT...
Hello,
after migrating to SDK15 we noticed, that our spi master seems to clock out single bytes instead of a continous clock for the whole transfer.
The Migration guide...
Hi
I want to update bootloader.zip file over BLE DFU mode without signature checking , the open bootloader example only for USB,
How to disable bootloader signature checking...
when message relay by any node how can other node know that it is for him and update status.
for example if I subscribe some nodes to 0xc001 group and others to 0xc002 group...