-
I receive an error when attempting to install the samd platform:
```
$ arduino-cli core --additional-urls https://raw.githubusercontent.com/Longan-Labs/LONGAN-SAME-TOOLS/master/package_longan_samd…
-
It would be really really helpful to have a page per architecture we use:
AVR
SAM
SAMD
ARC32
I586
I686
Listing all the boards that belong to each architecture.
@simonePDA
@akash73
-
The SPIClass Constructor in the SPI library contains an assert:
```
SPIClass::SPIClass(SERCOM *p_sercom, uint8_t uc_pinMISO, uint8_t uc_pinSCK, uint8_t uc_pinMOSI, SercomSpiTXPad PadTx, SercomRXPa…
-
Hi folks,
The board definition file included in this repository is intended for AVR and SAMD boards and shouldn't include any references to Artemis-based boards. This is confusing for end-users, wh…
-
From circuitpython.org/downloads page, add primary processor used on board option to 'Filters' likes 'SAMD21, SAMD51, ESP32-S2, STM32, nRF52840, RP2040 ...'.
Currently, can't to do that, e.g. : input…
-
I'm trying to set up multi-master I2C communication on board running an ATSAMD21G18 (2 masters and slave so far) with this code: [https://github.com/kb-/Arduino-I2C-2way-anydata/tree/dd5597835c9a8a89…
-
dpinst-amd64.exe is not signed (or the signature has expired)
Steps to duplicate
- Windows 10
- Arduino IDE 1.8.11
- Open Boards Manager
- Install Arduino SAMD Boards version 1.8.4
- During …
don updated
10 months ago
-
What kind of issue is this?
- [x] **Feature Request**.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement …
-
I connect MKR 1010 to a Lidar with a OTG cable .MKR 1010 is USBHost , it can send command to Lidar and receive data from Lidar.
But the problem I meet is the data I receive is loss some bytes. The be…
-
Overwriting Arduino main.cpp with custom main.cpp based on SAMD architecture could make AVR-based Arduinos (or others) unable to run glEEmail successfully.
We need to test any version of glEEmail >…