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 zeyad.kassaby

  1. zeyad.kassaby

    State Diagram for 4-bit Calculator

    Hi, why you are thinking of use FSM to solve your problem :thinker: you just need to use keypad first with registers controlled by "E" button to load data to register B then the "F" button to enable the op of the adders to register on edge and keep it with the other edge then display , yours FSM...
  2. zeyad.kassaby

    [Moved] why max232 with 16f877a and RF 433MHZ ASK module

    max 232 is mainly to convert voltage level from ttl to -9vdc / +9vdc and also curren amp to prevent damage for pic ic used hope it helps ziad
  3. zeyad.kassaby

    Take input from USB port and direct it from other USB port.

    USB has two modes hub and device through a pipe to connect two hub's together you need a hard ware between them but if you want to control another pc by a mouse from your pc try software for this called syngery through nework and if you want to build a mouse driver for this purpose to control...
  4. zeyad.kassaby

    Display Keypad on computer Screen (data depending button pressed )

    you can use VB for Gui and serial communication I understand that you want to represent more than on one pressed button at a time . so you have to use a bit mapping insede serial byte if the buttons are more than 8 then user a header of 255 value and map the other with 7 bits and end your...
  5. zeyad.kassaby

    Measuring AC or DC motor Speed,

    Check the plate on the motor for AC there is the AC volts ,number of phases ,internal connection type,current for fixed ac motor speed,and optimum RPM for it if using AltiVar(freq converter) the actual speed is displayed on the alivar it self the issue is with the DC motor you have to use...
  6. zeyad.kassaby

    VB code for GSM interfacing

    Here is a link for reference for Gsm AT commands **broken link removed** and https://www.sparkfun.com/datasheets/Cellular%20Modules/AT_Commands_Reference_Guide_r0.pdf Hope it helps Zeyad
  7. zeyad.kassaby

    VB code for GSM interfacing

    here the example shown in vb6(attached) first when you attach your gsm through usb to serial or serial get the com port number from device manger and then run project and from com port menu chose properties and set the port number from combobox then the baud rate to 9600 , no parity,8bit ,1...
  8. zeyad.kassaby

    convert 4-20mA to 0-5V using op-amp

    search with google by current to voltage converter and you should use instrumentation amplifier.could be a little bit expensive more detail "http://www.ti.com/lit/an/snoa423b/snoa423b.pdf" hope it helps zeyad
  9. zeyad.kassaby

    VB code for GSM interfacing

    thanx for your comment right click on the tool box and chose components select microsoft comm 6 then ok in toolbox an ocx will appear (phone icon) in msdn if you install it there a project called "VBTERM" IN FOLDER "C:\Program Files\Microsoft Visual...
  10. zeyad.kassaby

    [SOLVED] PIC Design, State of Madness, Mayhem, Trauma

    first never connect pic directly to a relay use at least 74hc244n 2nd:use a buffer latch controlled by pic to make sure nothing is going crazy 3rd : can also use diodes to prevent reverse current hope it helps Zeyad
  11. zeyad.kassaby

    VB code for GSM interfacing

    The set of command called ATI commands . same as used with serial modems of fax modem hope it helps Zeyad
  12. zeyad.kassaby

    [PIC] dsPIC33EP512MU810 UART Module not working

    dsPIC33EP512MU810 UART Module not working . First advice dspic o/p is ttl 0:3.5 volts . PC serial port is -/+ 9 volts > use max 232 Ic to adjust leveling. second one: do calculate the PLL for that dspic ic send an image or schmatic for more details hope it helps Zeyad
  13. zeyad.kassaby

    Altium-Duplcate Net Names on PowerPort

    as nodes they all are the same node as your image shows and its name is p5v main the separation usually done in the PCB design . if you to separate two or more power source you should separate between them by name and circuit hope it helps Zeyad
  14. zeyad.kassaby

    How to stop Battery Discharge after sufficient level

    charging a battary should have reverse current protection do you have a swiching transistor or a simple diode inside charging source and battary or a diode between them send an image hope it helps Zeyad

Part and Inventory Search

Back
Top