CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:36:24 GMT
content-type: text/html; charset=utf-8
cf-ray: 965de613ce83e9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=3a16acc5-52c2-4b6f-971d-9c41ad34e2ff; expires=Mon, 27 Jul 2026 17:36:23 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 66e8b9c6-b981-4fe6-a60d-8278a7de9f0e
x-worker-origin-response-time: 503000000
x-dns-prefetch-control: off
set-cookie: prov=3a16acc5-52c2-4b6f-971d-9c41ad34e2ff; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=_880AE2EN7vvsXIqLrbtjQ3ZtQpHZcsbkABd7mpXwPQ-1753637784-1.0.1.1-FEDNvGAx9pR1dpX57cuhZzWW5VbZUnlpMHTh4R2VBis6BqiHoXjOvuqEEyRsQPGd_pYsjo9xw5IatxX3PxOmIgTOULLIiGBltdsjhh48DEk; path=/; expires=Sun, 27-Jul-25 18:06:24 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=4lhVQ1usbjDqatx1rtVB7_1o8sgTCVLB11GGUPGiVTs-1753637784163-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'attiny' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [attiny]
An 8-bit, low power AVR microcontroller from Atmel.
319 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
57
views
ATtiny402-SSNR minimum hardware requirement
I am using an ATtiny402-SSNR in a project. I have never used AVR MCUs before, so I need a minimum hardware requirement schematic for this chip. I could not find a schematic for this on the internet.
...
0
votes
1
answer
29
views
Replace bootloader in ATTiny88
There are other threads about replacing the bootloader on Arduino boards, but the ATTiny88 seems to be rather a different beast. Instead of creating a serial port and sending the compiled code to the ...
2
votes
2
answers
110
views
Problem sending serial data between Arduino and ATtiny back and forth
I am working on communication between a Arduino and ATtiny13, and I need to get this bare-bone communication to work. There is a Arduino Nano powered by USB cable from the PC, and there is ATtiny13 ...
1
vote
1
answer
130
views
Problem with ATTiny85 sketch to start and stop firing a camera on a PWM signal from RC receiver
I am trying to start a camera firing at a fixed interval on a long servo pulse, stop it firing on the next long pulse, start it again on the next long pulse, etc. I use an interrupt to detect if the ...
0
votes
2
answers
121
views
ATTiny84 and Shift Register not working
I know this isn't exactly an Arduino question, but I'm using the Arduino IDE and feel it's close enough. So I'm working on a project that uses an ATTiny84, two SN74HC595N SIPO shift registers, and a ...
0
votes
1
answer
64
views
ATTiny85 PWM on PB2 not working - only on/off, no fade
I have a custom ATTiny85 PCB with LEDs connected to GPIOs (PB0-4) through current-limiting resistors. All ports fade LEDs smoothly except PB2, which only switches on/off with no intermediate states.
...
0
votes
1
answer
167
views
Trouble Programming ATTINY1616 with Arduino Nano via UPDI: No Communication
I'm trying to program a board I designed with an ATTINY1616. The schematic is shown in the photo. I'm trying to connect an Arduino Nano. +5V and GND are shared, while the UPDI pin is connected to the ...
0
votes
1
answer
113
views
Extra 0x00 sent with RS485 message
I am currently trying to use an arduino to send an RS485 via an SP3078EEN RS485 transciever. I have my arduino code set the DE pin high, wait 1ms, then write and flush a data buffer to the serial ...
2
votes
1
answer
74
views
UART Transmission Incorrect on ATTiny826
I'm currently trying to test an extremely simple circuit where I use an ATTiny86 to output some arbitrary values via serial to an Arduino micro. The problem I am facing is that all of the values being ...
0
votes
2
answers
125
views
Can the ATTiny88 be programmed via I2C from a Raspberry Pi?
This is similar to Is it possible to program an AVR chip (atmega328p) via i2c?, but not exactly, and that thread is a little shy on details.
I have an ATTiny88 attached via I2C to a Raspberry Pi, with ...
1
vote
1
answer
139
views
Does changing the prescale for Timer 0 or Timer 2 affect the micros() function?
I am using an ATTiny88 to drive a PWM device. First of all, digging through the literature, it's hard to tell what the differences between the ATTiny85 and ATTiny88 are, and the vast majority of ...
1
vote
3
answers
781
views
Confusing Pinouts on MH-ET ATTiny88
I am a little bewildered about the analog pins on the Arduino ATTiny88.
First of all, am I correct in thinking the functions analogRead() and analogWrite() can use either the string A0 - A7 or a ...
2
votes
2
answers
666
views
Programming ATtiny1616 error: A programmer is required to upload
I have this ATtiny1616 breakout board, and I'm attempting to upload an Arduino sketch to it following this documentation, but I'm getting the error "A programmer is required to upload" upon ...
3
votes
1
answer
344
views
Increase in power consumption after brown-out detection (BOD)
I'm working on a low-power energy harvesting project, where I'm considering using an ATtiny85 to perform some minor tasks. The ATtiny is put in Power Down mode most of the time and does not consume ...
1
vote
0
answers
165
views
Bluetooth (HC_06) on the Attiny85
I'm trying to make a hc_06 Bluetooth controller work on the attiny85-20pu.
In the end, I want to control a stepper motor through Bluetooth.
But for now to keep it simple I'm searching for a working ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 40
attiny85 × 37
arduino-ide × 32
i2c × 29
interrupt × 24
sleep × 18
timers × 16
avr × 16
softwareserial × 16
usb × 15
power × 14
digispark × 14
pwm × 12
isp × 12
c++ × 11
programming × 11
avrdude × 11
bootloader × 10
library × 10
rf × 10
led × 9
serial × 9
voltage-level × 9
arduino-mega × 8
battery × 7
more related tags
Hot Network Questions
- What's the difference between an eVisa and ETA travel authorization?
- How to make that the object sliding down along the local axis while following the rotation of the another object?
- rock paper scissors game with randomized system choices. NOT using rnd()
- Blinded despite Blindsight?
- Why aren't there baleen whales at about the size of a dolphin?
- When was thermal expansion in solids first described?
- Shared-Memory Queue Implementation in C
- Partitioning heaps - Why?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Will a reinforced 1" concrete slab be durable?
- Mac Pro 2008 almost dead
- "I met a monk and philosopher." How many people did I meet?
- Heretofore I think I have been using 'heretofore' incorrectly
- What is the best interpretation of Psalm 6:4? Does "Turn" or "Return" capture the intended meaning?
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- Can a minor run a business by having an adult act on their behalf?
- Kepler's first law proof error - can anyone help me see what the error is?
- In Fantastic Four 2025 shouldn't this thing have taken years?
- When was the last time all humans were on the ground not in the air?
- What is the weight of holy water?
- How should one pronounce plural French-derived German words?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- Why does the Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- Civilian airplanes with inside fuselage jet engines