TODAY WE LEARN ADOBE PHOTOSHOP BASIC
Posts
Showing posts from January, 2017
- Get link
- X
- Other Apps
FABLAB- POV: Persistent of vision with using Arduino board. I got an idea and reference link from Suhas sir for making this POV. I have completed this POV with the of help DBRT students SNDEEP SUR and BABU Reference link: https://diyhacking.com/arduino-pov-display/ Used material Sr. No. Material Name Qty. 1. Arduino board 1 2. LED (1 watt) 5 3. PCB 1 4. Fan 1 5. 9 volt battery 1 6. Battery holder 1 7. Resister (100 ohm) 5 Programming code: int delayTime = 1; int charBreak = 2.1; int LED1 = 2; int LED2 = 3; int LED3 = 4; int LED4 = 5; int LED5 = 6; void setup(){ pinMode(LED1, OUTPUT); pinMode(LED2, OUTPUT); pinMode(LED3, OUTPUT); pinMode(LED4, OUTPUT); pinMode(LED5, OUTPUT); } int a[] = {1, 6, 26, 6, 1}; int b[] = {31, 21, 21, 10, 0}; int c2[] = {14, 17, 17, 10, 0}; int d[] = {31, 17, 17, 14, 0}; int e[] = {31, 21, 21, 17, 0}; ...