Skip to content

ATtiny85 experiments to learn how to properly code embedded chips

License

Notifications You must be signed in to change notification settings

KiraMaathuis/ATtiny85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATtiny85

ATtiny85 experiments to learn how to properly code embedded chips

Wiring of Raspberry Pi to ATtiny85

insert picture of wiring

Projects:

blinky

Blinky was the first project, meant to learn how to program an ATtiny from my Raspberry Pi

ATtiny SPI

Trying to bitbang SPI communication protocol between the Raspberry Pi and the ATtiny.

Goals:

  • keep 2 pins open on ATtTiny to use
  • be able to use chip select
  • use 3 wires for communication (MOSI and MISO combined)

☑ read 8bit SPI message from RPi by ATtiny
☑ return 8bit SPI message to RPi from ATtiny
☑ turn on/off LED on ATtiny on command from RPi
☐ read sensor with ATtiny and send information to RPi
☐ be able to use chip select
☐ combine MISO and MOSI

About

ATtiny85 experiments to learn how to properly code embedded chips

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published