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...
Hi,
I try to disable the reset mode and use the pin 0.18 as an normal input pin.
I'm using nrf52840 development kit (pca10056).
Does someone have i idea to resolve...
I currently have a nRF52832 DK connected to an external board with a BC832 module connected to the nRF52832 DK through a P19 connector. The voltage I have running and connections...
Hi everyone,
I'm currently trying to program my nRF52DK (nrf52382) to show it's battery voltage on the PuTTY emulator.
In order to run/simulate on the PuTTY emulator...
Hi,
I have working apps using custom BLE services on the 17.0 SDK
Now I need to write an app for the nRF5340 so the BLE softdevice can run in the network core
I have...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to conditionally switch the advertised UUID to another UUID. There is "sd_ble_uuid_vs_add...
Hello,
I have tested the USB HID Composite Example from Nordic SDK (15.0.0 and 17.1.0) on Windows and MacOS.
1) usbd_hid_composite_pca10056.hex from SDK15.0.0 works both...
I do not know how to use this site.
After my enquiry I received the following email and I am unable to reply to the answer.
> The ticket The input range of the SAADC...
I am trying to find where to implement secure communication between my BLE device (no display or input) and an Android tablet.
I am using the nRF_BLE library and am wondering...
Hi,
I've been browsing the forum here but didn't find an appropriate answer for my issue.
First, my platform & tools:
Programming nRF52833 (Laird BL653)
nRF5 SDK...
Hello,
I have been developing some products over the nRF51822 BLE. Got my introduction with nRF about 2 months back and despite the steep learning curve I was able to integrate...
Hi all. I'm using an old macbook and nRF Connect for Desktop just stuck at splash screen. Any version > 3.9.0 do not work.
System Version: macOS 10.13.6 (17G14042) Kernel...
Hello, I am using board nRF9160-dk (sdk 1.8.0). I need to get geolocation data using AGPS, for this I use the following sequence of AT commands:
AT%XSYSTEMMODE=1,0,1,0 AT...
I am currently working with the nRF52 DK and have compiled some code to read ADC values. This code works fine with the nRF52 DK but I am having trouble getting it to work...