Hi,
I managed to upload a lot of files including a low resolution video to the server this morning. The high resolution video is only half loaded.
Here is the URL to my site. Enjoy.
http://void.arch.usyd.edu.au/~andrew/infodevice/students/Cyclone/Home.html
Cheers,
Kim
Continue
Added by Kim Mo on November 13, 2008 at 10:00am —
No Comments
Hi,
I think Dan is right. Andrew's site seems to have reached it quota as I have been unable to upload my files in the last hour - I was able to do it yesterday and as recent as this morning.
Has everyone uploaded their sites? Unless Andrew gets an increase in disk quota soon, I won't be able to put my files to the site. Does anyone have any suggestions?
Cheers,
Kim
Continue
Added by Kim Mo on November 12, 2008 at 12:49pm —
5 Comments
Hi,
I haven't settled on a name for my project yet but I'll use Cyclonic Beads for the time being.
The challenge I encountered so far is not how to create a cyclonic effect within a rectangular column - I think I can achieve that. I have received delivery of some powerful fans and I will test them this evening at the tutorial.
The problem I had last week was how to control a 12V power-hungry CPU fans using the Arduino board. I can't use the Arduino board to drive these fans as they run on 12V…
Continue
Added by Kim Mo on October 22, 2008 at 12:00pm —
No Comments
Hi,
I decided to start with a design that has all the features I desire then work my way through to pare back or change the design if I encounter technical challenges that are too difficult to overcome. I got my inspiration from snow globes and looking at images of Venus which is what scientists think Earth will become when we have a runaway greenhouse effect if we don’t manage our environment and resources responsibly.
The centrepiece of the design is a globe illuminated from inside that is h…
Continue
Added by Kim Mo on September 25, 2008 at 5:30pm —
No Comments
Find more videos like this on infodevice2008
Hi,
For tutorial 3, I connected a switch, a light sensor and an LED to the arduino board. The light sensor controls the brightness of the LED, ie when the sensor detects light, the LED goes bright and when the sensor is blocked, the LED goes dim. The switch is to reverse this operation, ie when the sensor detects light, the LED goes dim and w…
Continue
Added by Kim Mo on September 23, 2008 at 10:30pm —
No Comments
Okay. I have uploaded my video to this post (see below).
Find more videos like this on infodevice2008
I connected a switch to a digital pin and declared it as INPUT, then I connected an LED to another digital pin and declared it as OUTPUT. I wrote a sketch to read the state of the switch and blink the LED if the switch is pressed.
I also added a potentiometer to the circuit and connec…
Continue
Added by Kim Mo on September 8, 2008 at 8:00am —
No Comments
You will find my research paper presentation on
My Page. The 3 research papers I chose try to solve an technology issue that hinders wider adoption of mobile phone as a personal mobile device.
Continue
Added by Kim Mo on September 1, 2008 at 8:00am —
No Comments
Before I started writing the sketch, I had analysed the requirements and thought that I would need to handle input error. The tutorial brief states that the LED has to flash as many times as the number read from the serial port. Although the brief does not specify a valid range for the number, it should be greater than or equal to 0. If the input is not numeric, the LED shouldn't flash but I thought it would be nice to let people know that an invalid input was read.
So I decided that the device…
Continue
Added by Kim Mo on August 19, 2008 at 10:29pm —
No Comments