-
Hi ElTangas,
Firstly, thanks for providing the library, it's great!
I'm just having this one issue when trying to unlock some ATtiny404s running at 1MHz clock using an Arduino Nano for the jtag2…
-
I uploaded a sketch to a 4808 using 16MHz. Then I changed to 20MHz. This is the protocol:
```
Sketch uses 506 bytes (1%) of program storage space. Maximum is 49152 bytes.
Global variables use 4 b…
-
Hi
I am trying to program ATMega4809 on a custom PCB but it does not seem to work. I have a I2C OLED display that I am getting to work. I tried the example sketch but it does not work. I think tha…
-
I selected the Curiosity Nano as the programmer, I selected NO BOOTLOADER, and AVR128DA48 as the chip type. Also 24mhz internal (no option listed for using the 32khz oscillator to calibrate the 24 mh…
-
I trying to upload a blink sketch to an AVR128DB32 processor.
Using a FTDI board (Robotdyn) witch has a CH340H chip onboard.
Added the diode between Rx and Tx and have a 470R resistor in series wi…
-
Interestingly I have a Arduino Nano clone with CH340 and Atmega328P (5V, 16MHz). It works well with 115200bps and even 1000000bps urboot hex file (tested with the variant (tested with ee_led+b5_fr_ce_…
mcuee updated
2 years ago
-
Please add support for ATTINY1624.
-
I have been working on OTA uploading to an ATtiny3224 via serialUPDI over Bluetooth and I found a major problem that appears to effect all Bluetooth devices. I tried a total of 7 different Bluetooth-U…
-
I am a new user of Attiny1614, and I recently learned to use a USB to TTL converter with pyupdi for burning. But I don’t know why the chip always fails to respond when some DIGITAL is read. At present…
-
Hi,
I try to create a setup where a function is called every time a character comes in on Serial2.
I have code to show the behaviour I get (it is a simplified sketch)
```
/*
Arduino-IDE set…