Search found 5 matches

by tian
Fri Feb 01, 2008 8:51 pm
Forum: General Programming
Topic: Output Current
Replies: 4
Views: 5494

Re: Output Current

why don't you use analog buffer?
OR
why don't you use voltage to current converter if you need current?
by tian
Fri Feb 01, 2008 8:05 pm
Forum: C and ASM Programming
Topic: how do i go about connecting usb bluetooth to PIC ?
Replies: 7
Views: 9772

Re: how do i go about connecting usb bluetooth to PIC ?

i don't know how to use it to but friend of mine use serial bluetooth modul for his final project.
so he can communicate between cellphone and AT89S51.

Is it easy?
by tian
Fri Feb 01, 2008 7:55 pm
Forum: C and ASM Programming
Topic: Beggining with programing microcontrollers
Replies: 2
Views: 5123

Re: Beggining with programing microcontrollers

This is my advice for all beginners, for home industry and student included 1. Learn electrical characteristic include microcontroller characteristic. 2. Check the good and easy to find microcontroller in your neighbourhood. 3. Find good compiler for some language which you master at. 4. For optimiz...
by tian
Wed Nov 21, 2007 12:59 pm
Forum: General Programming
Topic: Sound Localization, MC, and Neural Network
Replies: 3
Views: 4500

Hi Benj, Thank you for good reply. A 16F877A is a fairly good start as it has a lot of I/O and it is fairly powerful. I tried program some program with a lot of array. ex: float Wh[100]; Wh[] is variable to store weights to MicroController. After that I tried program it with MicroC for PIC with 16F8...
by tian
Tue Nov 06, 2007 12:27 am
Forum: General Programming
Topic: Sound Localization, MC, and Neural Network
Replies: 3
Views: 4500

Sound Localization, MC, and Neural Network

Currently I am working on my final project. My final project title is “Design and Implementation of Mobile Robot Sound Tracker Based on Artificial Neural Network”. I want to make it embedded with battery as the supply.:D Any idea where should I learn first? Where should I start first? What PIC t...