Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[51] Start program from Reset Position

Status
Not open for further replies.

DILIP371987

Newbie level 5
Joined
Oct 27, 2011
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,354
Dear All,

I am using AT89S52 microcontroller to interface AC appliances. Whenever I reset the power supply all AC appliances gets turn on. I want whenever I turn on the supply they will remain turn OFF and after that I can control them according to desired signal. I am interfacing Bluetooth via serial interface (Rx,Tx).

Thanks
Dileep
 

Hi,

Please review the informations you gave.
Do you really think we can help you just by knowing this little piece of information?

--> show us the complete circuit. With power supply, reset circuit, and how you control the AC...
And there is a possiblility that the problem is caused by EMI. Then we additionally need the PCB layout.

Klaus
 

Hi,

Please review the informations you gave.
Do you really think we can help you just by knowing this little piece of information?

--> show us the complete circuit. With power supply, reset circuit, and how you control the AC...
And there is a possiblility that the problem is caused by EMI. Then we additionally need the PCB layout.

Klaus

I am asking about simple logic.

In every case whenever we use 8051 micro-controller by default it gives logic high at each port. So if I connect any output devices then it gives logic high. We can reset it by software reset and that logic I wanted to know in embedded C programming.

Thanks for your reply.
 

yours cannot be solved by software reset.
a logic connected to the o/p port pins of 8051 which gets enable signal after a time delay after power-on
may be suitable .

if you can recode on the software modules , see that the port ststus '0 ' is for active switching level.
 

The usual solution is to use inverted logic (active low) for 8051 outputs.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top