-
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…
-
Hi
Wasn't sure how else to ask a question about this lib other than here!
What's the likelyhood of support for other MCUs beyond AVR, particularly STM32 ? (or anything else 32bit for that matter)
…
oofus updated
4 years ago
-
ketch/src/platform/common/communication.cpp.o: In function `Com::serialFlush()':
sketch/src/platform/common/communication.cpp:65: undefined reference to `Serial'
sketch/src/platform/common/communica…
-
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…
-
Hello,
I decided to open an issue after some days trying it out, unfortunately, I am still stuck with this.
The basic examples available by Arduino IDE works fine, Blink for example, does upload…
-
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
/*************************…
-
[Description of the bug or feature]
Touchpad of Typecover of Surface Pro 2 is not working, just only getting a "touchpad not enabled icon" when I left-click or right-click.
### Environment
- …
-
- [X ] **Development Platform or Board**.
Arduino compatible boards - https://github.com/m2m-solutions/board-index/blob/master/package_purplepoint.cloud_index.json
-
Prior to my use of the Web Serial API, I had used the Electron framework to write some code that would flash firmware the Atmel SAM microcontroller. I recently modified this code to work with the Web…
-
### Description
Is it possible to have SD firmware option for SAM3X8E (DUE) based boards?
I could see from configuration_adv.h file #define SD_FIRMWARE_UPDATE command exists, but it is only for …