About Here

This web blog is established for collecting useful information about building prototype with arduino or other applications. This page shuld help a designer with very basical technical cognition to build a working model or a prototyp for his design concept. We find prototyp or working model an excellent tool to test concept and understand it's usage in real condition (not only fantasy in mind). It's ofter very hard to realize every functions of a design concept. However it's our goal here to make this task easier.

What should be always keeped in mind is that we are not engineers and it's not our goal to design a perfect electron programme control. We are designers who are more willing to understand the users through prototype testing.

This web-site is still under construction and more information shall be collected. :)
Showing posts with label resources. Show all posts
Showing posts with label resources. Show all posts

Dec 17, 2013

Arduino ATtiny 84/85 (updated 2020/8/4)

ATtiny allows you to reduce the cost of your electronic prototype, even lower than Arduino Mini series. ATtiny84 or 85 is microcontroller from Atmel. ATtiny85 offers 6 I/O pins for communication and 8192 byte memory, and ATtiny 84 12 I/O pins and 8192 byte. You can use Arduino IDE to make a sketch and upload onto this tiny IC. To do that, you need to set up your Arduino as an ISP (In-System Programming).
I think, the original developers using ATtiny for Arduino projects are from High-Low Tech Lab of MIT (2009-2014). Visit their page for more information: http://highlowtech.org/ 
This post shows you how to use ATtiny84/85 for your project and other recent updates. 

ATtiny85

Oct 9, 2012

controll arduino online

If you need to controll arduino or other electronics remote. Here is a useful website for you.
https://sites.google.com/site/ixacproject/

Oct 5, 2011

Important Webs for Design Prototype

Arduino HomePage
http://www.arduino.cc/    (Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.)

Processing HomePage
http://processing.org/    (Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.)

Fritzing HomePage
http://fritzing.org/   (Fritzing is an open-source initiative to support designers, artists, researchers and hobbyists to work creatively with interactive electronics. We are creating a software and website in the spirit of Processing and Arduino, developing a tool that allows users to document their prototypes, share them with others, teach electronics in a classroom, and to create a pcb layout for professional manufacturing.)