-
I've put together a really basic interrupt driven servo library that works fairly okay on ATTinyx61 series. It uses Timer1 to control up to 8 servos. Perhaps this could be added to the AVR libraries s…
-
Hi.
I want to add 16x2 I2C LCD display to atTiny85. The display work well with Arduino Mega. So I try to connect the display to atTiny with the same sketch but it do not work. After some test I fou…
-
Technically, one can argue that this is bad coding to begin with, to spam calls to tone() as fast as the processor can do it - but people do it all the time, so we should handle it.
Full story is …
-
Hardware overview:
- Tiny85-20SU (internal PLL clock)
- D- at PB0, D+ at PB2, through 68R each, D- pulled to VCC through 1K5
- VCC=VBUS; abusing a blue 2V smd LEDs to GND from each data line to dro…
-
Servo example doesn't compile for ATtiny85.
Build options:
- Board: ATtiny25/45/85
- Chip: "ATtiny85"
- Clock: "8MHz (internal)"
- LTO: "Enabled"
- BOD: "Disabled"
- Timer 1 Clock: "CPU"
- S…
-
Hello. I'm trying to compile a standard example ArduinoSPI because I can program the ATMEGA328 with the help attiny85 but I get the following error:
```
/home/denis/opt/arduino/arduino-builder -du…
-
It would be helpful to have the bootloader also on the x4, it exist for the x41, so maybe it could be added without too much effort even if the x4 lacks of serial
-
Hi, great project, thanks! Your documentation is really nice, but what I'd like to know is which timers are being used. In this case, I would like to use Timer1 on ATTiny85 (which I am aware is an o…
-
Hello evrybody,
Many new FC boards does not have 8 motor output pins.
So I'm searching sonar with I2C output.
And I'm found this one: [http://bit.ly/2ACnhzw]
But this module designed for PIXHAWK o…
-
Thank you for great source.
I did a program on ATTiny85, transceives data from/to a BLE module using UART.
Everything works fine. Now I want to put ATTiny85 to sleep then wake up by UART Rx event.
…