Flashing arduino from openbuilds control

New here I am having trouble trying to flash my arduino uno using openbuilds control


Here is what I get

Hi @rvgrant. COM1 is typically the built-in serial port of your computer. When you connect the USB cable of an Arduino Uno board to your computer, it will typically produce a COM port with a different number than COM1. I don't have any experience with "OpenBuilds", but the fact that it says "Motherboard Serial Port" is more confirmation that COM1 is not the port of your Uno board.

I see another problem: the upload output mentions "ESP32", which indicates that "OpenBuilds" is using a tool that is specific to the ESP32 microcontrollers while attempting to upload to your Uno. The Uno does not have an ESP32 microcontroller so that will never work. You should check whether "OpenBuilds" can be configured for use with an Uno board, or whether it is only compatible with ESP32 boards (in which case you would need to buy a different board to use "OpenBuilds").

Thank you for the reply I will check that out. I am at a loss to explain how it ends up as comm 1 as when I try to flash it using the wizard it is set to arduino port 3

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.