-
Hey! First of all, thanks for the code.
I have been trying to encode and decode JPEG using this library on the Portenta H7:
- GrayScale image from a camera is stored in 76800 bytes (320 * 240 * …
-
Hi,
I trying to port my projects from arduino ide to platformio.
For this i tried creating a new portenta project in platformio and pasting the main.cpp and platformio.ini from your example code.
t…
b0hne updated
2 years ago
-
Hello,
I was unable to find
Examples > Arduino_Pro_Examples > BLE Connectivity on Portenta H7 > PortentaBLE
as documented in
Sources:
I am running Arduino IDE 2.0.0-rc8 on Windows wit…
-
Hello,
Since few days everything messed up while I upgraded to Arduino IDE 2.
I have an Arduino Portenta H7 which worked well since I tried to go to MBED standalone 3.3.0.
When I try to download …
-
### Is your feature request related to a problem? Please describe.
I have a relatively web page - about 100kBytes. In addition, I need to send large amounts of Json data - about 1Mbyte sensor data …
-
I managed to get this to work as per the thread on the arduino forum
https://forum.arduino.cc/t/send-email-via-smtp-with-portenta/1006604/8
The main changes that were required were removing the …
-
After initializing and attaching a callback interrupt handler for CAN it never gets called. But message is received when polled
//Initialization
CAN can1(PB_8, PH_13, 500000);
//In Setup
can1.a…
-
Try this code on both cores of the PortentaH7? The blue LED should flash and serial monitor should send info using RPC from M4 to M7, BUT when I change
```
#if defined(PORTENTA_H7_M4) || defined(…
-
I am unable to send a message to the client that is more than 4X characters long. I am able to reliably receive/decode on my my client (python+websockets), however, if the message from `Portenta_H7_As…
-
**Describe the bug**
It seems that a `cdc_acm` logging feature is triggering a warning that gets promoted to error in twister.
**To Reproduce**
Steps to reproduce the behavior:
1. `twister -i -p…