-
Apparently the Arduino port for the "PortentaH7", a platform I've never even heard of, uses some non-standard design decisions when defining global macros. The side effect of this is that is mucks wi…
-
As an additional, more flexible option for using dual core processing, add an example with ifdef similar to the one here:
https://github.com/hpssjellis/my-examples-for-the-arduino-portentaH7/blob/m…
-
Can definitions/descriptions be provided for the following:
portentah7_bootloader_mbed_fs.bin *** results in DL2 being solidly lit - OLoD - Orange LED of Doom.
portentah7_bootloader_mbed_fs.elf
…
-
Can someone check this bug it might be specific to my models. I am using TFJS version 2.3 with a fresh install of ``` pip install tensorflowjs ```
I used The Quantization example at https…
-
Please make the ability to convert TensorflowJS models into TensorflowLite (flatbuffers?) so that they can be used on micro-controllers such as the $100 [Dual Core Arduino Portenta H7 ](https://www.ar…
-
The current means of checking for errors when receiving a response from the SCL3300 is really inadequate, for lack of a better word. While running some tests to improve this functionality, I discover…
-
Hello All,
I've looked everywhere on my drive - I can't find any tools/scripts regarding the bootloader other than what is in platform.txt -
(openocd, etc, are there under ./arduino/..)
# Uplo…
-
Hi, I have noticed a serious issue on digitalRead () on any pin. I have a system with a 47k pull-down resistor, and a switch that pull the pin high. However, I noticed that if I don't run the digitalR…
-
To Reproduce:
In an portenta_m7 sketch:
```
#include
#include
#include
Error Messages:
\Arduino-Pro-Sketch\libraries\Arduino_MKRRGB\src\MKRRGBMatrix.cpp:25:29: error: 'sercom0' was not…