Replies: 7 comments 5 replies
-
Platformio? |
Beta Was this translation helpful? Give feedback.
-
No. Just VS Code with the MS Arduino for Visual Studio Code plug in. |
Beta Was this translation helpful? Give feedback.
-
you can use the library, but I know nothing about the VS Arduino plugin. does it use Arduino boards packages? will it read platform.local.txt for additional build and upload commands? does it show the network port? |
Beta Was this translation helpful? Give feedback.
-
I haven't been able to find anything specific saying that it does or doesn't. As far as I am aware, from the available information, it is just an IDE for Arduino. I requires arduino IDE to be installed and it uses it to compile. It uses all the preinstall libraries. Other than the specific features of VS Code, I don't see it using it's own libraries or code to generate the binaries so I believe it just interfaces with Arduino IDE. Here is the link to the project FYI: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino I believe it works the same as Eclipse, and I think I saw you mentioned on a conversation that you use Eclipse to develop for Arduino. Is there any configuration required to make OTA work on Eclipse? maybe the same thing could solve the issue on VS Code. |
Beta Was this translation helpful? Give feedback.
-
I use Eclipse Sloeber plugin and that doesn't require Arduino IDE installation but uses Arduino boards packages (has own way to install them). But Sloeber doesn't read platform.local.txt patch so the changes must be merged to platform.txt or as I use it with the my_boards concept. |
Beta Was this translation helpful? Give feedback.
-
It's absolutely possible to use lib with platformio+vsc, target config example from platformio.ini below: [env:esp32-wifi] |
Beta Was this translation helpful? Give feedback.
-
@anklimov thanks for the reply. Do you know if there is a similar configuration for just using the VS Code Arduino plugin instead of using PlatformIO? |
Beta Was this translation helpful? Give feedback.
-
Hello @JAndrassy ,
Is there any documentation on how to configure VS Code projects to be able to upload via IP address with your library? Or could you share in here how to configure the VS Code to make it work.
I have everything working on Arduino IDE but I would like to be able to do the same on VS Code. (all the code compiles, just fails during upload).
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions