Monthly Archives: April 2012

And can it be?

hurtSrgbsmallclean

As I sit here with blood flowing from a gash in the side of my leg (don’t drop a saw on yourself, and don’t ask), I can’t help but think of someone else who had so much more blood gush from his side. It seems that today we do everything we can to forget, or…

Read more »

Using an LED as a Light Sensor on Arduino

IMG_0639

Thanks to the magic of electrical properties you can use an LED as a light sensor. It is easy to search and find the details of how and why, so I’m just going to include some code here. Ok, ok… If you plug the LED into one of the Arduino digital pins backwards (i.e. Cathode…

Read more »

Capacitive Input on Arduino

IMG_0638

This is just a small snippet of code for using a digital pin on the Arduino to capture capacitance. To test it I just stuck a paperclip into pin 8. Works great! void setup() {   Serial.begin(9600);      // connect to the serial port } void loop () {   char capval;   char pinval = 1<<PINB0; //digital pin 8…

Read more »

Temperature Monitoring with DHT11 and LCD Monitor

IMG_0633

I am working on creating a fan system for my desk because the temperature varies quite a bit from spot to spot and I would like it to be a little more even. To accomplish this, I am using an Arduino with a DHT11 temperature monitor. I have also included a Nokia LCD just for…

Read more »

Newark Designs

Hi, I'm arbitrary text. Who are you?

My Twits

  • Kroger brand Sausage Patties have MSG in them. I am literally angry with rage. - 15 hours ago
  • Guess I'm not drinking this any time soon. fb.me/1759zKwVL - 1 day ago
  • Someone just posted on my G+ feed: "Here's a math question for all you parents out there. My 8-yr old son is... fb.me/23UD0igs1 - 1 day ago
  • I signed up for Google Music's All Access service. In the last hour I've found four albums that I've been wanting... fb.me/Af0QcLX0 - 1 day ago
  • I need to hurry up and see Star Trek before everyone on here RUINS it for me haha. I'm doing pretty good so far,... fb.me/A13MtTW1 - 1 day ago

User Login