<-- Week 7
Week 9 -->
WEEK'S GOALS:
<-- Weeks Overview
Day 51 -->
1. Went through Datasheet as Neil suggested
2. Went through other resources regarding C language.
This week was very important in two ways,
What i learnt while reading Datasheet:
<-- Day 50
Day 52 -->
1. Installed Attiny on Arduino through File >> Preferences >> Additional board manager URL >>
https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json.
2. Programmed Blink Led on board through UNO initially and then through FABISP
<-- Day 51
Day 53 -->
1. D day to test whether it works with my fabisp
2. Will stick to Arduino IDE for now
3. Shall also try using my friend Nishtha's ISP in addition to my own.
<-- Day 52
Day 54 -->
1. TIME TO TRY MY HANDS ON SIMULATING | PARAMETRICS or_____ NO IDEA WHAT THIS IS
2. INSTALLED AND ARRANGED FOR FIREFLY plugin to grasshopper and WINAVR
3. Only regret on not being able to fabricate a Sashakit before time to test it on.
So bassically Firefly is a concept plugin of Grasshopper in Rhino that lets you talk realtime with an electronic board through Rhino itself. This is pretty cool thinking that usually no one thinks of electronics while using 3d softwares and vice a versa. It lets you link electronics to your design file directly enabling you to simulate your design even before its fabricated in real. So i chose to learn this too as part of this week.
<-- Day 53
Day 55 -->
1. I went the GIT BASH route for WINDOWS to borrow Neil's codes and try on the board
2. C file text was copied to a borrowed c file whose text i replaced with the one by Neil's code and named it as 'main.c'
3. Makefile was edited and replaced with make code by Neil's blink code