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.

Recent content by Magnatron

  1. Magnatron

    GUI for controlling the ac motor through a MC3PHAC controller using vc++

    you need to be be more specific of details like what kind of control? what type of motor.. phew.. a whole lot of details.! any way.. you can do somme speed controlling and stuff like that using serial library available with the visual studio tool chain and can send like a command via UART to...
  2. Magnatron

    [SOLVED] problem in MikroC code for LCD

    is this for a generator automation?
  3. Magnatron

    [SOLVED] find plus and minus on a small board ?

    can you set the cam to macro mode and then upload the photo?
  4. Magnatron

    Problem with send recive sms using pic 18f452 via gsm modem

    whats with al the terminal modules?
  5. Magnatron

    [SOLVED] Board making sound on power up

    what kind of sound are you talking about? is it a humm? if yes, you might have a faulty inductor.
  6. Magnatron

    How to test if microcontroller IC is damaged/burnt

    Re: microcontroller ic test its an accidental mix-up. critical equip?? nah.
  7. Magnatron

    Battery issue, Gas sensor project

    yeah, if you are using arduino, its analog write :) you can change the duty cycle to control the heating. if you use analogWrite(255) its equivalent to turning it ON. and an**(0) will turn it off. do some simulation work in proteus.
  8. Magnatron

    How to test if microcontroller IC is damaged/burnt

    Re: microcontroller ic test but it was working perfectly.. but you just gave me a scary thought :( . the thing is that, it got mixed up with my collection of mega 8s almost impossible to find it now. PIC did cheated me few times but not AVRs. ;)
  9. Magnatron

    Synchronized Communication Between 2 PIC16F877A

    spi interface can be done with much ease ,as justin said in his picture. it just like handling a shift register. the blue one is so called the master chip (you have to assign one as master and the other as slave) the master determines the speed of data transfer by the clock i.e SCK. the data is...
  10. Magnatron

    [SOLVED] problem in MikroC code for LCD

    Re: problem in MikroC coad for LCD hey qaisar its all in the documentation section of the mikro c . run the pgm and click on the help button. you can search for timers and interrupts there. Documentation is hmm.. brief. you can learn from there. you can do that by either overwriting the text...
  11. Magnatron

    Battery issue, Gas sensor project

    you can control the heater temperature by driving it with a transistor. the base of the transistor can be connected to the pwm pin of the controller. You can turn on and off the sensor and can prevent overheating the sensor.
  12. Magnatron

    Lux meter as an obstruction detector

    it says here that https://www.nunesinstruments.asia/inds/products/detail/flypage/720-lux-meter-lx104?pop=0&sef=hfp its got a usb terminal? if not, it will be somewhat difficult. we have to disassemble the thing and have to directly connect a Uc to the internal hardware. i think its possible...
  13. Magnatron

    Suggestion Regarding Power Pushbutton

    a low power micro controller like attiny 13 will be the best choice , in my opinion.
  14. Magnatron

    How to test if microcontroller IC is damaged/burnt

    Re: microcontroller ic test i think atmel avrs are a bit hard to damage , once i accidentally gave a mega 8 9vDC at its power supply, the whole thing heated up, fried i thought; after couple of tries with its fuse settings (parallel port pgming) it finally came to life..
  15. Magnatron

    How to test if microcontroller IC is damaged/burnt

    Re: microcontroller ic test most of the damaged ones will overheat in a minimalist circuit. if not try a led blinker program. if no response then it will be DUD

Part and Inventory Search

Back
Top