Showing posts with label arduino. Show all posts
Showing posts with label arduino. Show all posts

Wednesday, August 1, 2007

Arduino issues, continued.

The problem was that I was programming the Arduino the same way I would program a computer, even though they are not the same thing. The entire concept of program flow, just to choose one example, is vastly different between the two platforms.

Once I got my head wrapped around that bit of obviousness, the program wrote itself. It works just fine on the prototyping platform; now I just need to build up the hardware and change a few parameters in the software.

Arduino report

I thought I had lost all ability to write a simple program. Every time I ran the thing, it crashed the computer.

Turns out, it's a known compiler issue. It's not me.

Tuesday, July 31, 2007

arduino update

OK, so the circuit I initially designed violates the laws of physics. OK, so I didn't know this at first and tried to implement a software fix. At least it shows I'm thinking, right?

Anyway, the initial circuit design, being impossible in this universe, has been scrapped. I've gone to a newer, much simpler circuit design, which isn't nearly as much fun as the first but has the advantage of not being imaginary. I am now writing the software for it, then I have to go to Radio Shack and get a momentary NO pushbutton switch so I can actually build it.

And then I shall rule the world.

Thursday, July 26, 2007

Arduino

I finally got my Arduino working. I now have a small, fully functional computer that costs $39 and is smaller than the palm of my hand. I am now this close to ruling the world.