Using arduino nano 33 ble on zephyr

I'am tryiing to use arduinoo nan 33 ble board on Vs code but there is any output that I could see have you an idea about how to solve this?

Parents
  • Based on your question tags, I am guessing you want to monitor the Arduino Nano 33 board on a VS Code terminal, while developing on a nrf52840?
    If that is your question, I have tried two methods and have decent result:

    1. Setup GitHub - fasteddy516/SimplySerial and call it from a regular terminal
      Downside: There seems to be no echo options so you can't see what you are typing

    2. Setup VS Code extension Serial Monitor
      Downside: It seems to support only one serial port at a time

    If that is not what you are asking about, could you please detail further what you are trying to achieve?

Reply
  • Based on your question tags, I am guessing you want to monitor the Arduino Nano 33 board on a VS Code terminal, while developing on a nrf52840?
    If that is your question, I have tried two methods and have decent result:

    1. Setup GitHub - fasteddy516/SimplySerial and call it from a regular terminal
      Downside: There seems to be no echo options so you can't see what you are typing

    2. Setup VS Code extension Serial Monitor
      Downside: It seems to support only one serial port at a time

    If that is not what you are asking about, could you please detail further what you are trying to achieve?

Children
Related