-
Hi,
I am having quite a trouble figuring out how to compile the HV firmware from source. I tried following your custom toolchain, which finishes succesfully, however when I try to use:
`make -f Mak…
-
Hey Mark,
I'm getting ready to flash the firmware on the nano I've assembled but don't want to brick my MCU.
Normally when flashing the ATTinys there are fuses to burn on the first go to establ…
-
Hello,
I want to use Luos with Attiny1616 or 3216, but I don't have enough knowledge about Hal. Can you make a HAL study for this?
Kind regards,
-
Hi @MikeBland,
First, thanks for your optimized code (I don't like digitalWrite, pinMode, delay/millis, in arduino code too :-D).
I have make a fork on https://github.com/zelogik/SbusToPWM.
O…
-
Hi
Just put a look on Tiny X16:.
The lines with Tiny 416 looks like OK but for others CPU x16 need some update:
the lines
#define __AVR_ATtinyx06__
should be replaced by:
#define __A…
-
Hello, the QTouch functionality for the ATTiny chips is not available in this library. I've manage to put together a functional but slightly hacked together implementation borrowing the work from http…
-
**Command:** `pymcuprog write -t uart -d attiny1616 -u /dev/ttyUSB0 -c 115200 -f firmware.hex --erase --verify
**Platform:** Linux (Ubuntu 22.04.1 LTS)
**UART:** CH340-E
**Target:** ATtiny1616
…
-
https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/
https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/
https://raw.githubusercontent.com/xukangmin/TinyCo…
-
`platformio.ini` has the following:
```
upload_protocol = custom
upload_port = COM3
upload_speed = 115200
upload_command = pymcuprog write -t uart -d attiny1616 -u $UPLOAD_PORT -c $UPLOAD_SPEED -…
-
I've been experimenting with the ATtiny1614 chip and was hoping that it could get supported or someone could help guide me on how to add it myself. I'm trying to make a small pcb board with this chip …