• Dorm Automation Kit (or RRAD v2)

    Jordan Poles11/14/2016 at 23:20 0 comments

    At this year's HackRice, I worked with a friend to build a newer, and more versatile version of the RRAD called DAK (Dorm Automation Kit).

    Take a look: https://github.com/jpoles1/dak

  • Starting on a Voice Activated Dorm Room

    Jordan Poles03/01/2016 at 18:44 0 comments

    I’ve posted the first in a series of articles regarding work on the latest version of my project (using voice-recognition for dorm room control). Hope you check it out:

    http://jpoles1.github.io/blog/2016/02/28/The-Automation-Expmt/

  • A New Year, A New Dorm

    Jordan Poles02/08/2016 at 20:59 0 comments

    Hello Anyone Who's Reading,
    This project is not dead! On the contrary, I am currently working on a new rendition of my automation system, this time utilizing voice recognition. I began by experimenting with offline voice recognition; I leveraged the free PocketSphinx Speech-to-Text engine provided by CMU, but found that it was not sufficiently accurate or easy to train. I am now working on a system which uses offline recognition for simple tasks and for keyword recognition. The latter will trigger online speech recognition via wit.ai, a free cloud voice recognition service.

    I hope to post more updates on my project soon.

  • New Features and Squashed Bugs

    Jordan Poles04/30/2015 at 16:44 0 comments

    I may have found a fix to the radio issue I mentioned in my last post! Turns out that an error in either the RasPi or Arduino libraries caused communication to break during the autoAck transmission, so for now I have disabled the autoAck feature. I shall wait and see if any further instability presents itself.

    In anticipation of the hot and humid Houston summer, I have added a feature to the arduino node and base station allowing for measurement (using a DHT11 temp + humidity sensor), transmission and recording+display of humidity information.

  • Mobile Control via Tasker

    Jordan Poles04/25/2015 at 20:29 0 comments

    Hi there folk,

    In the past few days, I have uploaded all of the project's code to github. There are two separate repositories, one containing the code running the Raspberry Pi radio and associated web server, and another containing the code for the Arduino nodes. They are linked on the main project page. In addition, I have done a bit more work on the mobile interface, and I have built a small HTML scene in tasker to handle control of the room lighting color, and toggling of the system's sleep mode.

    A tasker script will also automatically turn the lights to red at a designated sleep time, if the phone is in the room, in order to allow adjustment to lower light in the interest of good sleep hygiene.

    With regard to the radio communication issues, I have adjusted the time between failed transmission attempts, so we will see if this fixes the issue. More advanced radio error handling may be required.

  • Networking and Radio Troubles

    Jordan Poles04/23/2015 at 16:29 0 comments

    For some time now, the system has been running in a fairly stable state. However, I have recently noticed that the system's NRF24L01+ radios - required for wireless communication between the base station and the actuator node responsible for displaying room data on an OLED screen and switching the lights - has been crashing at odd times, disabling smartphone control functions. I am currently debugging the issue, but I am yet unsure whether these issues are the result of troubles with the Arduino or Raspberry Pi libraries. I will keep y'all updated with any progress I make!

  • First Report

    Jordan Poles03/25/2015 at 14:16 0 comments

    Hello Hack-a-day,

    It's been a number of months since I first started this project, but now I've decided to go about talking about it on the internet.

    For some context, I started the project at the beginning of this school year, when I decided I wanted to class up my dorm room with some home-made electronics, and some pretty lighting.

    While it would have been nice to control the lighting in the room directly, Rice housing would not have been very pleased with me tampering with their wiring in order to insert relays and whatnot. Instead, this project is interesting, because I have to work around all of the issues that come with trying to improve a room you do not own, and therefore cannot easily modify. Herein lies the utility of the LED strip-lights. By placing the adhesive strips around the top of the room, I have been able to incorporate (non-destructively) a controllable set of lights in the room.