CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:47:06 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c3e4f4c81860e-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=f9e61c56-4747-4767-8264-d0d79b68b05c; expires=Mon, 27 Jul 2026 12:47:06 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: f8ce803b-7ecd-4423-866d-86e244b11ed0
x-worker-origin-response-time: 411000000
x-dns-prefetch-control: off
set-cookie: prov=f9e61c56-4747-4767-8264-d0d79b68b05c; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=4w08FI3z0v6EYsbfZQ5g2N8RiCWxYVRnqGm92VyDylY-1753620426-1.0.1.1-m0zfMNG_yo.funGgBBu9JzcbH6syryw9OlBRjwFub888vqg2bTGM4KaMWKEJ.2C8A.IHQEPoFhoLd86uNYfPwUpwzy0TWGGT4yKs8_ZG.hI; path=/; expires=Sun, 27-Jul-25 13:17:06 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=41B2VKzE42ZOX5L4NgG85CKWykPaaFquM7AHd1po8.A-1753620426556-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
56
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 does "enter the hold at arden" mean
- Does SZNUD3160 really eliminate the need for diode?
- What were the two colored keys on a MUPID for?
- Are classified documents subject to a subpoena in discovery?
- What is the weight of holy water?
- Can a minor run a business by having an adult act on their behalf?
- A question about as ..... as comparison
- About Harp Pedaling for a Pentatonic Glissando
- Humans on alien planet get tailed by silent humanoids
- Word order for a phrase with a number, adjective and noun
- Can expanding foam provide interior strength for a large model?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Did the first sin in the garden of Eden actually take place before the fruit was eaten?
- Shared-Memory Queue Implementation in C
- Time Machine backup disk not writeable any longer
- How to extend an MDF shelf?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Moving multiplying cells away
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Balancing a Holy Water Bomb
- Did Denmark report that 64% Palestinian refugees from 1992 received serious fines or jail time?
- Why does Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?