Main idea for my final project is to make a smart-house systems to improve my current surrounding. These are some ideas I had while thinking about my final project:
A lot of things to do, right? What if we try to turn them into a system:
If to think of any idea of the smart house, it is easy to find many dofferent things to implement. But in this project I would like to implement oinly some of them:
With this elements I am about to have an extendable interface (IR-controlled system hosted on computer that can interact with as many radio-connected input or output devices, as difficult the net topology is) and illumination-control, as the first satellite for this smart-house core.
Let's see each of this things more closely!
I want to use Raspberry PI as a host computer. Thus I need to find a way to connect my devices to the USB. In first iteration it might be virtual com-port with FTDI-cable. But I would also like to try RS-485 connection because I have usb-RS485 converter and haven't played with it yet. Each of this options has it's pros and cons. Still have something to think about.
To implement this I would like to use arduino-like programming for avr-microcontrollers (at the moment I have a lot of tiny44, mega-8 and a couple of mega-8515 (which is really close to mega 8 on it's specifications). So, I need to make a board with tsop2236 on it that could communicate with computer.
I have already played with nrf24l01 modules on arduino, so it would be really funny to port this to a fabed microcontroller board. This module communicates the controller via SPI. Thus I have some tasks:
That is the weakest point so far, because I haven't worked on representation yet. That would be really cool to make it look stylish, but for the first step I am about either to use the ready-to-use cases for electronic devices or to make something simple yet stylish from acryl plastic or thin plywood.
Back to my main page