Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Dear all,
In my project, I add 3 long push action events related to 3 buttons by using " bsp_event_to_button_action_assign( )". Everytime I long push any of 3 buttons, the...
Hi,
I am trying to program the bootloader for the nrf52840. I am trying to create a settings for the specific hex file, and then programming using the nrfjprog commands...
Hello,
I use a custom board for an IoT application. The BLE module I use on this board is Taiyo Yuden EYSLCNZWW which uses nRF52810 and requires softdevice s112.
I already...
Hi all, I've been testing 6loWPAN over BLE with the nRF52 DK ( nRF52832) using the IPSP sample code from Zephyr OS, and have managed to successfully flash the code and establish...
Hi all,
I have a Raytac MDBT50Q-DB board which I was programming using an nRF82540-DK. It all used to work fine, but now JLink cannot connect to the Raytac board anymore...
Hello,
I'm using nrf52 DK with SDK 14, to flash a Taiyo Yuden EYSHCNZWZ module ( Module Datasheet ). The flashing is successful, as stated by the output console in Segger...
I am a master student. I am working on a project that uses Bluetooth 5 Beacon Scan.
I bought the nRF52840 dongle to scan the Bluetooth 5 Beacon
I want to scan the Bluetooth...
hello!
I am currently using SDK14.2 (migration to 15.2 WIP) and S132 and on a custom board
requirements - I want to collect data from around 50 (or more) PERIPHERALS...
Hi to all,
i am developing a device with NRF52840 soc and i am using cryptocell IP to create ecc key pair. as you know public key of an ECC alg is a point on spec curve...
Hello All.
I am using the following
SDK Version : nRF5_SDK_15.2.0_9412b96
Segger Studio Version : 4.10
Mesh Version : nrf5_SDK_for_Mesh_v2.2.0_src
I am trying to...
Hi,
I am woking on NRF52840.
OS : Windows
SDK version : 15.0
Dev : Keil IDE.
I am using Timer -2, Compare value method to obtain an interrupt.
The interrupt...
The thing I currently try to implement is to combine two 128-bit services in one app - custom and UART.
I arleady made run them separately - one service at app.
Way they...
Hi All
I have started working on BLE mesh network to control lights.
I have following doubts, please clarify.....
1. To implement mesh network, two options are there...
Hello,
I try to receive encrypted BLE PDUs and to decrypt them on the fly using the radio and ccm peripheral. The radio is configured to trigger the DISABLE task when...
I'm using an nrf52832 development board and am trying to implement a simple toggling of an output pin using a timer and PPI. Below is the code I’m using; however, the pin...