-
In my case, I am trying to debug some OV5640 camera code I am trying to make work on the GIGA and thought it would be
easier if I could debug the code using the Arduino IDE debugger.
Took me a while…
KurtE updated
12 hours ago
-
framework-arduino-mbed is only available up to version 4.1.5 on platformIO's registry.
https://registry.platformio.org/tools/platformio/framework-arduino-mbed
-
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 …
-
Exactly what the title says, It doesn't compile with a simple empty program.
I get +500 compile errores but here are some:
```
.pio/libdeps/nano33ble/ArduinoSTL/src/cstdlib:44:10: error: '::rea…
-
The list:
```
###########################################################################################
# mbed-os-to-arduino (macOS Version)
#
# This is an adapted version of the original 'mb…
-
initialize@0x10015244 (Unknown Source:0)
ticker_read_us@0x100153e8 (/ticker_read_us.dbgasm:4)
ticker_read@0x10015408 (/ticker_read.dbgasm:3)
wait_us@0x10016876 (/wait_us.dbgasm:9)
mbed_die@0x10015…
-
Standard pin names as `D10` are unknown for the Nano RP2040.
- Arduino IDE 2.3.2
- Arduino Mbed OS Nano Boards 4.1.5
- FQBN: `FQBN: arduino:mbed_nano:nanorp2040connect`
```
loading library …
-
### Description of defect
Upon running the Commander.py script, the `cobs.cobs.DecodeError: not enough input bytes for length code` error is displayed.
```
PS D:\Github\aliphys\nicla-se…
-
I understand that `cu` is focused around freestanding / bare-metal development being very low level. Similar in the approach Zinc.rs is using? I really appreciate the project as a learning resource an…
-
```
~/Development/Arduino/hardware/test/mbed_opta/libraries/SocketWrapper/src/MbedUdp.cpp:77:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = …