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 NTFS

  1. N

    Question about I2C interface

    I mean because they are not in same board and there is one meter distance between them (by cable), will it works? (because of noise, drop voltage,...)
  2. N

    Question about I2C interface

    Dear friends I want to do a project that has two atmega32, one of them should connect to PC via rs232, and the two AVR micro have to transfer data to each other, so there for one micro rs232 pins has used, I connect them via I2C (SDA & SCL), and design its PCB. But now I doubt that does it...
  3. N

    save some pins in GLCD and MCU interface

    hi I know that for 2*16 character lcd and avr micro interface, we can use just 4 pin (instead of 8 pin for data). what about in GLCD (128*64 graphical LCD)? Is it possible to save some pins like 2*16 lcd?
  4. N

    ATMEGA32L & PPI (8255) interface question

    ppi 8255 Hi In a project I should to handle many I/Os (GLCD, K/B, many lamps, buzzer, 2 fans, 4 sensors, heater and a DC motor ). So I used two PPI (8255) and micro ports. Now how can I handle PPI control signals? (A0, A1, RD, WR, CS) I thing, I should do that manually by micro ports...
  5. N

    What kind of triac should I use with this light dimmer circuit?

    kind of triac I want to know BT136 is ok or I have to change it? If the gate was 1 forever triac is on forever or it go off when cross zero and never be on?
  6. N

    What kind of triac should I use with this light dimmer circuit?

    Hi all I made this circuit to be a light dimmer but it did not work. I use BT136 for the SCR and MOC3022 for optocoupler. Can you tell me what is the problem? may be I should use another SCR.
  7. N

    How to run an application in my program?

    I found one line code to do that. I can do it because of your help. System::Diagnostics::Process::Start( "myProg.pdf" );
  8. N

    a question about 8086

    it does not work
  9. N

    How to run an application in my program?

    Hi all I am writing a program with VC++ .NET ( in windows form application in visual studio) now I want to know how can I run a PDF file ( or an .exe file ) in my program? Thanks.
  10. N

    a question about 8086

    mov cs, 8086 Hi all I want to know how can I put a segment in special address. for example I want to write my program from address FF7FFh ( absolute address ) so the CS register equals FF00h and IP equals 07FFh ( FF00:07FF = FF7FF ). I know that if I write a directive ORG before intructions I...
  11. N

    How to create a ToolWindow in Visual Studio 2005?

    Please Help hi all First of all thank you to come here. please guide me how can I create a ToolWindow in Visual Studio 2005. I want it be dockable and sizeable and floatable. Like the follwing picture ( KEIL software ) :
  12. N

    What's the difference between different editions of Visual Studio 2005?

    Hi all what is the different between the following softwares: 1) Visual Studio 2005 Team Suite 2) Visual Studio 2005 Team Edition for Software Developer 3) Visual Studio 2005 Professional 4) Visual Source Safe I really appreciate if you explane each one for me. Thanks in advance.
  13. N

    Write A program for Windows with VC++

    hi I want to write a program with VC++. but I don't know, I should create a project by MFC Application or Windows Form Application. Please guide me and tell me what is the application of each one. Thanks in advance. NTFS
  14. N

    Help me with writing a simple C++ program

    challenge: self writer Hi all My teacher gave an exercise that I need your help to solve it. we have to write a program in C++ that print itself (source code). I mean, the two following commands should have same output: 1) myprog.exe 2) type myprog.cpp we can't use stream or another file...
  15. N

    What is the difference between VHDL and Verilog?

    VHDL/Verilog hi what is the difference between VHDL and Verilog? thanks.

Part and Inventory Search

Back
Top