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 maxer

  1. maxer

    Atmega32 expert help required...

    atmega32 sei Hi! I have done a program for atmega32 in winavr.this program uses a state machine and serial port communication.its job is to receive commands from a pc and switch relays on its output,it can also give the status of its various inputs to the pc. Now the code functions as it...
  2. maxer

    Good VCL Scada for Delphi

    scada in delphi you forgot to say that smartscada it's done by you and that it is just a demo version with 50 tags limitation. maXer
  3. maxer

    Installing Windows make me lose Linux boot, how to solve??

    Re: Installing Windows make me lose Linux boot, how to solve you can also search on google for "boot manager software" and install it maxer
  4. maxer

    linux internet connection help requested....

    Hi to all! i was thinking to change my system from windows to linux but i encountered a ROCK barrier in doing that. it seems that i can't make my Alcatel Speedtouch 330 (rev4 silver version) to work under Linux in no way!I have been trying for a week but nothing to do. My isp uses a PPPOE...
  5. maxer

    looking for small size lcd with hi resolution...

    hi ! i'm looking for small size lcd (5", 7", 8"..) with max resolution higher than 800x600 : example: 1024x768 does anyone have any idea where can i find a lcd like this?? regards maXer
  6. maxer

    Replacement for MC44011 Motorola IC

    mc44011 Hi ! I'm looking for a replacement for this IC from Motorola ,it is a pal/ntsc decoder,but not anymore in production.I want to know whether exist any other IC that do the same job.... regards maXer Added after 1 minutes: i need to convert CVBS composite video signal in RGB HV one
  7. maxer

    Tutorials and examples for learning AVR and CodeVision

    learn code vision i would not reccomend stk500, too complicated to realize for a begginer, use the simple MISO/MOSI/RST Parallel cable with terminating resistors at the end and use Ponypro, it works fine,i have tested it many times... Do a search on forums cause i have posted the schematics...
  8. maxer

    Microcontrollers with Built-In VGA

    i don't know that a microcontroller can have a vga out simply beacuse can't be fast enaugh to support the H/V sync signals.You should use a FPGA for that and interface it with a microcontroller.(i would suggest a spartan II as it is cheap) regards maXer
  9. maxer

    Need C code to display/Manage Menu on LCD by Keyboard

    no i would reccomend to you using case instruction instead of IF == etc etc... use a while (forever loop ) and then use the case instruction for each menu0,1... maXer Added after 2 minutes: and avoid delay routines internal to each IF... try replacing IFs with Case and instead of using...
  10. maxer

    Need C code to display/Manage Menu on LCD by Keyboard

    all precedent are not the right way to do what you want! i reccomend you to study carefully a simple state machine with as many states as submenues you have to switch to. this machine can be coded in c easily as you construct a diagram for what you want to do. Start imaginating how would you...
  11. maxer

    Ideas for BE final project

    Re: BE PROJECTS I'm sorry man, i really disagree with persons which asks about ideas for their projects.... if you can't have any idea on what to do for what served all your instruction ? i would advice you : Look around and find out what do people need ( sure things about electronics ) , i...
  12. maxer

    Need info for building a WiFi Campus Network

    Hi to all! I have to make a project!!! I should set up a wifi network with a 2km range (radius) in which about 1000 users could connect.If anyone has any ideas on this please answer... What kind of tipology should i use?? What kind of Access Points?? I have also seen that microwave DIY links...
  13. maxer

    CPLD BASED STUDENTS PROJECTS

    cpld project it seems to me that this site is just pubblicity not one cpld project is present there and a cpld board is said to be cheap etc etc..... maXer
  14. maxer

    Where can I learn basics of VHDL?

    Re: help on VHDL I would not reccomend a whole book to learn as a starter! You need to get your hands quickly in vhdl programming,so at the beggining you need a brief tutorial to understand how vhdl programming is structured,what are the data types how the interfacing with outside worls is...
  15. maxer

    Video controller IC for a CRT controller

    crt controller You should DEFINITELY use fpga, consider using Spartan 3 starter as it costs less. I already implemented a vga controller graphical 640x480 and text mode 80 x 25 in vhdl and i can ensure you that a microcontroller will not handle the neccessary timing for video generation on a...

Part and Inventory Search

Back
Top