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 hanif

  1. hanif

    Reading Siemens logo 12/24Rco relay status on raspberry pi

    Thank you for your prompt response. Can you suggest me the type of cable should i use for above mentioned task like shielded etc
  2. hanif

    Reading Siemens logo 12/24Rco relay status on raspberry pi

    Hello every one, i have a task to read Siemens logo 12/24Rco relay status using raspberry pi. The logo is place 3m away from raspberry pi. One option is to connect GPIO pin by pullup resistor but Vcc for pin is 3.3V and there may be some voltage drop occur as logo place 3m away from pi. Can...
  3. hanif

    Vhdl netlist merging

    Hi, I got a task of merging netlists of 3 vhdl programs into one netlist using graph merging algorithm named clique. The steps to my understanding will be 1 converting each netlist into graph 2 match graphs of each netlist and apply clique algo to merge similar portions. 3 convert back final...
  4. hanif

    Vhdl Netlists merging

    Hi I got a task of merging netlists of 3 vhdl programs into one netlist using graph merging algorithm named clique. The steps to my understanding will be 1 converting each netlist into graph 2 match graphs of each netlist and apply clique algo to merge similar portions. 3 convert back final...
  5. hanif

    Current control using SCR and arduino in seam welding plant

    The inout voltage is 440 V AC. The desired current range is from 10 to 225 A selected through a potentiometer. When operator select some value through pot say 10 A the arduino should read through ADC and then set the gate pulse accordingly. This is an open loop control so no feedback is required...
  6. hanif

    Current control using SCR and arduino in seam welding plant

    Hi, i have to design current control system for a seam welding plant. The available resources are two SCRs ST330C12 (disk type), an arduino board for SCR gate triggering pulses and a potentiometer for operator to input current set point. How do i design the code and what other accessories i...
  7. hanif

    [SOLVED] mikroc math lib dont work

    did you test any simple code without trig func on your dspic after you got this problem. i find this link it relate to repeated crash https://www.mikroe.com/forum/viewtopic.php?f=101&t=57598
  8. hanif

    [AVR] Bootloader can't communicate with my atmega32 after change fuse bits..

    you first get some understanding check these links **broken link removed** http://playwithrobots.com/avr-fuse-bits/
  9. hanif

    [SOLVED] what is the use of FILL command on intel hex file

    this is used to fill the holes where your data donot lie for further check following http://srecord.sourceforge.net/man/man1/srec_examples.html#FILLING%20THE%20BLANKS
  10. hanif

    12v lead acid battery charging and low voltage cut off circuit

    check following link [HELP] Build Automatic Cut off Charger for 7.4 Volts Battery there is an IC for battery charging from texas instrument you may check it file:///C:/Documents%20and%20Settings/ab/My%20Documents/Downloads/Documents/slusa08a.pdf
  11. hanif

    [SOLVED] mikroc math lib dont work

    why don't you use look up tables for trigonometric calculation check following links https://forum.allaboutcircuits.com/threads/evaluating-trigonometric-functions-in-programming-pic-c.17618/ https://stackoverflow.com/questions/1571502/trigonometric-functions-on-embedded-system
  12. hanif

    How to specify cells in Encounter for hold time fix

    check this link Fixing Setup & Hold Violations
  13. hanif

    Why FPGA's Frequency lower than ASIC CPUs?

    CPU's are sequential processing devices. They break an algorithm up into a sequence of operations and execute them one at a time. on other hand FPGA's are parallel processing devices. An entire algorithm might be executed in a single tick of the clock, or, worst case, far fewer clock ticks than...
  14. hanif

    [PIC] PIC 16F877A design problem car parking assistance

    Hi, check this link this may help you http://mdubuc.freeshell.org/Robotics/Tips.html the above link discussed interfacing of GP2D12 with PIC controller moreover following link discussed PIC with GP2D12 http://www.microchip.com/forums/m344043.aspx Regards
  15. hanif

    How to load vector or raster charts/maps and plot GPS positions using labview

    Hello, I want to plot/mark GPS positions on available vector charts/maps (S-57-7 etc) or raster maps (which ever is easier). I have successfully parsed the GPS data in labview and separated latitude and longitude coordinates but don't know how to load/open maps in labview and then plot GPS...

Part and Inventory Search

Back
Top