Raspberry Pi 2 and Motorola Lapdock

wpsuperadmin raspberry pi 2 Comments

Back in October of 2012, I had tested the Motorola Lapdock with the original 256MB Raspberry Pi. Recently I was able to get my hands on a Raspberry Pi 2 and decided to see if it worked any better. It pretty much works the same in that if the Lapdock doesn’t detect it, it goes to sleep and it won’t try again until it turns itself off. So the only way to get past the point in boot where the display signal is lost for a second, is to power the Pi up from another power source with the HDMI connected. You must wait for it to fully boot. Then disconnect the HDMI, wait for the Lapdock to turn off, …

HA: Living Room Node

wpsuperadmin HomeAutomation Leave a Comment

Just wanted to do a quick post about the node running in the living room. It’s similar to the other nodes except I am using a Tiny328 and a DHT11 temp/humidity sensor. Currently, this is the only node with humidity. It’s presently being powered from a 5V USB wall adapter using a USB Tester to break out the power – same one that is running the La Crosse gateway! Here is the github link that I am using for all nodes. I have adapted it to support each sensor that a node might have. It’s based on the roomNode by JeeLabs. This sketch assumes the node has been configured already with the JeeLabs rf12demo sketch.

Owncloud

wpsuperadmin Other Projects 1 Comment

Last year I decided to give freeNAS another try despite the warnings of not having ECC memory and running in a VM. Long story short, it ran great for awhile. I had freeBSD jails setup for CrashPlan and Owncloud – it was heaven! It was all running smoothly until not having ECC memory caught up to me. I began to have checksum errors, so I had to dump the data. Much faster than restoring from backup. I then decided to just fall back to my comfort zone and run Windows Server 2012 as a file server. It would give me a good opportunity to become more intimate with 2012. We just have a few servers at work with 2012, so …

HA: DomotiGa Web Interface

wpsuperadmin domotiga, HomeAutomation Leave a Comment

DomotiGa is an open source Linux app written in Gambas which I hadn’t heard about until now. As part of any good home automation or any connected project is a way to control it remotely and easily, otherwise it’s easier just to hit the light switch yourself, right? I am using a Ubuntu Virtual Machine running in VMWare ESXi. VMWare offers ESXi as a free version of there enterprise bare metal hypervisor. ESXi can run on most hardware but if you have trouble there are plenty of guides out there to get drivers working. One of the easiest ways to get a remote interface is a website. It is much easier, universal and platform independent compared to using an app. …

Kickstarter: ArduRF

wpsuperadmin kickstarter, rfm12b, rfm69 1 Comment

Today I received a few packages but one of them contained the ArduRF from Kickstarter. This campaign was short and sweet. I received the reward thirty-three days after it ended. You can read about the details from their Kickstarter but it’s an Atmega328p (Arduino Uno) with the RFM69 embedded. One has a USB A connector that can plug directly into your PC. This can act like a base station/receiver. This will replace my node connected to an FTDI cable to my Ubuntu VM. Using the JeeNode library in compatibility mode, the RFM69 should work with the RFM12B radios until I completely transition over. The other is similar to an Arduino Pro Mini but longer with the addition of a JST …