Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Hobbies Electronics Enthusiasts Club, All elect/robotics lovers! pls come!

views
     
Aurora
post Dec 7 2008, 10:27 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


Hi guys. I'm thinking of getting the ICD2 LE, programmer with in-circuit debugger capability. Microchip is having a 60% discount. The price after discount is about RM200+ including delivery. The usual price is RM400+.

Anyone interested to get one so that we could share the delivery cost?

This post has been edited by Aurora: Dec 7 2008, 10:33 PM
Aurora
post Feb 13 2009, 04:36 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


Hi guys. Not much thread count since the last time I visited. Out of blue, it appears on first page of hobbies forum laugh.gif

I am an electronic enthusiast here, a humble hobbyist though tongue.gif Don't know much about electronics actually, my background is mechanical. Did a robotic project back in my final year, and screw up the electronics part. tongue.gif

My main interest is in microcontroller and robotic. Currently relearning the microchip PIC programming (not at atmel fan here). Just started recently. Got a few lame LED running doh.gif . Now working on RGB LED, typical control like fading, etc. and LCD control.

Nothing much in mind. Probably will try to do a simple calculator via the LCD, then move on the GLCD for graph plotting thumbup.gif

Once got a hand on those then will only try get back into robotics.
Aurora
post Mar 12 2009, 06:52 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(mywii @ Mar 10 2009, 04:23 PM)
Hi all....please let me know if i am in the wrong forum....hope you guys can help me out

I am building a space craft and wanted to add a couple of led lights to it. Its a simple circuit connecting the led lights to 2 AA batteries. I need help on how to make the led blink with an interval like those on commercial airline...

Thanks in advance
*
You can build a spacecraft but dont know how to build a blinking circuit? jk tongue.gif

Try google for "RC circuit LED", or "555 Timer LED".
Aurora
post Mar 13 2009, 02:36 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(louyit @ Mar 13 2009, 01:42 PM)
hey guys, just to ask some questions....i'm trying to make a SMS controlled application which i'll b able to turn on/off home appliances by SMS, if i wan to write it in assembly language (.asm) which software is recommended and have any source of downloading it? thx, FYI i'm doing it with PIC16F873A, GSM modem, controlled by RS232 interface. If u guys happen to have the source code of it, mind to share?Thanks
*
This is a typical final year project. I know there are people who are willing to get paid to do this project for you.

PIC16F873A is a microchip product, try download MPLAB from microchip website. It’s a free assembly software and compiler.

You should be doing your research, and generate your own source code…. No offense, but this is as much as I can help (unless I get paid if you want free info biggrin.gif )

Aurora
post Mar 13 2009, 06:24 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


mikroC is a C compiler, using C language, not assembly. I am not familiar with mikroC codes, but generally it should be identical as other C compiler. I am using PIC C Compiler.

C is easier than assembly, why not use C?

I assume that your uni use mikroC product and programmer?
Aurora
post May 8 2009, 11:14 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(tgrrr @ Apr 10 2009, 02:01 PM)
Anybody done batteries management before?
I'm working on a wireless handheld controller, still looking for suitable battery solution and charger. Would prefer to build my own charger but it's too risky for this project, maybe next one.

Anybody know where can I get suitable battery & charger at reasonable prices? I need at least 7.2v 2000mAh. Those RC hobby shop mostly don't provide any datasheet, don't know how long they'll last.
*
Have you found the answer you are looking for? There are a few types of battery available in the market, the most popular one are namely the Lipo and NiMH. Lipo are more expensive than NiMH, however they are lighter and provide better current output. Retail charger for Lipo are also much more expensive than NiMH. If you are looking for cheaper battery, I suggest you try the typical rechargeable battery (GP, Sanyo, Energizer). You would need 6 cells, 1 NiMH charger, which come to about RM100++.

There aren't any datasheet for battery (I have yet to come across any tongue.gif ) Unless you application is drawing high current, it should do fine. Estimation for rechargable battery duration = (mAh rating) / (mA drawed by circuit).

With 2000mAh battery, it would last you 1 hour for 2000mA circuit, or 2 hours for 1000mA circuit, and etc.

Actually, I am (just started) planning to build my own Lipo charger. Still doing some reading here and there.

Anyway, I am also looking for a suitable high current (10-15A) voltage regulator, from 7.2VDC to 6.0VDC. I have yet to find the right chip, or circuit. Any recommendation? icon_question.gif Anyone? icon_question.gif

This post has been edited by Aurora: May 8 2009, 11:23 PM
Aurora
post May 9 2009, 02:29 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(tgrrr @ May 9 2009, 12:25 PM)
Hehe didn't expect any answer from here..

Anyway I've settled on either Li-ion or NiMH battery, Lithium based preferred after reading Battery University. Lot's of good information about batteries there including battery charging graphs.
I'm getting both the battery and charger from Farnell. I can't really trust those from hobbyist shop, only info I found is they are made for high current discharge, 10C, 20C and upwards, while their lifecycle is only like 30 to 50.
My current requirement is much lower, ~300mA peak, average is probably less than 50mA. Battery needs to last at least 8 hours before recharging and I need to make sure the battery can last for at least 1 year of usage.

I'm not building the charging circuit this time, but from what I gather, accurate voltage sensing, and current control is very important to have maximum battery lifetime. I'm not sure why you need the 10A requirement, but a linear voltage regulator with 10A output will be very large (needs lot of heat sink) and inefficient. Building a switching regulator on the other hand is like a project on it's own already (another project I've always wanted to do biggrin.gif)


Added on May 9, 2009, 12:27 pmOh yeah, you'll need temperature monitoring, and maybe separate cell balancing for a really complete charger biggrin.gif
*
Where did you get the information that the RC rechargeable liftcycle is 30 to 50? Those are Li-ion/NiMH, shouldn't all their lifecycle standard? Which is 500-1000? Care to share the link? notworthy.gif

I'm trying some linear regulator now, the low dropout type. With that, I'm still throwing some 12W of heat. Not that practical. I need those 10A to drive few motors tongue.gif I found this link High Current Regulator Supply using LM317.

I'm new to electric power, not aware of switching regulator, I'll start looking and see what I can get wink.gif
Aurora
post May 9 2009, 03:56 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


Probably right. RC motor draws high Amp. But battery technology is pacing. The battery university link was written few years back. (No wonder I can't find any info on Lipo). Lipo technology has advanced since it was first introduced few years ago.

I have the LM317 (max 1A), and LM338 (max 5A) continuous application. The LM338 is in TO3 form as you described. I have not try it, my circuit is still not ready smile.gif

I plan to use Lipo 7.2 VDC (at least 4000mAh) for my application, and would last me about 20-30 mins. A fully charge Lipo has 8.4V, which drop to 7.2V in 5-10 mins and stabilize. All I need is to stepdown the voltage to 6V for my motors, and another 5V for circuit and control.

Since my supply voltage is considerably low and stable, switching regulator looks pretty promising.

The circuit would draw about 100-200mA only, I'm using LM317 for that. Worst case I'll be using 2x LM338.

You have good link/resource for switching? I reading a few here and there smile.gif
Aurora
post May 9 2009, 06:19 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(tgrrr @ May 9 2009, 05:06 PM)
Oh I thought the 10A is for battery charger, so it's to drive some motors, another project? smile.gif

Hmm.. 8.4v-7.2v to 6v is not much difference. Wait, you sure it goes to 8.4v first? I thought rechargeable batteries output when loaded is pretty much constant, until it's charges fell below certain level, then it dips sharply. I was thinking a simple resistor might be enough. Then again there maybe other things to consider like motor EMF backlash, so using a pass transistor might be better like your high current regulator up there might be a good choice. Reason is, not much voltage drop so low heat dissipation required.

Well I remember I was reading these links some months ago biggrin.gif SMPS and this SMPStech. Switching is nice, because can control the output voltage using a uC biggrin.gif
*
Typical lipo output voltage during operation is 3.7V per cell. For complete charging, it require 4.2V, and usually a complete charge would give 4.25V. Off the charger, it would generally gives 4.2V. Upon load, it would drop gradually to 3.7V on the first 10% of discharge/usage. Thereafter, it would maintain at 3.7V until it reach 30% before it start dipping.

For NiMH, 1.2V is typical output voltage, while complete charge is usually 1.25V.

I'm using 2 Lipo cells in series, so that is would give typical 7.4V and 8.4V off charger. I have take care of all major motor related issue icon_rolleyes.gif I have consider pass transistor, but isn't that the result same as regulator? A lot of power and heat dissipation?

I'm digging into buck converter and SMPS. I notice that it is normally use for regulating 24V to 12V, mostly more than 50%. My application of 8.4V to 6.0V looks like peanuts only sweat.gif Hopefully it can handle.

This post has been edited by Aurora: May 9 2009, 06:23 PM
Aurora
post May 12 2009, 08:36 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(rokiroad @ May 12 2009, 03:01 PM)
guys,how strong is the motor i need to make a electric go-kart??
*
It depends how fast and how powerful you want your go kart to be. For faster acceleration, you'll need a stronger motor. Seems like you will need a motor rated for few hp to be competitive enough. 1 hp = 745.7 watt. You will need motor with rating of several thousand watts. Try ask in go-kart thread (if any hmm.gif )


Added on June 10, 2009, 10:45 pmI have reach the final stage of circuit prototyping, and will be moving on the the next step, which is PCB fabrication. Currently stuck on trace sizing. icon_question.gif icon_question.gif How wide should it be, for a 6v, 6A (typical) and 8A (peak) current? icon_question.gif I googled around, and there are several version. I like to hear from someone who has experience it, if any.

Here's few sneak peek of the electronics:
» Click to show Spoiler - click again to hide... «


The 2nd picture maybe familiar to some RC fan. laugh.gif

This post has been edited by Aurora: Jun 10 2009, 10:45 PM
Aurora
post Jul 28 2009, 04:39 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


How big of a sonal panel? There are shops at Jalan Pasar selling solar panel about the size of a wallet, I saw it last month. Not sure how much it cost. There are also some super big solar panel.
Aurora
post Jul 30 2009, 10:02 AM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


Good point.. Actually charging is more dangerous than draining. Never leave Lipo charging unattended, while draining from Lipo, not encourage to overdrain. As soon as there is sign that battery is running flat, charge it immediately.

Those ppl is RC forum knows better in Lipo handling, because they use it on expensive equipment! heli and plane bah...
Aurora
post Aug 7 2009, 11:42 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


I think the intention of the guide is to establish direct communication between hdd and PC only with a TTL-RS232 converter. nod.gif

Anyway, you can connect the tx/rx directly to the hdd, provided you step down the voltage. This can be easily done with simple transistor circuit.

As for the communication between PIC and PC, you can use the circuit in your book, how to connect a MAX232 to your PIC. The circuit is common, you can't go wrong with that. You can get MAX232 chip in jalan pasar.

For starter, I think best if you leave out the hdd first. Try work on the communication between PC and PIC. Connect a few LED to your PIC, and try to send command via hyperterminal. Just relay the bits to the LED. Next try with few push buttons, and test if the PC received the signal from the PIC. One step at a time, it's easier to troubleshoot this way, especially when you are writing the software UART code. wink.gif

To insert your code, used the {code}{/code} (Replace {} with [])

» Click to show Spoiler - click again to hide... «

Aurora
post Aug 12 2009, 10:35 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(e-fatty @ Aug 12 2009, 01:02 PM)
So that means its easiest to get the converter straight rather than writing a UART prog in PIC?

The problem is i'm from Perlis and its hard to get these kinda stuff....


Added on August 12, 2009, 1:05 pm

Yeah i'm learning it through LED, sensors and Motors. Last sem we used assembly but now we're learning in C.
*

Yup, as the guide suggested, it was meant to connect directly from hdd to com port. Rewriting the entire code is just messy. sweat.gif Since com port can communicate directly via hyperterminal on XP, (which is sweet), just follow the guide and you won't be wrong. The only thing you need to figure out is to either buy the same converter (recommended), or you need to figure out the right chip and circuit. Try to look around for the circuit (check the chip datasheet in used for the said converter, and look for the application note). Try look around Perlis first. Just let me know if you can't find the chip there, I can buy for you, provided it's not urgent. wink.gif (I usually go there once a month to pick up some component for my project)


QUOTE(fantasy1989 @ Aug 12 2009, 01:06 PM)
can anyone teach me how to control stepper motor with using parallel port? newbie for electronics ..need for my final year project ...=)

thanks
*

QUOTE(fantasy1989 @ Aug 12 2009, 07:53 PM)
my project is using computer to control stepper motor ...via parallel port ...any sample program? ..i wanna make it like door OPEN n CLOSE (slide)
*

Erm, aren't you suppose to do some research first before asking? sweat.gif laugh.gif Since it's FYP, some people are willing to do it for you, at a price of course. brows.gif brows.gif jk laugh.gif

Anyway, which stepper motor are you using? i.e. the rating, spec, etc. I think parallel port is phasing out slowly, not sure if the new motherboard still got or not. I trust that your PC still have it. There are abundance of for communicating using parallel port. Cause we don't know what is your level and application, I think best if you google first, find a nice guide that really suit your need, and try to read first. If you still can't understand, post here and we are glad to help.

QUOTE(jiaxun @ Aug 12 2009, 03:40 PM)
Hi,

I would like to make something like a birthday song card, but the birthday song is replaced by the song of my choice.

Does anybody knows where can I get such a programmable IC and how to program it? Besides, I would like a guide on how to make that circuit.

Thank you.
*

Depends on your audio quality, a very simple song (i.e. bepper type, sound quality is like dinosour-age nokia 3310 ringtone) can be produce with just a programmable micro-controller, the smallest and cheapest one is probably around RM10 (check lelong.com.my), not much component require. But the chip is quite big la, you can't really get those small circuit like they sell in bookstore. If you want better quality, like MP3 (i.e. instrument with you singing the song).... sweat.gif That one more expensive, you need to get a MP3 encoder/decoder chip. Even I haven't play with that before. You can try google DIY MP3 circuit. This idea is best if you want to make a customize music box, cause the circuit+battery itself is just no sense to put onto a card... laugh.gif laugh.gif

Aurora
post Aug 13 2009, 09:46 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(epit3036 @ Aug 13 2009, 02:17 AM)
i need help...
i want to make a pic program that use PIC16F873...
for tracking maximum power point tracker (MPPT)..
the input is PV (solar)..
so the program should can compare the voltage and current so that
it can delivered the maximum power point..
anybody can help me
*

QUOTE(epit3036 @ Aug 13 2009, 12:50 PM)
yup.. this is my FYP
*
Bro, FYP is meant to work by yourself le.... We can help on trouble-shooting, i.e. share with you which ingredient is the best to prepare the meal, but don't come and ask us to feed you le... shakehead.gif sweat.gif Seriously, I'm also dead lazy to search for the literature on how to do it. laugh.gif Go google, and if you find some link that you can't understand, post here and we will guide you. wink.gif


QUOTE(jiaxun @ Aug 13 2009, 07:11 AM)
Yes this is what I'm talking about. I searched lelong but only got 1 type which is 18-pins. I think 8 or 16 pints will be enough?
*
Any pin count will do, you don't need all the pins. But need to check the internal memory. I haven't write a music program file before, my guess is even the smallest size will do. biggrin.gif Like tgrrr said, just engage the PWM, then change the duty factor and you can get your music already. See if I'm free to do a simple demo or not this weekend. biggrin.gif First need to get a beeper/speaker, maybe steal from my PC casing.
Aurora
post Aug 16 2009, 04:18 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


Not familiar with ARM or ARC, not exactly a popular chip for hobbyist. tongue.gif How does it compare with other uC? Maybe will do a little google if had time. smile.gif Sure like to play around with it, if the chip can be purchase over the counter.

QUOTE(jubz @ Aug 14 2009, 11:10 PM)
Hi all,

Are home-made SMT PCBs feasible and recommended? Experience wise i have managed to make a few simple circuits on through hole PCB. Also, are common surface mount components (resistor/caps/555 timer/common ICs) easily available at Jalan Pasar or anywhere around KL? How much would they differ from the normal components?
*
I tried before DIY PCB etching up to 0.012", which turns out to be quite good, but that is for through-hole PCB. 0.010" should be achievable. Like what tgrrr say, aligning the pattern for the via can be a pain, well, unless you make the via thicker, so you have some tolerance in case it slips.

QUOTE(e-fatty @ Aug 16 2009, 10:14 AM)
Yup i've been searching for it in here in any sales, all around Perlis and even Penang but still can't find it. Pls give me a pm if you're going and around how much would it cost. Thanks a lot.
*
I haven't make my trip yet since my last post, been quite busy recently. If it is not urgent, I can check out for you. But you need to tell me exactly what chip are you looking for ah... How much is your budget? If it happen to be within your budget, you want me to quick grab for you?
Aurora
post Aug 16 2009, 07:26 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(tgrrr @ Aug 16 2009, 05:24 PM)
Aurora, I think ARC is only for custom made IC, they buy the license and embed the ARC core inside their chip together with other stuffs. ARM I'm not sure.

Jalan Pasar is the most popular places in Kl, the whole road there is full of shops selling electric and electronics components.

Penang Island is Hondai (near Sg. Nibong Bus Stations), and Destiny (Near the Bayan Lepas KWSP office).
I know there's a Hondai in Penang Mainland, but ain't sure where is it.
*
tongue.gif Thanks for pointing out. I think ARM are quite high end chip, like use in mobile device. Anyway, you have any idea what IC/uC used to read camera module? I saw a cheap camera module in Sparkfun, and seems like 40mHz just barely able to read the camera module. I like to do something like wifi camera. Any suggestion? Maybe will get a cheap 2nd hand handphone with VGA camera, hack and see what they use inside. tongue.gif

e-fatty, nicotyne: I just saw this thread This guy has a lot of components for sale, maybe you can try ask him.
Aurora
post Aug 19 2009, 01:11 AM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


e-fatty: it was mention in the link that hdd Vss is only +3.3v, max232 chip is rated for 4.5-5.5v (typ. 5v). You need to take a look at max3221, and the application note, usually it will show you few circuit example to how to connect the chip.

tgrrr: Honestly, I don't know what I'm looking for. tongue.gif Camera module usually transmit in i2c, with other information available by the reading the rest of the pins. I read the datasheet, seems like need to write down a lot of code if I were to use uC. In case there is already a better solution... like a specific chip or module smile.gif My target is to at least able to read, say 50x50 line out of the entire resolution (VGA or higher). I'm working on a project similar to line-following robot, but can't use the typical close-range IR to scan the line, due to terrain constraint. VGA would worth a try. Let me know if you have other ideas biggrin.gif

fantasy1989: to spin a motor the other way, just reverse the polarity (+ve connect to -ve, and -ve connect to +ve). If you want better control, can try H-bridge circuit. H-bridge has the advantage of speed control and brake. To design H-bridge circuit, first need to know what motor you use, and what is the motor load (what the motor is use for). You can read up in wikipedia to understand the basic of H-bridge. Let us know what the motor is used for, we'll suggest a better way to that. Cheers biggrin.gif
Aurora
post Aug 20 2009, 08:38 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


QUOTE(fantasy1989 @ Aug 19 2009, 12:03 PM)
ok ..thank you for the motor  icon_rolleyes.gif
anyone can tell me ...where to find this sensor  doh.gif  i search some component shop ..tak ada ><! ...this call micro optical sensor right?

and anyone can teach me how to use HB2E relay? newbie on electronic
HB2E-DC5V

thank a lot ><
*
This sensor look kinda expensive, got water-prove somemore, want to install outdoor is it? Maybe you can try Jalan Pasar, try those shop that sell light, alarm. They may not have the specific model, but if you tell them what is your application, usually they can recommend you the alternative. But this only apply for manufactured parts smile.gif

HB2E-DC5V, pin 3 and 14 are your input, give it a 5v supply and the relay will engage.
When engage, pin 8 and 2 will short, (aka connected), and pin 9 and 15 will short also.
When disengage, pin 8 and 1 will short, and pin 9 and 16 will short.
Usually this type of relay are used when you have 3 different circuit that run on different voltage supply. i.e., your switching supply run on 5v, and you need to use it to switch on a 12v circuit (pin 8 and 2, or 1) and another 24v circuit (pin 9 and 15, or 16).
Aurora
post Aug 30 2009, 10:31 PM

On my way
****
Senior Member
630 posts

Joined: Jan 2003


What type of IR sensor? For what application?

2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.0386sec    0.26    7 queries    GZIP Disabled
Time is now: 29th November 2025 - 06:59 PM