Skip to content

Serial Output #25

Answered by j45p41
j45p41 asked this question in Q&A
Aug 13, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi,

thank you for your response.

I have figured it out - firstly after doing some reading I found that the second USB port (on side of board) of Serial - this was probably obvious but I just figured it!

Also for others trying to do the same thing. Here is my platformio.ini that works:

[env:nrf52840_dk_adafruit]
platform = https://github.com/h2zero/platform-n-able.git#1.0.0
board = nrf52840_dk
framework = arduino
board_bootloader = adafruit
monitor_speed = 115200
upload_protocol = jlink
debug_tool = jlink

build_flags =
    ${env.build_flags}
    -DCORE_DEBUG_LEVEL=5

lib_deps =
    h2zero/NimBLE-Arduino@^1.4.0

Also let me take this opportunity to say that this library has been a lifesave…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@j45p41
Comment options

Answer selected by j45p41
@h2zero
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants