Owner: Bob's hobby blog URL:http://www.bobhobby.com Join Date: Mon, 02 Jun 2008 06:57:42 -0500 Rating:0 Site Description: Bob's hobby and some stuff in computer,electronics,microcontroller,software Site statistics:Click here
USB Physical Hit Counter based on AVR ATtiny25 2008-04-22 09:02:15 This is an USB Physical Hit Counter
.This version requires one MCU to communicate between PC and 7-segments display driver.I decided using AVR and this is my first AVR project.The purpose of this project still same as previous version.Therefore,it used to count and display the total page hits on any website instead of using only general [...]
Physical hit counter V2 2008-04-16 23:32:25 This is a Physical Hit Counter V2. In this version I use MAX7219 and 7-segment common cathode LED display x 8 instead using mechanical counter like the first version. MAX7219 is a 8-Digit LED Display Drivers and serially interfaced.I use MAX7219 because I got two samples from MAXIM.To interface MAX7219 with PC serial port without [...]
Broadcast live video and audio over the internet made easy 2008-03-09 01:23:56 When I wrote my previous post,I have searched on the internet about how to broadcast live video
streams to show on my website from my webcam.I stumble upon a cool website that offer FREE Windows Media server to broadcast live video and audio over the Internet using Windows Media Encoder 9 which is a free [...] Read more:Broadcast
Physical hit counter for website 2008-03-05 01:18:55 This is a physical hit counter.It used to count page-hits on the website
instead of using software only.The counter will be connected to rs232 port through a few of electronic components that performs as a counter driver and power supply circuit.The counter that I used is a mechanical counter or electromagnetic counter model SC-212 which [...]
How to use a webcam as CCTV 2008-03-02 10:11:10 I got an old Logitech QuickCam from my sister as show in the photo above and never used for any purpose.Until I heard about CCTV from my neighbor “How to use a webcam
as CCTV?“He means it can be used as video recorder for surveillance in areas which he needs monitoring and he want to [...]
Customize to display trackback URL in WordPress comments 2008-02-27 20:07:11 I have an email from someone to ask me about how to display/separate trackback url like the comment in my posts.Here is the trackback url example that I have customized to display in the comment in my posts by separating the trackback out of real comments from real visitors and group them on the top [...]
Modify USB data cable to use with Microcontroller projects 2008-02-25 09:09:25 Top side PCB
About three years ago,I bought a USB data cable to use with T610 mobile phone.I can’t remember what is the model just know it is made in China.Now I have a new model mobile phone and my USB data cable not used at all.Therefore, I want to modify it to use with my [...] Read more:Modify
, Microcontroller
Open new window when click image - WordPress 2008-02-25 03:14:30 When your visitors click on an image file that inserted in your a post or page you might want to show that image file in a new window.OK,when you have finished upload an image file to server you will see the window like the image below.
DUI - Delete Unused Image files plugin for wordpress 2008-02-24 06:55:04 Some time I have uploaded some image files
to my server to include them into my post or page, but I never use or forgot to include them and especially these image files are not deleted after your a post or page deleted.Actually,I can delete these unused image files via any FTP client software.But , [...] Read more:Image
How to send a message to other computers in your network with “net send” command 2008-02-16 08:04:05 Yesterday I want to send a message to my friend’s computer on my network
(home network behind a router) without install a new special software.After do some search on the Internet I found a “net send” command
which included in Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP and Windows 2003.Net send [...] Read more:computers