-
Recent Posts
Archives
Frequent Topics
595 Android API mode APK Arduino bash clone cygwin DX160 EEPROM EL GlobalCache Graphic LCD hack home automation IE Infrared Internet Explorer IP2IR IR JAR java javascript jQuery jQuery UI LCD manual install MongoDB ORM Parallax RFID Schlage Serial Servo shell shift register simulator SoftwareSerial Sparkfun TTL X-10 X10 XBee XML mapping z-indexMeta
Author Archives: admin
Java ORM using MongoDB
My previous blog post covered a little about MongoDB. It’s really simple to use on the command line and thanks to an open-source developer, it’s really simple to use in a java application.
Persistence using MongoDB
A friend of mine suggested I check out MongoDB to use as a lightweight data store. Mongo moves away from the traditional relational database and allows you to store whatever you want, however you want. Instead of tables of data, … Continue reading
Posted in Data Store, Programming
1 Comment
jQuery UI Drag and Drop
jQuery UI has drag and drop functionality baked right in. This makes it really easy to add rich functionality and responsiveness to your web applications that let them act more like desktop applications. Check out the demo below and continue … Continue reading
Posted in Javascript, jQuery, Uncategorized, Web Development
Tagged javascript, jQuery, jQuery UI
Leave a comment
Home Automation with Infrared – IR Part 2
In my previous post we discussed a network to IR bridge by GlobalCache. This allows any device with the ability to communicate over the TCP/IP network to send IR commands. I created a proof of concept for the Android platform … Continue reading
Posted in Android, Hardware, Home Automation, Java
Tagged Android, GlobalCache, Infrared, IP2IR, IR, java
2 Comments
Home Automation with Infrared – IR
A While back I had the idea of turning my Android device into a touchscreen remote. As my phone has no Infrared transmission capability, I had to figure another method to bridge the gap between the devices I wanted to … Continue reading
Posted in Android, Hardware, Home Automation, Java
Tagged Android, GlobalCache, home automation, Infrared, IP2IR, IR, java
1 Comment
RFID Enabled Schlage Electronic Deadbolt
Previously I showed you how to modify(hack) a Schlage electronic deadbolt so that you could control it with a microcontroller. I finally took this one step further and interfaced a Parallax RFID reader with an Arduino to control the deadbolt.
jQuery clone usage
Recently I was working on a project that used a few divs that were identical in form and function. They both contained an HTML form and they both submitted to the same REST service. I figured there had to be … Continue reading
Pardon our dust…
We're currently migrating to a new system. Please bear with us.
Posted in Uncategorized
Leave a comment
Sparkfun Serial LCD Backpack
When I pulled my Sparkfun Serial LCD out of storage to use it with a new Arduino project, I couldn't find the data sheet for it as Sparkfun no longer sold it. I did some digging around and found its … Continue reading
Posted in Arduino, Data Sheets, Hardware
Tagged Arduino, DX160, Graphic LCD, LCD, Serial, Sparkfun
Leave a comment
How to use an xBee Series 1 in API mode
Gathering Parts The first thing I did was dig through my boxes of carefully collected (but not so carefully stored) junk to see if I could borrow parts from anything. As it turns out, I had 3 original Xbox controllers … Continue reading