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 lunar

  1. L

    reading sms through serial port

    Pin 4 is TX Pin 5 is RX what is the exact problem that you are facing in the programming, serial interface? sms parsing? or what
  2. L

    Looking for materials about gps receivers

    Re: gps receiver visit SmartGPS Board - GPS Development Tool (LEA5S) - mikroElektronika and see the hardware, schematics and sample code
  3. L

    Looking for some FPGA project codes in Verilog

    Re: fpga project goto fpga4fun.com
  4. L

    Need information about PIC compiler possibilites

    Re: PIC compiler help I have used mikroC and mplab, mikroC is simple to use with lots of help. but mplab is more stable.
  5. L

    how to convert An Dc input like an impulse to 220 volt ac 100 watt output

    You have to describe your situation and application in detail. Is it the DC pulse or impulse. Level of the DC? pulse width? The basics would be to turn on a npn transistor and use this transistor to turn on POWER MOSFETS, if you need more power add multiple mosfetets in parallel. you can see...
  6. L

    Please advice which subject to take

    All of the subjects are wonderful, it all depends upon you interest if you are interested in embedded systems and want to make your own products using microcontroller than embedded C and C++ will be helpful in the programming. DSP stuff will be required to process the complicated data that you...
  7. L

    simple adc using pic16f877a problem

    why make life difficult, use C Here is a sample code for mikroC unsigned short temp_res; void main() { USART_Init(19200); // Initalize USART (9600 baud rate, 1 stop bit, ... // Select Vref and analog inputs, in order to use ADC_Read ADCON1 = 0; // All porta pins as analog, VDD...
  8. L

    Need Assistance on Interfacing Components

    to get some help regarding LCD interfacing visit LCD Interfacing : TheCollegeRoad, easy pay .. rapid delivery I am sorry the tutorial is not yet complete, but you will get something useful.
  9. L

    How to make PIC18f4550 as USB IR receiver

    Use the CDC code attached for usb interfacing of PIC with pc. Change the user.c file and add the required code for IR receiver.
  10. L

    Help for driving large 7 segment display

    If your display requires more current you can use L293D driver which supplies upto 1A current with 4 channels.
  11. L

    Another problem with USB2Serial converter...

    Hey if you know micro controllers you can use PIC18F4550, it has built in USB host controller, it will connect with your laptop through USB port and and will appear as Serial com port device in your PC, then you can program your micro controller to interface with EEPROM. There are several...
  12. L

    which is the best compiler or IDE for MSP430f series microcontrollers

    I have used IAR for MSP microcontrollers but it is not very user friendly and mature, the future versions might be better.
  13. L

    HOW TO MAKE PC VOLTAGES AND MICROCONTROLLER VOLTAGES SAME

    u can use a buffer in between parallel port and your controller for protection of the port, because sometimes when working with parallel port u tend to damage your port by little short circuit or over current to the port.
  14. L

    pic interrupts - code is not working please help

    pic interrupts Hello i am using PIC18F4550 and i want to use its interrupts, i have written a simple code to blink an led when interrupt is received on RB0. But its not working please see the code and guide. thanks...
  15. L

    CALUCLATOR - INPUT FROM A KEYBOARD USING HYPER TERMINAL

    Re: CALUCLATOR!!!!!! u can use proteus software for hardware simulation. they also have a calculator program in samples that can help you to understand your scenario.

Part and Inventory Search

Back
Top