-
Hi, I tried to compile firmware, but receive some strange errors:
```
Error: Command failed: /Users/apla/Library/Application Support/Brackets/extensions/user/brackets-arduino/build/GCodes.cpp: In mem…
-
Hello,
i am trying to use the Makefile in Linux (fedora 21). Compilation works fine, but linking fails:
```
Building "build/arduino_due_x_dbg/libAuser_.a"...
cp build/arduino_due_x_dbg/core_/libAco…
chrta updated
9 years ago
-
Hello @CongducPham sir,
I'm working on the Ping_pong code :
`
#include
// Include the SX1272
#include "SX1272.h"
// IMPORTANT
/////////////////////////////////////////////////////////////…
-
Why the acm_terminal does'not wok with USB CDC serial of SAM3x8e of Arduino due ?
I want to read data coming from arduino due usb programming port (output generated using SerialUSB.print ...) . I c…
-
While trying to compile the WiFi library (using the udp_dev branch) I have run into the error (text listed afterward.) It seems there are extra and conflictiing type definitions in WiFi\utility\socke…
-
Support for the Macchina M2 was added in platformio/platformio-core#1198, however it was later removed by the commit that moved Atmel SAM boards to this repo.
I tried messing around with this repo,…
-
the lib seems to be bugged or outdated for ARM CORTEX Boards (M0=Zero, M3=Due and/or different ones like Adafruit M4):
your example code:
```
#include //for v1.6
/*************************…
-
Hello
I have just been trying to compile this project in Arduino 1.8.12 and I get the following error:
Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "Arduino Due (Programming Por…
-
I'm using an Arudino Uno Wifi Rev2 board with an Arducam 5MP Plus OV5642 Mini Module Camera Shield SPI Camera Module and have wired it up just as instructed in the uno documentation:
![uno_wifi_arduc…
-
Hellow!
I have arduino due + ramps fd V1.
I can compile marlin 2.0 and all works fine.
SD card work.
But I cant save eeprom on sd card.
Helm me please.
My config:
```cpp
//
// EEPROM
//
…