Categories
Jeffa Poetry

After a Half Night of Insomnia and PAWS Tooth Ache

 

While trying to stay clean back in 2003, one morning having woken early from intense dreams, Insomnia etc. I wrote this. I’ve been looking for it for awhile. It’s more about life’s condition and living than recovery. Recovery sure does include asking the age old questions – at least it did for me.

Categories
Jeffa

Pigsty

It’s Sunday July 18, 2010 1145. I’m writing this and publishing it on my blog to publically (luckily there isn’t much following) challenge myself to deal with this.

Categories
Jeffa

jeffa visits his Mother Summer 2010

 

Meaningless pictures to most but a place to share them with those of us in the know! :-) Some pictures from my visit with Mom.

Categories
Jeffa

Summer to do list

ToDoList tdlMySummerToDoList = new ToDoList();

Nerding

Necessary reading for FlashMobMashUp

http://msdn.microsoft.com/en-us/library/aa479332.aspx

http://www.hanselman.com/blog/ExtendingNerdDinnerExploringDifferentDatabaseOptions.aspx

http://msdn.microsoft.com/en-us/data/ff707264.aspx

http://www.tellingmachine.com/post/Getting-a-Wordpress-blog-installed-in-a-jiffy-on-Windows-7-using-the-Web-Platform-Installer.aspx

http://blogs.msdn.com/b/efdesign/archive/2010/06/21/productivity-improvements-for-the-entity-framework.aspx

http://www.lacsharp.org/Home/tabid/98/ctl/Details/Mid/523/ItemID/173/Default.aspx?selecteddate=7/6/2010

attend http://bayarea.startupweekend.org/ July 23,24 and 25.

Ceramics

Read “The Kiln Book: Materials, Specifications & Construction”

Meet the author

Develop a Parallax propeller based project for Kiln control

Attempt to do some Slump glass

Categories
Back2School Jeffa Nerding Projects

Spingdar

jeffa April 4, 2010

If we add together parts of parallax propeller .spin ping and radar. What do we get? Spingdar!

I recently finished a course in .net C# (.cs) at Spokane Community College. So over the spring break, which ends today, I reviewed pingdar from Parallax http://forums.parallax.com/forums/default.aspx?f=6&m=129099 What my programs do is effectively the same however I display the data on a pc using GDI+ in C# on a radar like circular graphics object on a form with a sweeping line and a dot for the location plot. The math is done in the .cs rather than the propeller. I wanted to begin learning about the xbee radios so I utilized them to connect my Stingray with Lynxmotion tilt pan servo assembly to the pc. That’s my dog Sampson under the workbench. He’s my best bud. Above the ping sensor is a TTL micro cam from 4dsystems. I haven’t begun to work on that yet. It’s just sitting in where I think I would like to mount it.

Now about this project and the source code. I had a goal to accomplish a certain amount of functionality. At this point it was just for the learning. I accomplished that goal. The code is not pretty and the entire project isn’t of much use except as a learning experience so keep that in mind if you download the source.

When I have time again this summer I’d like to move on to a phase two of this learning project and enhance the graphics and add probably some code as delegate in .cs. All the graphics and the input data manipulation occur in a serial received data event.

PingServoSampson PingTTLuCamServos lynxmotion-pan-and-tilt-kit-aluminium

SpingDarScreen

 

 

Resources:

ttl micro camera http://www.4dsystems.com.au/prod.php?id=75 (Hope to make a project out of this real soon!)

Parallax ping sensor http://www.parallax.com/Store/Sensors/ObjectDetection/tabid/176/ProductID/92/List/0/Default.aspx?SortField=ProductName,ProductName

Parallax Stingray Robot http://www.parallax.com/Store/Robots/AllRobots/tabid/755/ProductID/601/List/0/Default.aspx?SortField=ProductName,ProductName

Sampson dogMyDoggieBoy http://not-for-sale.NoWay.jose

pan tilt http://www.lynxmotion.com/Product.aspx?productID=287

Excellent GDI FAQ/Tutorial http://www.bobpowell.net/

…io.ports http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx

Very useful program and informative for general .cs programming techniques and specifically for serial communications in C# http://msmvps.com/blogs/coad/archive/2005/03/23/39466.aspx

Code:

 

  Visual Studio 2008 project for spingdar

 

.spin code for the propeller