Home Community

Program launch: "Get Paid to Publish your Project!"
Welcome, Guest. Please login or register.
May 19, 2013, 04:13:23 AM
Home Help Search Calendar Login Register
News: trade your components on this new board: "Components trade"

Advertisements
No New Posts
Today at 01:39:33 AM
in
Advertisements
by google

+  Electronics-Lab.com Community
|-+  General
| |-+  Announcements (Moderators: KevinIV, eplanet)
| | |-+  Program launch: "Get Paid to Publish your Project!"
« previous next »
Pages: 1 [2] 3 Print
Author Topic: Program launch: "Get Paid to Publish your Project!"  (Read 6064 times)
H3LIO
Newbie
*
Posts: 9


View Profile Email
« Reply #14 on: September 23, 2010, 05:59:42 AM »

I use a LM358 because it's a general purpose Am-pop, probably it's a common component most off us have. The typ SR of LM358 it's 0.6 V/
Logged

Hero999
Global Moderator
Electronics God
*****
Posts: 2471



View Profile
« Reply #15 on: September 23, 2010, 08:47:29 AM »

At last, I also agree with the fact that peer review is important for a good design, but this advertisement asks us to submit the projects that we have already designed and built.
Yes I know and it also says it can't be published anywhere else on the Internet so it's not possible to get a peer review until it's published here.

Quote
Some of them may have some design issues because not all of them were designed by professionals. The three projects I submitted were lying somewhere at the corner of my room for a while. I thought, in this recession, if I can make some extra money by selling them here, then why not, I would buy few more components for my future projects. That was my motivation. And let me tell you one more thing, a good quality, error free, peer reviewed, and purposed to sell project would worth more than $80, and you know that.
Yes I agree.

I've attached the final version with all of my red pen removed.

I have one more suggestion: perhaps a more common transistor could be suggested if they are unable to find the S8050? I've added the BC338 which is pretty popular.

I'll make some changes, post them on the forum and if you or anyone else thinks I've made a mistake they can let me know. Once we've finalised the design, I'll email it to the webmaster and he can update it.

Hi, I
Logged

I also post at:
http://www.silicontronics.com

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question: if I know the answer, I'll be happy to help.

H3LIO
Newbie
*
Posts: 9


View Profile Email
« Reply #16 on: September 23, 2010, 05:21:19 PM »

Thanks Hero999, I will try this weekend or next week and then I will let you know how it works.

I'm attaching the code some part of the code is comment because  I'm testing a few things. the code is in basic.






H
Logged

Hero999
Global Moderator
Electronics God
*****
Posts: 2471



View Profile
« Reply #17 on: September 24, 2010, 07:57:17 AM »

Thanks for that.

I think all projects containing programmable devices published on this site should have source code; not much can be learnt from a hex file, except disassembly, which is not easy.

Logged

I also post at:
http://www.silicontronics.com

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question: if I know the answer, I'll be happy to help.

bogdanfirst
Newbie
*
Posts: 4


View Profile
« Reply #18 on: September 28, 2010, 05:14:31 AM »

I intend to send a project for publishing, and I've got a couple of questions:

1. As the project will also be published on my personal site, it sometimes gets mentioned on other websites. I've had projects mentioned, for example, on the Electronics Lab blog, or other sites such as Hack a day. Is that acceptable, considering that I did not submit my project to the respective sites?

2. If the project is published on Electronics Lab and i get paid, does electronics lab have any rights upon my project, or does it remain my intellectual property?

3. When can I publish the project on the personal site? Is there any restriction such as that it has to be published after electronics- lab ?
Logged

mixos
Administrator
Electronics God
*****
Gender: Male
Posts: 525



View Profile WWW
« Reply #19 on: September 28, 2010, 05:45:13 AM »


1. Yes, it's acceptable.
2. After publication you have the rights on the project.. as the project is published with your name and email
3. No there is no restriction
Logged


H3LIO
Newbie
*
Posts: 9


View Profile Email
« Reply #20 on: September 29, 2010, 06:08:18 AM »

Hi Hero999,

" found the datasheet for the MCU you're using and noticed that the I/O pins probably won't be abe to supply enough current to ensure a transistor driving a 300mA load will saturate properly so I used two transistors rather than one. Tr2  will deliver between 17mA and 21mA to T1's base but the impedance seen by the MCU's I/O pin will be about 10k so hardly any current will flow out of it."

I try but doesn't work because I need a transistor to be able to drive +/-400mA Load. but this weekend I will do the calculations to see if the values are matching. Using a mosfet driver will increase the price it will be twice more expensive then the LM358. It is useful if you need a faster switching time.

Logged

Hero999
Global Moderator
Electronics God
*****
Posts: 2471



View Profile
« Reply #21 on: September 29, 2010, 10:51:53 AM »

Did you try it or is it what I've said about the fan drawing only 300mA put you off?

I deliberately overrated the design, it should still be fine, the BC338 is rated to 800mA and you're only using it for 400mA which is just half it's rating.

It's specified for an Hfe of at least 60 with a VCE of 1V and a collector current of 300mA.

Assuming 400mA, a base current of 17mA, the forced beta will be 400/17 = 23.5 which is more than enough, even when the fact that the Hfe will be slightly lower at the higher collector current is taken into account.

The maximum power dissipation of the BC338 is 625mW, with a colllctor current of 400mA, VCE = 1V, VBE = 0.8V, IB = 19mA the power dissipation will be around 415mW which is fine.

http://www.datasheetcatalog.org/datasheet/siemens/Q62702-C314-V2.pdf

Do you not have the BC338? Try the BC327 or BC548, which are high gain and rated to 500mA and 800mnA respectively.

It's not too critical but the transistor needs to have enough gain (>25) and low enough VCE (preferably 1V or less) at 400mA. If the transistor gets too hot, it probably means VCE is too high, causing it to dissipate too much power, try reducing R3 to get more base drive.
Logged

I also post at:
http://www.silicontronics.com

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question: if I know the answer, I'll be happy to help.

bogdanfirst
Newbie
*
Posts: 4


View Profile
« Reply #22 on: September 29, 2010, 11:49:35 AM »

Are the projects listed under Submitted projects actually approved?
Logged

mixos
Administrator
Electronics God
*****
Gender: Male
Posts: 525



View Profile WWW
« Reply #23 on: September 29, 2010, 01:13:53 PM »

Are the projects listed under Submitted projects actually approved?

Yes, it means they are approved.
Logged


bogdanfirst
Newbie
*
Posts: 4


View Profile
« Reply #24 on: September 29, 2010, 01:19:58 PM »

Thanks! I'm working on the documentation for mine, will send it soon.
Logged

H3LIO
Newbie
*
Posts: 9


View Profile Email
« Reply #25 on: October 01, 2010, 07:48:11 PM »

Hi Hero999,

It works but only with a duty cycle higher than 70%, ib = 12mA. Tomorrow I'm going to change the resistors, let you know.
Logged

Hero999
Global Moderator
Electronics God
*****
Posts: 2471



View Profile
« Reply #26 on: October 02, 2010, 03:03:48 AM »

Does the transistor get hot?

How did you measure Ib?

You need to use a 'scope with either a current probe or to measure the voltage across R3 and working out the current using Ohm's law. If you use a meter, you can only accurately measure it when the duty cycle is 100% because the  meter will only accurately measure DC or 50/60Hz AC.

Here's another idea using a PNP transistor to switch the positive side of the fan's power supply.
Logged

I also post at:
http://www.silicontronics.com

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question: if I know the answer, I'll be happy to help.

H3LIO
Newbie
*
Posts: 9


View Profile Email
« Reply #27 on: October 02, 2010, 07:02:49 AM »

"How did you measure Ib?"

I didn
Logged

Pages: 1 [2] 3 Print 
« previous next »
Jump to:  

Advertisements
No New Posts
Today at 01:39:33 AM
in
Advertisements
by google


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!

 

 

Search Site | Advertising | Add your link here | Contact Us | Android TV Box
Elektrotekno.com | Free Schematics Search Engine | Electronic Kits | Electronic Accessories