I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
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...