-
I am struggling to get the ATtiny816 to respond as a OneWire device to an ESP32 master. Running the DS18B20 example.
Background info:
The bus and master physically work. I have another real DS18B2…
-
Could you please implement a generic ATtiny816 board?
Datasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny416-816-DataSheet-DS40001913C.pdf
Product description: https://www.microch…
-
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…
-
Hi, I am programming an attiny816. Everything works fine with USB to TTL Cable but no way to program it using Raspberry GPIO without USB to TTL..any hint ?
Raspberry GPIO electric level is 3.3V and …
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
The occurrence of this error seems to be a bug, by commenting out part of the code device flashed without any struggle.
in `nvmserialupdi.py`:
``` Python
if not self.device_info.get(DeviceInfoKey…
-
This code works great on an ATTiny85. However I need to use the newer ATTiny 1-series chips in my design. I am trying to use the ATTiny1614, but the code will not compile. Many errors, but most simila…
-
Hi,
I know this is not the right place to ask questions. But I have researched all over the Internet but cannot find any information about how to connect the Arduino to an Attiny816 for programming…
-
Right now we're calling `form` and `rustfmt` to split out the auto-generated modules into many files. I don't think this provides much value as nobody is going to look at those file anyway.
I have…
Rahix updated
5 months ago
-
I am not so sure how difficult it is to add the support of mega0 AVR and Tiny0/1/2 AVR, similar to optiboot_x.
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
…