<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-2697917393798058877</atom:id><lastBuildDate>Sun, 08 Nov 2009 05:59:28 +0000</lastBuildDate><title>Fun Digital Blog - Programming Software and Hardware for Fun</title><description>Code Programming or even Source Code. I'll write about how fun programming software and hardware including for Host Programming.</description><link>http://fun-digital.blogspot.com/</link><managingEditor>noreply@blogger.com (Mas Tian)</managingEditor><generator>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FunDigital" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-3164900172041865849</guid><pubDate>Sat, 03 Oct 2009 20:36:00 +0000</pubDate><atom:updated>2009-10-04T04:04:23.051+07:00</atom:updated><title>I’m not Jobless</title><description>Recently I didn’t post because I’ve got several training from company I work with. I have felt that I become busy man although I don’t. Still I want to continue express my electronic and programming experience in this blog. Still I’ll do research and simulate all I know.&lt;br /&gt;&lt;br /&gt;Recently I have not updated my chess engine at all. It is still not finished yet. Still 0 %. But  I will continue to do programming again. Then finally upload my first game.&lt;br /&gt;&lt;br /&gt;Fun-digital.blogspot.com is not over.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-3164900172041865849?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/_8jsqh3iw-8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/_8jsqh3iw-8/im-not-jobless.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/10/im-not-jobless.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-5762851844269699306</guid><pubDate>Fri, 24 Jul 2009 19:41:00 +0000</pubDate><atom:updated>2009-07-25T03:42:51.993+07:00</atom:updated><title>Chess Engine for Chess Robot</title><description>At this moment I prepare for making chess robot which implement machine vision, robot arm, and chess engine. One of my parts is making chess engine. I can make the pc board myself. But still until now I haven’t finished chess engine. &lt;span class="fullpost"&gt;I have three task, they are pc board, chess engine, board recognition, and chess symbol recognition.&lt;br /&gt;&lt;br /&gt;Back to chess engine, I make chess engine with C++. Based on C application on tree, I want to make it can analyze the best move based on n-steps prediction. I found that best moved is based on sum of score of every single move.&lt;br /&gt;&lt;br /&gt;Chess engine I make is black or white. Extra point I make is easy to plug with another board that other people make. Chess board and chess engine I talk is not like in other web. I still beginner and some engine take years to beat its programmer. Hmmm.&lt;br /&gt;&lt;br /&gt;In other to make great chess engine is mastering tree. I start learning tree 2 weeks ago even though I have ever made it some years ago. Then I realize the problem is not about tree but processing and memory. Controlling both of them is very difficult. My chess engine is about 0.5%.&lt;br /&gt;&lt;br /&gt;So when will I finish my chess robot?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-5762851844269699306?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/d7j7psngF-A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/d7j7psngF-A/chess-engine-for-chess-robot.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/07/chess-engine-for-chess-robot.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-2647529227104393204</guid><pubDate>Sun, 28 Jun 2009 09:32:00 +0000</pubDate><atom:updated>2009-06-28T16:34:19.536+07:00</atom:updated><title>Mastering Visual C++ 6 in One Month through Planet Source Code and Ebooks</title><description>Mastering does not just know the basic but master every single thing that Visual C++ could. So I was looking for source code that can be downloaded for free. So I opened Planet Source Code.&lt;br /&gt;&lt;br /&gt; I downloaded a lot source codes. Every code about chess and image and also visual c++ written were downloaded by me. But as guest I could download 5 only.&lt;br /&gt;&lt;br /&gt;How do I download source code or anything from low security website? Then I used page FRAME so I can download them all. Hehehe. Thank you Planet Source Code.&lt;br /&gt;&lt;br /&gt;Ebooks that I am using now are different from before. Here is the list&lt;br /&gt;1&gt;    Programming Windows with MFC 2nd ed by Jeff Prosise&lt;br /&gt;2&gt;    Developing Professional Applications in Windows 98 and NT Using MFC by Marshall Brain and  Lance Lovette&lt;br /&gt;3&gt;    MFC Black Book by Al Williams&lt;br /&gt;4&gt;    Learn the MFC C++ Classes by Shirley Wodtke&lt;br /&gt;&lt;br /&gt;Now I announce my self that I am now Intermediate Visual C++ Programmer although I haven’t finished my Chess Game Programming Project with Visual C++ 6. Ask to me if you have some question. I  would likely to help anyone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-2647529227104393204?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/BefD4l1Dvcc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/BefD4l1Dvcc/mastering-visual-c-6-in-one-month.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/06/mastering-visual-c-6-in-one-month.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-2404615951562850587</guid><pubDate>Fri, 26 Jun 2009 10:18:00 +0000</pubDate><atom:updated>2009-06-26T17:20:49.962+07:00</atom:updated><title>Visual C++ is very difficult</title><description>It’s very surprising that Visual C++ 6 is very difficult. My latest promoter said, “You better use Visual C++ 2005 or above than Visual C++ 6”.&lt;br /&gt;&lt;br /&gt;My programming language background is C. I could handle TURBO C Compiler, Code Vision, Micro C, and CCS C Compiler. I used TURBO C at my first semester. Code Vision, Micro C, and CCS C are C Compiler for microcontroller.&lt;br /&gt;&lt;br /&gt;Then I know my weakness. I weak at object oriented programming. I thought I can program “object oriented” Visual C++ 6 as easy as Visual Basic. Then I read these several ebooks that I downloaded from gigapedia and flazx even though they are not very useful.&lt;br /&gt;&lt;br /&gt;1. mastering visual c++ 6&lt;br /&gt;2. Fast Track Visual C++ 6 Programming&lt;br /&gt;3. Visual C++ 6 The Complete Reference&lt;br /&gt;4. SAMS Teach Yourself Visual C++ 6 in 21Days&lt;br /&gt;5. Visual C++ 6 For Dummies&lt;br /&gt;&lt;br /&gt;The last three ebooks are the best one for me because I am newbie, maybe. Thank you for all free ebooks. But are they really free or not?&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Please suggest me the best Visual C++ 6 book!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-2404615951562850587?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/ozSfnl_ONBA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/ozSfnl_ONBA/visual-c-is-very-difficult.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/06/visual-c-is-very-difficult.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-415130444074483068</guid><pubDate>Fri, 26 Jun 2009 10:15:00 +0000</pubDate><atom:updated>2009-06-26T17:19:11.862+07:00</atom:updated><title>Next Programming project</title><description>This is my second project that I post in this blog. This is not my own project. I just assist Mr. X to finish his bachelor thesis. Then the title is…. Still don’t know the title. Theme is hand machine, machine vision, and chess game engine.&lt;br /&gt;&lt;br /&gt;I just do chess game engine. The engine I make is not engine made by me, but MIGOYA chess engine. Then several problems occur.&lt;br /&gt;&lt;br /&gt;1. Mr. X is using Visual C++ 2008 for his final project but my computer couldn’t handle it. So I use&lt;br /&gt;&lt;br /&gt;2. Visual C++ 6 even though I am newbie at Visual C++.&lt;br /&gt;MIGOYA chess engine is build with Visual Basic.&lt;br /&gt;&lt;br /&gt;Thanks for MIGOYA. I now can work to finish my task, Chess Game Engine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-415130444074483068?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/ALEvv0YOd04" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/ALEvv0YOd04/next-programming-project.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/06/next-programming-project.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-5113628766395754859</guid><pubDate>Thu, 11 Jun 2009 14:15:00 +0000</pubDate><atom:updated>2009-06-11T21:17:34.868+07:00</atom:updated><title>Return</title><description>Return&lt;br /&gt;&lt;br /&gt;Finally again I’m post this blog, fun-digital.blogspot.com.&lt;br /&gt;&lt;br /&gt;I’m currently fresh graduate of some university. Thank you for all of your support. Finally I finished my Sound Tracker Mobile Robot. Although I finished my thesis for three semesters, I certainty believe that my skill is useful for nowadays technology. However…&lt;br /&gt;&lt;br /&gt;Now global crisis haunt me. People are fired especially from electronic company including Nokia, Sony, and so on. Can my skill be useful for nowadays technology?&lt;br /&gt;&lt;br /&gt;I am currently job seeker. For the time being I spent my time with Programming DirectX, Learning Japanese, and Preparing TOEFL. Please support me! Then the extra point is I want to do posting at least every week.&lt;br /&gt;&lt;br /&gt;Why DirectX, Japanese, and TOEFL?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-5113628766395754859?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/_98SwhdAA2M" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/_98SwhdAA2M/return.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2009/06/return.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-1524106433491169666</guid><pubDate>Tue, 22 Apr 2008 20:29:00 +0000</pubDate><atom:updated>2008-04-23T04:23:07.921+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Emotion and Motivation</category><title>NN Headache</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NSIjOc7ePMA/SA5U8Ej_BMI/AAAAAAAAABw/DT0yAj1YUcM/s1600-h/NN-headache.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_NSIjOc7ePMA/SA5U8Ej_BMI/AAAAAAAAABw/DT0yAj1YUcM/s320/NN-headache.gif" alt="" id="BLOGGER_PHOTO_ID_5192180811398317250" border="0" /&gt;&lt;/a&gt;  &lt;p class="MsoNormal"&gt;My final project is about sound localization. For finishing my project at least I should know about Neural Network concept and its application.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Never knowing about neural network before make me regret. With my ordinary programming skill I can’t finish it. What is my problem?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;I don’t have any problem and some other algorithm, but what make me regret in programming especially in digital electronic are:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1. I still can’t extract from math, such as differential, integral, and something like that. So when I have to program that contain integral, or even sometime double integral, I always give up. When I ask my lecturer assistants, they don’t answer about it. I don’t know about there are some major issues that they truly don’t understand about extracting from mathematic into program or they hide their knowledge from other.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2. Digital electronics are vary but when you use truly digital electronics, such us gate, multiplexer, decoder, and flip-flop, is not simple rather complicated. But thanks for development of computer, now we can use simple embedded microcontroller.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;3. With microcontroller designing electronic system become easier, but not optimized. FPGA optimize programming better than MCU because it is truly digital-electronic.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;So I decide to use microcontroller rather FPGA. I hope I will finish my electronic project soon So I can post my wonderful experience in this digital electronic programming blog.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-1524106433491169666?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/zl1P0-rcps4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/zl1P0-rcps4/nn-headache.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_NSIjOc7ePMA/SA5U8Ej_BMI/AAAAAAAAABw/DT0yAj1YUcM/s72-c/NN-headache.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2008/04/nn-headache.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-4161779333322956167</guid><pubDate>Sun, 13 Apr 2008 19:33:00 +0000</pubDate><atom:updated>2008-04-14T03:05:55.696+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Emotion and Motivation</category><title>Found Free Genetic Algorithm Ebook</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NSIjOc7ePMA/SAJmdpRhYdI/AAAAAAAAABg/6tG_-SdnLLc/s1600-h/free-ebook.bmp"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_NSIjOc7ePMA/SAJmdpRhYdI/AAAAAAAAABg/6tG_-SdnLLc/s200/free-ebook.bmp" alt="" id="BLOGGER_PHOTO_ID_5188822380165816786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;p class="MsoNormal"&gt;Today is my glorious day. I found ebook for free. I think it is rare. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Then I check it in google blog. I found that this ebook is being promote by another ebook so I will not try to promote it.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The title is “A Field Guide to Genetic Programming”. “A field guide” is for newbie or for expert. I figure out Genetic Programming as how to make program and apply Genetic Algorithm in your field. Am I true?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here the description:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Genetic programming (GP) is a systematic, domain-independent method for getting computers to solve problems automatically starting from a high-level statement of what needs to be done. Using ideas from natural evolution, GP starts from an ooze of random computer programs, and progressively refines them through processes of mutation and sexual recombination, until high-fitness solutions emerge. All this without the user having to know or specify the form or structure of solutions in advance. GP has generated a plethora of human-competitive results and applications, including novel scientific discoveries and patentable inventions. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;So download it at http://www.lulu.com/content/2167025 for FREE. You can find FREE ebook at digital electronic programming blog.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;h1&gt;&lt;span style="font-weight: normal;font-size:12;" &gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;span style="font-weight: normal;font-size:12;" &gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-4161779333322956167?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/BXGrC-DnE34" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/BXGrC-DnE34/found-free-genetic-algorithm-ebook.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_NSIjOc7ePMA/SAJmdpRhYdI/AAAAAAAAABg/6tG_-SdnLLc/s72-c/free-ebook.bmp" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2008/04/found-free-genetic-algorithm-ebook.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-7965537986498658162</guid><pubDate>Tue, 25 Mar 2008 18:56:00 +0000</pubDate><atom:updated>2008-03-26T02:45:00.358+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Emotion and Motivation</category><title>Programming digital electronic blog is back</title><description>&lt;span style="font-weight: bold;"&gt;Fun-digital is back&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;p class="MsoNormal"&gt;Recently I have so many things that I have done through. I learnt a lot of things back there. Starting at op amp circuit, transistor circuit switching, speaker audio, microcontroller, DC motor, and in programming is artificial neural network. All of them are for my final project. &lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;But Finishing my final project, design and implementation of mobile robot sound tracker, is still my top priority. This mobile robot implement microphones as sensor, you can call it microphones array. Then data that I received from microphone, I use microcontroller to specify the sound source direction. &lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;To implement my digital electronic circuit knowledge, I tried to make switches from BJT transistor. My transistor switching is work now. Then I know how hard to make good switch. Why do I use transistor as switch? I’ll post this thing later.&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;Now I am still busy with amplifier circuit to interface with my digital electronic circuit through ADC (Analog Digital Conversion). I want to make it stable and precision. Follow me!&lt;/p&gt;Is programming digital electronic fun?&lt;o:p&gt;&lt;/o:p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-7965537986498658162?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/8WXMRJYGLZ0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/8WXMRJYGLZ0/programming-digital-electronic-blog-is.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2008/03/programming-digital-electronic-blog-is.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-759276736649249420</guid><pubDate>Thu, 29 Nov 2007 21:06:00 +0000</pubDate><atom:updated>2008-04-09T01:37:24.186+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Fun Project</category><category domain="http://www.blogger.com/atom/ns#">Electronic Forums</category><title>Asking MicroController at Forum</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NSIjOc7ePMA/R08qleFtd7I/AAAAAAAAAA8/9x-37soAnUE/s1600-h/forum.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_NSIjOc7ePMA/R08qleFtd7I/AAAAAAAAAA8/9x-37soAnUE/s200/forum.jpg" alt="" id="BLOGGER_PHOTO_ID_5138372523073566642" border="0" /&gt;&lt;/a&gt;Recently I looking forum that will help me through any obstacle. What I am facing now is FINAL PROJECT. Searching, Researching, Coding, Compiling, Testing, and Failing are my daily activity.&lt;br /&gt;&lt;br /&gt;Now I am stuck because  MicroController I use doesn't have a lot memory and more complex is my compiler doesn't support large  code to compile cause DEMO LIMIT.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NSIjOc7ePMA/R08qluFtd8I/AAAAAAAAABE/haVY6ueahZM/s1600-h/fun.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_NSIjOc7ePMA/R08qluFtd8I/AAAAAAAAABE/haVY6ueahZM/s200/fun.jpg" alt="" id="BLOGGER_PHOTO_ID_5138372527368533954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I hope This list of electronic forum will help me.&lt;br /&gt;&lt;br /&gt;http://www.electro-tech-online.com/robotics-chat/33587-mobile-robot-sound-localization-neural-network.html&lt;br /&gt;http://matrixmultimedia.com/mmforums/viewtopic.php?p=6692&lt;br /&gt;http://oupower.com/phpBB2/viewtopic.php?p=16151&lt;br /&gt;http://forum.dsp-worx.de/viewtopic.php?p=1969&lt;br /&gt;http://forum.eserviceinfo.com/viewtopic.php?p=75731&lt;br /&gt;http://forum.hackedgadgets.com/viewtopic.php?p=3526&lt;br /&gt;http://forums.modernboating.com.au/viewtopic.php?p=1184&lt;br /&gt;http://forum.scienceprog.com/viewtopic.php?p=360&lt;br /&gt;http://www.123eng.com/forum/viewtopic.php?p=34444&lt;br /&gt;http://www.crazyengineers.com/forum/showthread.php?p=8232&lt;br /&gt;http://www.discovercircuits.com/forum/showflat.php?Cat=0&amp;amp;Number=7063&lt;br /&gt;http://www.dutchforce.com/~eforum/index.php?act=ST&amp;amp;f=17&amp;amp;t=15731&lt;br /&gt;http://www.e-micro.ro/index.php?topic=182.0&lt;br /&gt;http://www.electronic-circuits-diagrams.com/forum/viewtopic.php?p=6502&lt;br /&gt;http://www.electronicspoint.com/showthread.php?p=732453&lt;br /&gt;http://www.freeinfosociety.com/wforum/viewtopic.php?p=46024&lt;br /&gt;http://www.saffronelectronics.co.uk/phpBB2/viewtopic.php?p=19&lt;br /&gt;http://www.thescienceforum.com/viewtopic.php?p=88972&lt;br /&gt;&lt;br /&gt;The title is same MicroController,  Neural Network, and Sooound Localization because my final project title is&lt;br /&gt;&lt;br /&gt;DESIGN AND IMPLEMENTATION OF MOBILE ROBOT SOUND TRACKER BASED ON ARTIFICIAL NEURAL NETWORK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-759276736649249420?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/DtzBMUIB6Bg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/DtzBMUIB6Bg/asking-microcontroller-at-forum.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_NSIjOc7ePMA/R08qleFtd7I/AAAAAAAAAA8/9x-37soAnUE/s72-c/forum.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/11/asking-microcontroller-at-forum.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-6806850701394145089</guid><pubDate>Sun, 04 Nov 2007 21:11:00 +0000</pubDate><atom:updated>2008-04-09T01:42:27.821+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Repair</category><category domain="http://www.blogger.com/atom/ns#">Flash Disk</category><title>How to Fix and Repair ANY “Error Message” on Your Flash Disk</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_NSIjOc7ePMA/Ry45klKvOkI/AAAAAAAAAAs/dLGMtXDoBqg/s1600-h/myflashdisk.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_NSIjOc7ePMA/Ry45klKvOkI/AAAAAAAAAAs/dLGMtXDoBqg/s200/myflashdisk.jpg" alt="" id="BLOGGER_PHOTO_ID_5129100326236797506" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is based on my experiences. Almost a month I scan, format, and wipe my flash disk. Finally conclusion appeared in my mind.  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Please note, these technique work for me and maybe don’t work for you. If your Flash Disk is under warranty it is better to get new one before your try these techniques. Try to read your i/o flash disk with some utilities so you know it is not physically damaged. I use Ontrack Easy Recovery Professional which has Data Advisor diagnostic features because I think it work on flash disk too.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;These Techniques are works for flash disk drive / pen drive. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="1" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;Multi      Volume Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; Just format your removable disk. You will find some hidden file after that.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="2" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;File      Can Not be Deleted Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; If this file is not contain or not virus, do scan disk. How do I find it is under virus or not? The answer is I don’t know it either. There are several trick to know it but I can’t write it know because the virus issues has been rapidly grown up.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="3" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;No Disk      Inserted Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; Format it! If you can’t format it, it means you can’t fix your flash disk. Format it with FAT 32, not FAT 16 or you will be sorry. It is worked! If it is not, I cannot help you.&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="4" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;FlashDisk      Full Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; Format it with FAT 32, not FAT 16 or you will be sorry. Some time is working, some time is not depend on your flash disk condition. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="5" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;Write      Protected Error Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; This message only can be repaired by destroyed data utility or wipe utility. This software work for deleted or formatted data to be destroyed and can’t be recovered. I used &lt;a href="http://www.regnow.com/softsell/nph-softsell.cgi?item=10596-1&amp;amp;affiliate=96696"&gt;Ace Utilities&lt;/a&gt; that has 4 methods, Pseudorandom Data, US DoD 5220 22-M (8-306./E), DoD 5220 22-M (8-306./E,C and E), and Gutmann. After that you can check your flash drive with Format Recovery, not Delete Recovery, because they are different. I use Ontrack Easy Recovery Professional. . If it doesn’t work, format it first then wipe it.&lt;/p&gt;&lt;p class="MsoNormal"&gt;-&gt; If you cannot fix it, see the progress bar of wipe utillity. It is finish or not. If not you can not fix it with any utility. First try low level format first. I don't know what kind utility to work with but I think it will work.&lt;/p&gt;&lt;p class="MsoNormal"&gt;-&gt; This the last. Try copy large file into your flash disk. The bigger file better result. Then when after you copy it, "Write      Protected Error Message" will appear. Don't worry! After this you will face Problem no.8 "My      File is Empty but Used Space is Above xxMB".&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="6" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;I/O      Device Error Message.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; Same with previous error. This message only can be repaired by destroyed data utility or wipe utility. This software work for deleted or formatted data to be destroyed and can’t be recovered. I use &lt;a href="http://www.regnow.com/softsell/nph-softsell.cgi?item=10596-1&amp;amp;affiliate=96696"&gt;Ace Utilities&lt;/a&gt; that has 4 wipe methods, Pseudorandom Data, US DoD 5220 22-M (8-306./E), DoD 5220 22-M (8-306./E,C and E), and Gutmann. After that you can check your flash drive with Format Recovery, not Delete Recovery, because they are different. I use Ontrack Easy Recovery Professional. If it doesn’t work, format it first then wipe it.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="7" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;My      Total Capacity is less than The Original Total Capacity.&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; I don’t know how to fix it because I never face it before. My analysis, same with Write Protected Error Message, is format it first then wipes it.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style="margin-top: 0cm; font-weight: bold;" start="8" type="1"&gt;&lt;li class="MsoNormal" style=""&gt;My      File is Empty but Used Space is Above xxMB (xx is Number)&lt;/li&gt;&lt;/ol&gt;  &lt;p class="MsoNormal"&gt;-&gt; Symptom’s are almost same with Write Protected Error Message but it can not be fixed. I tried to use hdd regenerator that working on hard disk but no flash disk drive found. If you format it, Write Protected Error Message will appear. What should I do? Never mind. Just use your flash disk. If Write Protected Error Message appears, format it. Then Write Protected Error Message will appear after you copy some big files into it. Don’t worry. Click OK Button. You can still use your flash drive but you lose certain space.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;---&lt;/p&gt;I hope everyone is having fun if these methods don’t work. Otherwise YELL at me please...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-6806850701394145089?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/FY6snerfTmY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/FY6snerfTmY/how-to-fix-and-repair-any-error-message.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_NSIjOc7ePMA/Ry45klKvOkI/AAAAAAAAAAs/dLGMtXDoBqg/s72-c/myflashdisk.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/11/how-to-fix-and-repair-any-error-message.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-8992958438171939637</guid><pubDate>Thu, 27 Sep 2007 10:30:00 +0000</pubDate><atom:updated>2008-04-09T01:49:38.763+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Repair</category><category domain="http://www.blogger.com/atom/ns#">Flash Disk</category><title>Finally I fixed my flash disk</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvuI-7XR97I/AAAAAAAAAAk/tuZABTuv_wA/s1600-h/woman_shouting_happy_her_success.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvuI-7XR97I/AAAAAAAAAAk/tuZABTuv_wA/s200/woman_shouting_happy_her_success.jpg" alt="" id="BLOGGER_PHOTO_ID_5114832416477935538" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;With happiness I am posting at this post. Continuing about yesterday post, today I finally realize I did. I fixed my flash disk. I spent a whole night, more than 7 hours to fix my flash disk. Than this morning after did several test to my flash disk, I know I fixed my flash disk.&lt;br /&gt;&lt;br /&gt;I don’t give you a full report how to fix my flash disk yet. But I will post that report in the next post about “How to fix Your Flash Disk”. The reason is I want to give you special posting for all&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-8992958438171939637?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/o8Tgr1P3gYM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/o8Tgr1P3gYM/finally-i-fixed-my-flash-disk.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvuI-7XR97I/AAAAAAAAAAk/tuZABTuv_wA/s72-c/woman_shouting_happy_her_success.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/finally-i-fixed-my-flash-disk.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-2111040083570128925</guid><pubDate>Wed, 26 Sep 2007 05:28:00 +0000</pubDate><atom:updated>2008-04-09T01:51:12.624+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Damage</category><category domain="http://www.blogger.com/atom/ns#">Flash Disk</category><title>My Flash Disk Damaged For Second Time a Row in One Night</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_NSIjOc7ePMA/Rvn3GrXR96I/AAAAAAAAAAc/8wClwV3pT8Q/s1600-h/myflashdisk.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_NSIjOc7ePMA/Rvn3GrXR96I/AAAAAAAAAAc/8wClwV3pT8Q/s200/myflashdisk.jpg" alt="" id="BLOGGER_PHOTO_ID_5114390545947555746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;A Good News Becomes Bad News. Yesterday I spent a whole day to figure out how to fix my flash disk. While I do that, I prepare to finish my final project. Although I tend to learn about my study, last night I actually fixed it. A good news become bad news when I found my self damaged again this morning. What?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;My flash disk was damaged by unknown thing. In digital circuit a lot of thing could happen anytime anywhere. My prediction is my flash damaged because deleted corrupted file, bad sector, or flash disk circuit problem. How to prepare my flash disk? My flash disk problem is about the difference in initial capacity and actual capacity. Of course the actual capacity became smaller to the initial capacity. The actual capacity is 114 MB and the initial capacity is 4GB. What!!!&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Yesterday I try to fix my flash disk. My &lt;span style=""&gt; &lt;/span&gt;motivation &lt;span style=""&gt; &lt;/span&gt;to fix my flash disk because I am currently Electronical Engineering and my speciality is Digital Electronic. I can’t tell you this product name because it be able to shame company reputation. I try to fix with two tools, recovery tools and optimizer utility tools. I can’t tell you the product name either. He..he..he..&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;While scanning, formatting, and wiping my damaged flash disk I read book about mathematical tool in C++ and Java. I can’t tell you the book title because I don’t remember the book title because my book in my home and I post at campus. I plug in my flash disk in my lab computer in my campus after that I realize that I can not copy to my flash disk again. Sigh..&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-2111040083570128925?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/scepvnsUsjg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/scepvnsUsjg/my-flash-disk-damaged-for-second-time.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_NSIjOc7ePMA/Rvn3GrXR96I/AAAAAAAAAAc/8wClwV3pT8Q/s72-c/myflashdisk.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/my-flash-disk-damaged-for-second-time.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-8640636497170087080</guid><pubDate>Mon, 24 Sep 2007 10:52:00 +0000</pubDate><atom:updated>2008-04-09T01:52:48.391+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Fun Project</category><category domain="http://www.blogger.com/atom/ns#">Electronic Forums</category><title>Desperate College Student is Searching Guideline for His Final Project</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvecB7XR94I/AAAAAAAAAAM/mjjeuAhl8KY/s1600-h/stress-programmer-image.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvecB7XR94I/AAAAAAAAAAM/mjjeuAhl8KY/s320/stress-programmer-image.jpg" alt="" id="BLOGGER_PHOTO_ID_5113727458831628162" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Who is this desperate college student? Do you figure out who he/she is? He/ She must be same as me, as engineering college student. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;I am doing final project now. I don’t know where place to start to. Looking around many forum over on the internet make me feel like crazy. This heavy pressure…&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;What should I do? My supervisor didn’t help me. Then day by day I didn’t do anything.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;I think I can finish my project this semester but I can’t. This reality came beyond my imagination. I can’t concentrate about my project. What should I do?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;My final project is “Design and Implementation of Mobile Robot Sound Tracker Based on Artificial Neural Network”. So what is the main principle of system? I found it. This system includes Mobile Robot, Digital Signal Processing, and Artificial Neural Network. After that search through internet and found few forums. I think I will… What should I post?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here is the list of electronic forums:&lt;/p&gt;      &lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://findit-fixit.sensorsmag.com/&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://forum.allaboutcircuits.com/&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://www.audiotstation.com/forum/&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://forums.di.fm/&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://aimusic.com/forum/&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://artificialintelligence.the-aria.net/board/&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;http://justbasic.conforums.com/&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style=""&gt;I hope at this forum I would find the answer of my problem.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-8640636497170087080?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/JRCoL87o11E" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/JRCoL87o11E/desperate-college-student-is-searching.html</link><author>noreply@blogger.com (Mas Tian)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_NSIjOc7ePMA/RvecB7XR94I/AAAAAAAAAAM/mjjeuAhl8KY/s72-c/stress-programmer-image.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/desperate-college-student-is-searching.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-1206957227381422801</guid><pubDate>Fri, 21 Sep 2007 23:09:00 +0000</pubDate><atom:updated>2008-04-09T01:58:13.406+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Fun Project</category><category domain="http://www.blogger.com/atom/ns#">Electronic Forums</category><title>I am Searching Programming Digital Electronic Forums over the Internet</title><description>&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;This is the first time I looking for Programming Digital Electronic Forums over the Internet. I search through Google Search Engine with keyword:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;"&lt;span style="color: rgb(0, 0, 153);"&gt;Electronic Forum&lt;/span&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;So I have list of few forum I trust one:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color:black;"&gt;www.thescienceforum.com&lt;/span&gt;&lt;span  lang="EN-GB" style="color:black;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;www.sylvainmoreau.com/forumstudioelectronics/ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;www.ck-electronic.dk/forum/ frys.sthomas.net/forums/ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;forum.scienceprog.com/ matrixmultimedia.com/mmforums/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;forums.di.fm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;www.crazyengineers.com/forum/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;forums.mcmb2b.com/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;forums.spodesabode.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;Still I am not sure with above list because I do search because I need. I need forum where can I look for good resource for finishing my final project “Design and Implementation Mobile Robot Sound Tracker Based on Artificial Neural Network”.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-GB"&gt;So I am looking for Artificial Intelligent Forums, Digital Signal Processing Forums, and Microcontroller Forums. Please note because I still confuse to use Personal Computer (PC) or MicroController (MC).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-1206957227381422801?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/o-X3WpddXvI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/o-X3WpddXvI/i-am-searching-programming-digital.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/i-am-searching-programming-digital.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-7910378588006416171</guid><pubDate>Fri, 14 Sep 2007 08:40:00 +0000</pubDate><atom:updated>2008-04-09T02:00:50.200+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Fun Project</category><title>Is My Proposal, that include Digital System and Programming, Accepted or NOT</title><description>Curently I am college student, and this semester is my time. I have to finish my final project on this semester because this is my 9th semester.&lt;br /&gt;&lt;br /&gt;Time after time. More and more brainstorming. How to make good proposal? After several practice, finally I come with new idea.&lt;br /&gt;&lt;br /&gt;Although my idea is not new idea, it’s okay. My idea is about “robot that can localize object through sound”. Then I picked several title from papers that available in internet. Finally my title is “Design and Implementation Mobile Robot Sound Tracker Based on Artificial Neural Network”.&lt;br /&gt;&lt;br /&gt;Mobile robot based on artificial neural network or just neural network is not new. Moreover mobile robot that can localize sound through microphones is not new either because I have several paper including that title from early 1990’s.&lt;br /&gt;&lt;br /&gt;My system is two audio sensor (microphones) and neural network. After audio sensors, I think it’s better if I digitalize the signal first. Then I can measure the difference of level and time with Interaural Level Difference (ILD) and Interaural Time Difference (ITD). My system can count where the audio source location through that differences. I think it is good.&lt;br /&gt;&lt;br /&gt;So I am waiting my proposal accepted then.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-7910378588006416171?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/Wdz-7tz_ImM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/Wdz-7tz_ImM/is-my-proposal-that-include-digital.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/is-my-proposal-that-include-digital.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-3106883662223088321</guid><pubDate>Wed, 05 Sep 2007 09:05:00 +0000</pubDate><atom:updated>2008-04-09T02:26:10.383+07:00</atom:updated><title>What Should I Post in This Blog</title><description>&lt;p class="MsoNormal"&gt;What should I post in this blog? In these past few days I can’t figure out what post.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;I do a lot of researches in past few days. A lot of thing happened at that time. While research, I collect and write a lot. But it is still not enough quality content to post.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Tough because of this blog title is “Fun Digital Blog - Digital Electronic and Programming is So Much Fun”. I think I pick the most difficult content. But I doesn’t feel sorry because I like this topic, Fun Digital Blog. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Although digital electronic is fun, I need more time and more effort to write frequently relevance and quality content. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-3106883662223088321?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/bC8-se3_eeE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/bC8-se3_eeE/what-should-i-post-in-this-blog.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/09/what-should-i-post-in-this-blog.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-1760755071090177692</guid><pubDate>Tue, 28 Aug 2007 22:07:00 +0000</pubDate><atom:updated>2008-04-09T02:25:54.217+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Emotion and Motivation</category><title>My Motivation At This Digital Age</title><description>In this post ......&lt;br /&gt;&lt;br /&gt;Becoming the most well known electronic engineer is my dream. My life fulfill with dream and hope.&lt;br /&gt;&lt;br /&gt;Dreaming and hope is my power to empower my motivation because motivation is the key of success.&lt;br /&gt;&lt;br /&gt;I saw my video collection of robot experiment. I saw the great thing. I want to make robot, my own design robot complete with analog and digital system inside. Most of my video collection is robot from Japan so I want to live there in order to fulfill my destiny.&lt;br /&gt;&lt;br /&gt;Almost facing final project make me feel little bit nervous all the time. What title should I take? I think I will make robot in my final project with Artificial Intelligence (AI) inside.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-1760755071090177692?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/KOyAByoxLA4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/KOyAByoxLA4/my-motivation-at-this-digital-age.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/08/my-motivation-at-this-digital-age.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-697197412042482614</guid><pubDate>Tue, 28 Aug 2007 21:52:00 +0000</pubDate><atom:updated>2008-04-09T02:22:28.200+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Definition</category><title>Little Explanation About Program, Algorithm, and Any Stuff Alike</title><description>I met about programming and other stuff at the first semester.&lt;br /&gt;&lt;br /&gt;What is program? We can meet any little thing about program in computer operations. Program is a detailed sequence of instructions representing an algorithm (the necessary steps in solving a problem) that can be implemented by a computer. Focusing in electronic engineering, we can program some Integrated Circuit (IC), Micro Controller (MC) and Programmable Logic Device (PLD) in instance.&lt;br /&gt;&lt;br /&gt;Writing your own program isn't hard.  If you've always been curious about any computer programming but were intimidated by the hard-to-read books, less-than-useful software, or hard-to-understand explanations from any experts, then you should follow the following little tips.&lt;br /&gt;&lt;br /&gt;Relax. So grab some snack foods, a comfortable seat, and get ready to program any computer and make it finally to what you want it to do.&lt;br /&gt;&lt;br /&gt;Try. So try any program that written in any book you have or over internet you find.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-697197412042482614?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/pqP3AUu8gPA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/pqP3AUu8gPA/little-explanation-about-program.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/08/little-explanation-about-program.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-552182800769488190</guid><pubDate>Tue, 28 Aug 2007 21:21:00 +0000</pubDate><atom:updated>2008-04-09T02:20:38.700+07:00</atom:updated><title>Human Interact with Machine and Getting Love Each Other</title><description>What a strange statement.&lt;br /&gt;&lt;br /&gt;Human interact with machine is our daily live. When focus on digital era that interaction becomes primary. People use telephone, telecommunication service, to speak with other.&lt;br /&gt;That telecommunication service may use some complex digital thing.&lt;br /&gt;&lt;br /&gt;Human interact with human by speaking and hearing. Human interact with machine by speaking and hearing become complex, because machine has limit of capable to. In digital machine only know about any simple tasks. Involving communication through vision, sound, touch, and smell is become demanding.&lt;br /&gt;&lt;br /&gt;People want to order machine to turn on AC (Air Conditioner) by voice. Autonomous machine have to complete series of tasks. People want to discover unknown places or dangerous places by sound, vision, touch, and smell.&lt;br /&gt;&lt;br /&gt;How machine interact with human through vision, sound, touch, and smell? Machine sees through camera. Machine hears through microphone. What about touch and smell? It’s all about sensor. Sensor is a device that samples a phenomenon, and delivers a proportionate current or voltage in terms of which the intensity of the phenomenon can be measured, or with which control action can be initiated. I’ll post more about sensor later.&lt;br /&gt;&lt;br /&gt;The important is machine have to translate any information from camera to see or from microphone to hear. Of course the translation has to be in digital information, true or false statement.&lt;br /&gt;&lt;br /&gt;Human make the translator. Human make any decision how and what for machine work. Human make the algorithm. Human make program that control stuff. Every thing is made by human at least for the first time. If you see program that write its own program, it is impossible.&lt;br /&gt;Human and machine getting love each other. That is nowadays because human interact with machine is not should but have to. After human have to interact with machine, that thing becomes habit. Moreover some people are getting addicted to use machine. That machine include machine that based on digital system.&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;Becoming addicted is the factor. I think...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-552182800769488190?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/JAGsVBeval0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/JAGsVBeval0/human-interact-with-machine-and-getting.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/08/human-interact-with-machine-and-getting.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-5817774629619313529</guid><pubDate>Tue, 28 Aug 2007 21:17:00 +0000</pubDate><atom:updated>2008-04-09T02:18:44.007+07:00</atom:updated><title>Digital and Communication System</title><description>Some long and long posting...&lt;br /&gt;&lt;br /&gt;I post today at digital age where communication is the most important aspect in the whole world.&lt;br /&gt;&lt;br /&gt;Digital and communication are both identical. I think ….because communication  system nowadays based on digital system. For example internet and SMS (Short Message Service). Moreover digital is based on communication system because digital is the way to interact not only between human and machine but also between machine and machine.&lt;br /&gt;&lt;br /&gt;Definition of machine is human made thing which is made for some reason. Hmm..&lt;br /&gt;While posting I imagine if robot era will come. I imagine when robot can interact with other robot or human. Of course robot is able to learn and make its own decision. Maybe cyborg is also present. Cyborg is robot that human alike form.&lt;br /&gt;&lt;br /&gt;Back to present…&lt;br /&gt;&lt;br /&gt;Communication between machine and machine is use binary 1 or 0, true or false statement. But only 1 and 0 only make very simple communication. What? I mean very simple tense, one tense, only yes or no, true or false. In example, I have secret or I don’t have secret. Same subject, predicate, and object. The difference is positive or negative statement.&lt;br /&gt;&lt;br /&gt;In more complex communication machine more decision, more subject, more predicate, more object are made. More subject!! More subjects mean more machine as subject isn’t it? I think it’s strange at the first time. It doesn’t matter anymore nowadays. What an explanation!! Still don’t have any example. I still can’t tell more.&lt;br /&gt;&lt;br /&gt;Machines are interacting with machine language. Machine language is not only Yes or No statement but also complex algorithm that not only making some decision but also learning Online or Offline. I talk about learning so it means Artificial Intelligent (AI).&lt;br /&gt;&lt;br /&gt;Machine has it own intelligent! Is it true? That intelligent only describe in machine language. We should learn some machine language to be able to understand this stuff.&lt;br /&gt;My next posting is interaction between human and machine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-5817774629619313529?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/aRSWEaPM9NE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/aRSWEaPM9NE/digital-and-communication-system.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/08/digital-and-communication-system.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2697917393798058877.post-2423207161477036965</guid><pubDate>Tue, 28 Aug 2007 21:05:00 +0000</pubDate><atom:updated>2008-04-09T02:15:45.734+07:00</atom:updated><title>This is My First Post Baby.</title><description>This is my first post baby. Still have no experience about blog cause me write this stuff for an hour. What should I post in this blog make me feels at terrible disaster. Brainstorming, more and more brainstorming.&lt;br /&gt;&lt;br /&gt;I face computer with headache in my head. What should I write about? My blog name is fun-digital.blogspot.com, but what should about digital. My eyes become red because I keep staring in front of my monitor.&lt;br /&gt;&lt;br /&gt;Then I hear my mp3 collection. I figure out what should I post in the next post. I thing brainstorming is important. But I think my mp3 collection is the most important. I feel like dying at the ocean of music.&lt;br /&gt;&lt;br /&gt;I wrote this post at 1 am then finish at 1:53 am. My post time is difference with my write time because I wrote my post on my Personal Computer (PC) that is not connected with internet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2697917393798058877-2423207161477036965?l=fun-digital.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FunDigital/~4/D1CNSIoDae4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/FunDigital/~3/D1CNSIoDae4/this-is-my-first-post-baby.html</link><author>noreply@blogger.com (Mas Tian)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://fun-digital.blogspot.com/2007/08/this-is-my-first-post-baby.html</feedburner:origLink></item></channel></rss>
