-
With 2.1.0 - F() once again turns the text it wraps into a PSTR cast to a __FlashStringHelper - It made me sad.... but we needed the library compatibility.... Now, how can we get that performance back…
-
I recently got my PCBs for my AVR128DB48 Arduino-like Board.
but after assembling one i was unable to burn optiboot onto it.
i used the same exact programmer (jtag2updi using an Arduino Nano) as f…
-
It would be very nice if the tone() command could utilize the DAC for real sine wave forms instead of PWM as described here:
https://www.xtronical.com/testing-the-dacaudio-hardware/
-
Hi, at this moment i am trying to play and understand this Tinny core world, thanks Spence to allow it to work with arduino.
Currently now i am testing it on the I2C bus, but a strange behaivour ha…
-
My thoughts were to use an external 32Khz clock and use the millis() function to do accurate time keeping for battery app. If i read the docs correct this could be a crystal with caps on the TX and …
-
I'm not sure what I'm doing here, just started to play around with the comparator of my AVR128DB32. But I'm quite sure this isn't supposed to happen, as the AVR128DB32 doesn't have a PORTE:
`DxCore…
-
I'm not convinced it's correct, currently...
Right now, it gets the flags, clears them all, and then jumps to app if it was a reset cause that shouldn't start bootloader... but that means that whe…
-
Hi,
had a problem programming with mEDBG after updating from v2.1.3 to v2.2.6 (had another issue - closed - about that), so I'm now trying to use an MPLAB SNAP (PG164100) but still got problems.
f…
ffred updated
3 years ago
-
I wonder if I'm working beyond my headlights. I see in the writeup of the megaTinyCore a statement that reads "This functionality will be made easier to use via the megaTinySleep library in a futur…
-
These parts do not have an alternate set of pins for TWI/I2C - only the 1-series parts have that. The SCL/SDA pin labels should be removed from the pinout charts; this was previously done for the x06,…