Hi guys,
Is it possible to read the data in Minicom if my device is not connected directly with my laptop. Instead of that, I connected my external voltage source to supply my device and use FTDI cable in order to read the data in terminal. I used this method with Arduino and it works, but here I don't know how to achieve that. I connected GND and 5V in propriety pins, as well as Tx and Rx, but I am not able to flash the device?
Every time I got this message:
west flash
-- west flash: rebuilding
ninja: no work to do.
-- west flash: using runner nrfjprog
FATAL ERROR: "nrfjprog --ids" did not find a board; is the board connected?
I use the nrf52832 board together with Zephyr!!