-
- [X] **PlatformIO Core**.
### Configuration
**Operating system**:
macOS 10.13.6
**PlatformIO Version** (`platformio --version`):
PlatformIO Core, version 6.1.3
### Description of proble…
-
Heyo,
I've been trying to work with the ATtiny402 using an atmel ice programmer through updi interface. The MCU has a 4kb flash memory. However, reading more than 256 Bytes at a time causes the read…
-
Hi
First of all, many thanks for your work!
I'm starting with the Atmega4808 and I'm studying your library and pinouts. There is one thing which confuses me a bit.
To start with, I will use a boa…
-
Chip: ATTINY3226
IDE: Arduino 1.19
Lib Version: 2.6.1 (current)
Since Mouser had some of those '3226 available, I grabbed some of those fine chips.
First played around with them on V2.5.11 - w…
-
Hi,
ATMega4809's [manual](https://content.arduino.cc/assets/Nano-Every_processor-48-pin-Data-Sheet-megaAVR-0-series-DS40002016B.pdf) informs that pins PF3 and PF2 can be used for I2C communication …
-
Not sure exactly how it happened, but I've got an attiny424 that got into a locked state and can't be programmed anymore. I'm trying to do a chip erase with prog.py.
Calling: `python3 prog.py -d atti…
-
Which of the pins on the MH-ET-Tiny88 board are interrupt pins and what is the code to get these to work? I cant find any info on that topic although the datasheet for the Attiny88 mentions the word "…
-
Hi,
on the Attiny3226 and version 2.6.1, I try to disable the adc, sleep in power down mode and enable the adc again, and read a value again:
```
pinMode(3, INPUT);
int val = analogRead(3);
…
-
The Arduino cryptography library (https://github.com/rweather/arduinolibs/tree/master/libraries/Crypto) says that it should work with all Arduino devices. I've used it with many different devices and …
-
`update_sbu.py ` switched the uart path to programming
```py
base@bananapi:~$ sudo python3 python.base/sbu_fw_files/update_sbu.py
base@bananapi:~$ sudo pyupdi -d tiny816 -c /dev/ttyS1 -f /home/b…