Tuesday, November 15, 2011

wifi radio

TTL header to adapter to serial com port
A while back, i found this project on line, where this guy (MightyOhm), teaches you how to make a wifi radio, out of a wireless router. It is a very interesting project, me and my son thought that we could do it just as a summer project. so we went and got this cheap ASUS router, open it up and solder the serial headers on the board. We didn't realise that the computer can not directly communicate with the router since the voltage levels are different, but as expected the mightyohm site tells you all about it and even which cable adapter to get. After connecting the router to the pc we could see the router's output on a computer terminal.
The hardest part was to compile the image and flash it after we got he OpenWrt Source.( basically over writing the custom firmware OpenWRT to a ASUS WL-520GU Wireless Router ) Which in Leiman's terms becomes a Linux box. 

After the OpenWRT is installed, we can add programs to the router like a music player client and server; to play music via a usb sound card connected to some cheap pc speakers that i had laying around. The sound card is listed in the website as well. It is a pretty awesome project, like i said. 

The last part of the project which is not required since you can use your computer terminal to view the song information. For this we used an Arduino UNO board with a lcd screen. there are plenty of sample sketches to run on the Arduino uno with lcd, but you have to take in account that some are for 4 line lcd and there are some fancy sketches out there that can scroll the text if it is bigger than the screen size. we didn't connect any potentiometers (knobs) to the arduino to control volume or change stations, since we got a little lazy at the end.
These are pictures and video of our attempt to make this project.  It was an amazing experience, one always wonder what can be done with this little router, and usb port... and my son and i had fun making it and this it is a cool project.


30 inch Cooktop replacement

The close to 10 years that we have been in our house, we have used the existing kenmore cooktop, which seemed ok when we moved in... over the years, a knob broke, and the grease, and dirt became very difficult to clean. we just couldn't wait to get rid of it and buy a new one.



 This is the disgusting view of our Kenmore cooktop, missing knob, and the dirt of 10 years or cooking.... plus what ever time the previous owner had it for....


Last weekend, we went to Sears, to check out the prices and the models they had available, so that we can buy during black friday. However, we found this cooktop, which was an open item. So we decide to take it, and give it a shot. The new cooktop is Whirlpool G7CE3034XB , its a radian heat type, so the heating elements are under the glass, and they do get pretty hot i must say. it does have a temperature warning light that tells you when its "save" to handle. The knobs are dishwasher save, and the glass is easy to clean.

You may have noticed that even though the cooktop is supposedly the same size as the old one (30"). the new cooktop is about 3/4 of a inch bigger than the old one. So we had to cut the counter about that much to fit it in and because of the tile, i used one of those expensive diamond blades on the skill saw.


Kindle fire tablet


Today we received the Kindle Fire, Full Color 7" Multi-touch Display, Wi-Fi , and we had a chance to look at it.  its fast, pretty responsive and light, at only 7 inch. There are two speakers in the side. The tablet runs android operating system,  but has a custom skin from amazon. 
Speakers
Back logo

 The amazon premier movies comes with the kindle fire, so you are able to watch movies free. For this test i selected Ip man, the loading took a long while (longer than netflix) and then the movie started, it looked grainy, and somewhat pixelated, but that may be due to our limited speed.


Saturday, November 12, 2011

can not browse windows network after Ubuntu 11.10 upgrade

I recently upgraded one of my computers at home with Ubuntu 11.10 (the latest and greatest), just to find that i was not able to browse my NAS from my home network. It seems that in Ubuntu 11.10 the samba network rules/properties do not work the same as in previous versions of Ubuntu.

the fix consists of editing the /etc/hosts file and appending the address and machine name to the file.
in this format:
<IP ADDRESS> <Machine Name>
example:
192.168.0.100 Ubuntu-desktop

this seemed to fix the problem for me where, I was not able to browse my home network.
luckily, I have my router setup with reserved IP addresses for my devices, for example. the Apple TV, NAS, printer, etc.

but if you have dynamically assigned addresses then this fix might not work.