Notifications
Clear all

[Solved] ATtiny85

3 Posts
3 Users
1 Reactions
80 Views
(@stiny77)
Member
Joined: 9 months ago
Posts: 4
Topic starter  

Hi there. Does anyone know if it’s possible to send and receive serial to a ATtiny85 and if so which pins to use? I have got a industrial unit which has eight roller doors and would like to make a system to display which are open and which are closed. I was thinking I could have a switch and a ATtiny85 on each door and create a kind of perimeter daisy chain arrangement so I don’t have to wire each one back to where the display will be, I can just have one three core cable. Then have a arduino for the display. Or if anyone has any other ideas. I’m relatively new to arduino I can get by with some research.


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 4 years ago
Posts: 7296
 

@stiny77 Most of us here use Google to find what is called a datasheet. That usualy answers these sort of questions. In this case I found a very interesting and different one from Sparkfun a well known seller of electronics parts. I have enclosed it for your use as well as a datasheet that gives me pause. The 1 pager tells me yes it can do serial, but that is a strange approach.

If I understand your query, you need 1 central ATtiny (but I think there are better boards) and display with 8 microswitches wired back to either 8 pins (but not on the ATtiny, more like an esp32) or a multiplexor. Code is trivial, if switch closed display message, repeat 8 times.

Good luck.

 

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.


   
ReplyQuote
noweare
(@noweare)
Member
Joined: 4 years ago
Posts: 122
 

 

@stiny77

The ATtiny85 does not have a hardware uart. I have had to implement a software serial port when I used it on one of my projects. 

 

 


   
Ron reacted
ReplyQuote