-
I am trying to do my own board using the H7 chip used in Portenta. I also used the same power manager and used all the same peripherals. However I can't seem to be able to program the boot loader into…
-
What kind of issue is this?
- [x] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issue.*…
-
I'm getting this error while using the LVGL library and the Arduino Portenta:
```
arm-none-eabi-g++ -o .pio/build/portenta_h7_m7/libd34/Portenta_lvgl/porting.cpp.o -c -Wvla -fno-rtti -std=gnu++14 -D…
-
The current AmebaD core v3.1.2 has a bug that once WiFi is connected, `WiFi.status()` always reports **WL_CONNECTED** even if WiFi is lost. `WiFi.RSSI()` is also still keeping the good value.
Check…
-
I am trying to use I2C with the rpc library on the Portenta H7. But I get the error:
File "", line 3, in
File "rpc.py", line 365, in __init__
ValueError: I2C(2) doesn't exist
I get this erro…
-
As far as I can tell this library compiles fine for both the Nano-33-Ble on the [ArduinoCore-nrf528x](https://github.com/arduino/ArduinoCore-nRF528x-mbedos/tree/master/variants/ARDUINO_NANO33BLE) boar…
-
@facchinm @sbhklr
With other ~30 pin Arduinos I understand pin names relate to ports, for example::
PA14, PB3, PC1, PD10
, but on the PortentaH7 we have potentially 160 Pins. That many pins …
-
Hello guys! I'm currently working on a project using ROS2 Dashing installed on a Jetson Xavier NX to do some high-level robotics control. For the low-level controller I'm using a Portenta H7 and I wil…
-
**Description:**
I create a new transport mechanism to communicate through RS485 in Portenta machine control H7, and i run ros-agent in jetson.
below the rs485_transport.cpp :
```cpp
#include …
-
I am trying to upload the example sketch: "arduino_to_arduino_communication_as_the_remote_device.ino" from the library to a Portenta H7 and I get the issue:
```
In file included from C:\Users\benja\…