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 issaiass

  1. I

    PIC with RS232 to TCP/IP converter

    You have to send the html code via serial port to load a web page on the browser.
  2. I

    [SOLVED] integrating 2 programs

    Use a piece of paper and write pseudo code of your concept. Then use finite state machines to integrate your design.
  3. I

    led control with microcontroller

    I recommend you to divide your project in steps. 1 - Divide the 114 leds, i.e. in 6 groups of 19 leds 2 - make a controller board for the leds, this board must have 3 ports (8 + 8 + 3) of your microcontroller dedicated to activate the leds and a port pin for multiplex in time these 19 leds 3 -...
  4. I

    how to make serial cable <-> RJ45 cable

    Yes you can. The simpliest way is to buy a wiznet board. http://wiznet.co.kr/Sub_Modules/kr/product/Product_Detail.asp?cate1=5&cate2=8&cate3=0&pid=1093 But i recomend you to buy these two modules for first test in the PC and then the microcontroller...
  5. I

    what is meaning of sub netting

    We can divide the net in different small nets. The main idea of subnet is to manage efficiently the IP of the network so we can use the rights IP on all my net. Imagine this net 192.168.1.0/24. As you know the last char (0) means 256 hosts (2^8), the 24 means 24 1's of the netmask... 192...
  6. I

    XBEE not communication

    You have to configurethe XBEE's on the same PAN and then program one like a coordinator (i.e.) and the other only change the Network address to 2, that's the easiest way
  7. I

    how to invert sine wave after build it half wave?

    you just only need an opamp in inverting mode. Av = -R2/R1... Av = Vo/Vi
  8. I

    OrCAD Reusing Old Designs

    Hi. If i want to reuse my designs, how i do?, is there or in other place any simple example?
  9. I

    generate triangular wave amplitude

    generate triangular wave If you are using an IC solution, you could simply add any n-bit DAC and step up to 2exp(n - 1) and then decrement... if not, using a R-2R ladder could help you, but i think you don't need feedback on the uC to generate this.
  10. I

    how to write data into sd card using PIC18F87622

    You could use FAT stack from microchip **broken link removed** Works with your microcontroller
  11. I

    Reading active energy with ADE7754

    Simplest way is S2 = P2 + Q2, where 2 means power of 2, S = apparent power, P=active power, Q=reactive power. Another way is integrating, is on a application note on analog devices.
  12. I

    I need Spartan 3E XUP LabVIEW Driver for FPGA (8.5 version)

    National Instruments site only have drivers for 8.6 and 2009. The old 8.5 driver isn't on the page. I had found a forum that says is on the ftp, but link doesn't works. I saw the entire ftp and isn't there. I need the driver, please don't answer me with: "Ask a representative" or "Call NI"...
  13. I

    AT89C51 Digital Thermometer with LCD - help with code in C

    help plz Pseudocode is as follows in the description: First: Amplify and adjust LM35 resolution to your ADC resolution (lm35 resolution is 10mV/ºC) 1 - Set system frequency of your microcontroller (using your PLL Module if you have it) 2 - Set ADC to the channel that you want is really...
  14. I

    need help.. frequency to voltage converter using PIC

    TC9402 is a V/F converter, but a chip module.
  15. I

    Interface Pic 16F877A With MRF24J40MA PICDEM RF Tranceiver !

    Q: Can You Please Tell me how i can Interface ??? A: You can find it here: https://ww1.microchip.com/downloads/en/DeviceDoc/DS-39776b.pdf on page 135 of 152 Q: Also Tell me Which Pins and Ports Of Pic 16877A are Used and connect to which Pins of Tranceiver !! A: On page 135 you can find it...

Part and Inventory Search

Back
Top