-
## Describe the bug
Windows 10 Pro Portenta Driver is not listed in Device Manager as shown in the tutorial:
https://docs.arduino.cc/tutorials/portenta-h7/por-ard-gs#3-verify-the-usb-connection-…
kg117 updated
2 years ago
-
#### Describe the bug
The core's Ethernet Server speed is normal for core v2.6.1-
For `core v2.7.2 to v3.0.1`, the Ethernet Server speed is **extremely slow and almost unusable**.
For example…
-
### Arduino Portenta not connect to SocketIO example
I'm trying to connect a Arduino Portenta as SocketIO client to the SocketIO server example in this repo and it keeps disconnecting. After a few …
-
Greetings,
I'm trying to debug the Portenta H7 board using the ST-Link probe and Sloeber as IDE.
I'm not even sure if that is possible or not. I figured that it would be possible since I'm able to…
-
### Description of defect
Using the mbed_override_console to have printf output via USBSerial doesn't work on the Portenta H7.
The implementation has followed the [[Hitchhiker’s Guide to Print…
-
## Issue template
- Hardware description: Arduino Portenta H7
- RTOS: mbedOS
- Installation type: platformio
- Version or commit hash: galactic
#### Steps to reproduce the issue
Attempt to c…
-
#### Describe the bug
The core's Ethernet library example [**WebClient**](https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Ethernet/examples/WebClient) is working normally for core…
-
- Hardware description: Arduino Portenta H7
- RTOS: mbedOS
- Installation type: platformio
- Version or commit hash: galactic
This is a continuation of the discussion [here](https://github.com/m…
-
I am trying to replicate the PlatformIO STM32 template for the Arduino H7.
The platformio.ini file:
```yaml
[env:portenta_h7_m7]
platform = ststm32
board = portenta_h7_m7
framework = arduino
…
-
The #439 fixed the slow issue for Portenta Ethernet WebServer #438
But Portenta WiFi still suffers the slowness from core v2.7.2 to v3.0.1, even with the #439 fix.
Core v2.6.1 is also tested and…