-
I've setup a Platform.io workspace for use with Arduino Portenta H7 in VSCode. I am running Ubuntu-20.04 on WSL2 for Windows 10 using usbip for attaching the usb-port to WSL.
Compilation works fine…
-
I have sucessfully used SD Cards with the Portenta.
However I cant get it to work with eMMC Modules. I use a custom Board for this.
the relevant code is in BSP.c
With the HAL_SD functions I get err…
cl0rm updated
3 months ago
-
- Code: VL53L8CX_HelloWorld_SPI.ino
- Compiling the code in Arduino IDE ver 2.3.2
- Using Arduino Portenta H7 lite (https://store-usa.arduino.cc/products/portenta-h7-lite?gad_source=1&gclid=CjwKCAj…
-
After migrating our app from MKR WiFi 1010 + ETH shield --> Portenta H7 + Vision Shield, we noticed increased and uneven/unstable ping response times.
Here it is how it looks like on MKR:
```tex…
-
It looks like the Servo library is not compatible with Arduino Portenta H7 board yet.
I got these errors when compiling the code:
```text
\Arduino\libraries\Servo\src\mbed\Servo.cpp: In member …
-
Hi there,
I've been trying out this library in PlatformIO for use with a Portenta H7, since I saw it was referenced in the Nicla Voice documentation from Arduino, and figured I'd give it a shot on …
-
Hi,
Is there any example for using JavaScript, It is mentioned in several places that it supports JavaScript but couldn't find any example yet.
Here is the most interesting links I found related t…
-
Hello, Ive been working with my Portenta h7 stm32h747 with onboard ulpi/ram/flash. Ive managed to get clock set/get for i2c/qspi working, I2c (only tested in master and not much), the external ram , a…
-
Hello!
I'm working on a project where I use a NVIDIA Jetson NX (with Ubuntu 18 and ROS Dashing) as a high-level controller, and I want to send ROS messages to a Portenta H7 acting as a low-level cont…
-
**Describe the feature**
Higher end devices like the Portenta H7 do not provide `pgmspace.h`. This leads to a compilation error when trying to build code which uses mWebSockets on such a device (`f…