Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Arduino UNO board not available after installation "Arduino AVR boards" #69

Closed
Erriez opened this issue Oct 21, 2019 · 7 comments
Closed
Labels
type: imperfection Something isn't working

Comments

@Erriez
Copy link

Erriez commented Oct 21, 2019

The Arduino UNO board is not available after "Arduino AVR boards" installation on Windows 10 64-bit.

To Reproduce
Steps to reproduce the behavior:

  1. Start new Arduino IDE
  2. Click Tools | Board manager...
  3. Install "Arduino AVR boards by Arduino" (Installation successful)
  4. Select other boards & ports | UNO board grayed out. Restart IDE does not help.

Expected behavior
Arduino/Genuine board must be available (grayed out) including a serial port (nothing found).

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 64-bit
@Erriez Erriez added the type: imperfection Something isn't working label Oct 21, 2019
@rei-vilo
Copy link

At launch, the IDE displays a cryptic message.

Capture d’écran 2019-10-25 à 18 55 53

Might be related.

Arduino Pro IDE Alpha 0.0.2 on macOS 10.15.

@mastrolinux
Copy link
Contributor

@rei-vilo no, that is not related and the error is coming from the language-server. Are you still unable to view the serial ports with https://github.com/arduino/arduino-pro-ide/releases/tag/v0.0.2-alpha.preview version? @Erriez

@rei-vilo
Copy link

The port shows now on with Alpha 0.0.2. I've close #20.

@Erriez
Copy link
Author

Erriez commented Oct 28, 2019

@mastrolinux I've tested arduino-pro-ide-0.0.2-alpha.preview-windows.zip. Please my comments below:

Serial port is now visible in board window. It is possible to upload a sketch, but the serial terminal does not work. The serial port is not opened and the output window remains empty, no matter which serial baudrate is selected.

image

The sketch below works perfect with the original Arduino IDE:

void setup() 
{
    Serial.begin(115200);
    Serial.println(F("Hello world!"));
}

void loop() 
{
    Serial.println(F("."));
    delay(1000);
}

image

Connecting with other serial terminals to COM11 should give an error when the port is opened by the new Arduino IDE Alpha 0.0.2.

@rei-vilo
Copy link

rei-vilo commented Oct 28, 2019

The Arduino Nano 33 BLE does print on the console under macOS when using Alpha 0.0.2.

Capture d’écran 2019-10-28 à 20 07 25

@Erriez
Copy link
Author

Erriez commented Oct 28, 2019

I'm on Windows. The serial port is not opened for some reason (no errors displayed).

@kittaakos
Copy link
Contributor

There are multiple things logged to one GH issue. Let me clarify them:

Arduino/Genuine board must be available (grayed out) including a serial port (nothing found).

Now it is.

image


At launch, the IDE displays a cryptic message.

Capture d’écran 2019-10-25 à 18 55 53

Might be related.

No, it's unrelated.


The serial port is not opened and the output window remains empty, no matter which serial baudrate is selected.

The monitor had some issues when the line was not terminated with \n. It was fixed via #201.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: imperfection Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants