-
I have been using this library with both MKR NB1500 and MKR Zero + Ethernet Shield with a lot of success,
I am attempting to use a Portenta H7, using EthernetClient i can access the network fine(i…
-
Have read a lot of material on using the Arduino Portenta H7 combined with Vision Shield - LoRa. Have also experimented with the combined devices. Can access the camera and partition its data into LoR…
-
Hello,
I am trying to set up SPI communication between two Portenta H7's in order to facilitate _fast_ data transfer between them. The code for setting up the Portenta in controller ('master') mode …
-
I want to use Arduino Opta in one of my application, but I'm not getting any clues that it will compatible with Micro ROS or not.
If anyone worked with Arduino Opta, please give some clearity on it.
-
the first day I had the Portenta H7 everything worked fine. On the second day, I uploaded an Arduino sketch that would flash the onboard RGB LED in different colours. After that, the computer would no…
-
There isn't an example to use the dual core feature of the H7 controller. The current library won't compile for M4 core unless `#ifdef CORE_CM7 ... #endif` are used to contain the RS485 and COM classe…
-
Hi, I want to ask if the low-power mode of Portenta H7 is supported using Arduino code. I read through the repo and found that the [enterLowPower ](https://github.com/arduino/ArduinoCore-mbed/blob/933…
-
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often defin…
-
This bootloader (and the standard Portenta H7 one) clears the RSR so it isn't possible for subsequent programs to check the reset reason. Could it be changed to keep the reset source register intact? …
-
**_### Problem with `mbed::PwmOut` with Portenta H7_**
**IDE**: Arduino IDE 1.8.15
**Board**: Portenta H7 and Portenta Breakout board
`mbed::PwmOut` was working perfectly in ArduinoCore-mbed …