-
Is there a `#define` that identifies that the MegaCoreX core is being used, and if so, could it be documented?
Something like `#if defined(DXCORE)` and `#if defined(MEGATINYCORE)` that Spence Konde…
-
Hi there,
Thank you for creating this open-source Arduino core! I recently ran into a serious issue with `arduino-cli` and your core and I wasn't quite able to figure out what exactly happened. My …
-
Basically there are 2 possibilities here:
1. We build our own board, take care of power supply, programming adapters, connectivity, IDE integration, etc. ourselves. This would give us full design c…
-
So i accidentally bought an "Arduino Nano Every" instead of a regular "Arduino Nano" which apparently uses a different chip (ATMega4809).
When i try to upload/verify the "unit" sketch im getting th…
-
Hi,
I'm trying to make a stepper motor move with an arduino Uno wifi rev2 board (ATmega4809) and a TMC5160-EVAL driver. I'm new to this. And this is the first time I use a driver. I power the arduino…
Vexo2 updated
2 years ago
-
(Probably) related to #1090.
I'm able to upload programs to an ATtiny1616 using optiboot (-c arduino) with Avrdude 6.0 and 7.0, but not the upstream version.
I've tracked down the issue to commit …
-
Hi!
First let me congratulate for this very nice Core for the megaAVRs. We are using a custom made board with the ATmega4809 in our project and it works like charm. We flash Optiboot via UPDI and t…
-
## Environment
- **Arduino Board:** Arduino Nano Every
- **Arduino IDE Version:** 1.8.16
- **AHTX0 Library Version:** 2.0.1
- **Sensor:** [DHT20](https://www.adafruit.com/product/5183)
## Conte…
-
leres
Sun 28 Dec 2014 07:42:04 PM UTC
Back when I upgraded from 5.11 to 6.0.1 I noticed that my atmega644p did not resume after programming or reading. I'm using an AVR Dragon.
I've tracked this do…
-
### Report: Incorrect SerialUPDI control of AVR64EA32
This is a known bug as of commit 481a91d.
1. You are trying to read the "Chip Silicon Revision" register without checking the status of the …