-
Not really a request for an enhancement, more a discussion starter.
I think this should be fairly easy and work well.
If you put a serial bootloader on the atmel processors on the board and put two …
-
heya, so in a branch of my standalone programmer library ive merged in enough
https://gitlab.com/bradanlane/portaprog
to allow read/write/verify of flash and fuses (eeprom not done yet)
good news: …
-
Hello,
I would like to know if there will be support for the following devices:
ATtiny424,426,427
ATtiny824,826,827
ATtiny1624,1626,1627
ATtiny3224,3226,3227
Thanks
-
Hallo,
I'm dealing with TWI right now. I noticed that your naming scheme is not 100% the same. The TWI buffer length '_BUFFER_LENGTH_' should have the name TWI_BUFFER_LENGTH. Otherwise it will be t…
-
Arduino 1.8.15, Win 10, megaTinyCore 2.4.2 installed via board manager. Windows board manager shows the USB port for the programmer.
Programmer Selected: SerialUPDI with serial 4.7K or diode 230400…
-
I have a perfectly set up programmer (a shiny new [SerialUPDI](https://www.tindie.com/products/mcudude/serialupdi-programmer/) since you asked) that's connected to an AVR-Ex part.
If I mistype whic…
-
In the section about the ADC
```
// Before sleeping
ADC0.CTRLA &= ~ADC_ENABLE_bm; //Very important on the tinyAVR 2-series
// upon waking if ou plan to use the ADC
ADC0.CTRLA |= ~ADC_ENABL…
-
The current "avrdude.conf" has the following description in three places: ".xmega", ".avr8x", and ".avrdx".
```
memory "data"
# SRAM, only used to supply the offset
offset …
-
``//pins
#define P_PUMP PIN_PA1
int pump_rawpulse_off=1000;
int pump_rawpulse_on=5;
volatile int pump_rawpulse_incre=0;
//volatile bool onoff;
volatile byte time_correction=0;
…
-
I am using the following sketch with the ATTinyCore Board Manager targeting an ATTiny84A. When I try to compile the sketch I get the following error. If I use the `TIM1_OVF_vect` to interrupt on timer…