586,075 active members*
4,127 visitors online*
Register for free
Login

Search:

Type: Posts; User: Episs

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Nice work Bruce. It would be interesting to...

    Nice work Bruce.

    It would be interesting to know how Large Fpga your CNCbrain use ? from CNC Brain OEM picture part number can't be seen, and what is this other IC in TQFP package ?

    and how...
  2. Replies
    89
    Views
    10,305

    if by data format you mean FAT,NTFS, then I will...

    if by data format you mean FAT,NTFS, then I will not use any kind of format, because I am not using Flash cards like SD,MMC, instead I will solder Flash chip and it don't require any data formats...
  3. Replies
    89
    Views
    10,305

    This is my second fpga PCB that I made to correct...

    This is my second fpga PCB that I made to correct all mistakes that was in previous version + this time I used real 0,4mm VIAs to route middle BGA package pins
    54268

    here you can see how much IOs...
  4. Replies
    51
    Views
    3,934

    chose from stellaris Cortex-M3 MCU (has hardware...

    chose from stellaris Cortex-M3 MCU (has hardware divide) and STM32 also new CORTEX M3 MCU just released and is really cheap, or LPC2101 70Mhz ARM7 just 3,15$, this was cheapest ARM mcu before...
  5. Replies
    89
    Views
    10,305

    Today I first got my cyclone III to work, by JTAG...

    Today I first got my cyclone III to work, by JTAG now I can program it and do other testings like for configuration.
    but I think I will need to make one more PCB where I will correct all mistakes I...
  6. Replies
    89
    Views
    10,305

    yes I used 2 layer board and ordered in local PCB...

    yes I used 2 layer board and ordered in local PCB house and made 2 boards for 38$, main Idea of making 2 layers was to test how this chip will solder and how will work FPP configuration. I routed...
  7. Replies
    89
    Views
    10,305

    Today I soldered my first BGA chip in self made...

    Today I soldered my first BGA chip in self made SMD oven, actually all this I was making past 3 months and testing it to get right soldering profile for BGA chip soldering and here are results :) ...
  8. Replies
    51
    Views
    3,934

    AVR is much faster than PIC16,18, here are some...

    AVR is much faster than PIC16,18, here are some instructions in AVR that perform 2 operations like
    movw r17:16,r1:r0
    copy in one instruction 2 registers (moves 16bit data)
    and assembly language...
  9. Replies
    10
    Views
    1,602

    Reading your tread it look like you want to make...

    Reading your tread it look like you want to make similar functionality cnc controller board, have a look at my tread.

    http://www.cnczone.com/forums/showthread.php?t=26465
    past two months there...
  10. I think it is great Idea of powerstageless drives...

    I think it is great Idea of powerstageless drives and such design offers capability to support different motor types steppers, servo, 3phase AC, I think there are lot of people who has knowledge of...
  11. ADC noise is really low, in which layer did you...

    ADC noise is really low, in which layer did you rough thous ADC traces, and what was nearest layers ? was it something like
    1.Ground
    2.ADC
    3.Ground
    Or something else.

    How about PC Power...
  12. you are right about signal quality and other...

    you are right about signal quality and other 4layer board benefits.
    for volume production of course 4 layers board will be much better than 2 layers.
    I thought that you will make first few 4 layer...
  13. it looks great, but isn't 4 layer board too...

    it looks great, but isn't 4 layer board too complex and expensive?
    maby it could be cheaper to separate board in to stages: Power and logic and rout it in 2 layers using 2 boards and connect it...
  14. Replies
    89
    Views
    10,305

    Not all G-code but pre-processed code to...

    Not all G-code but pre-processed code to speed,acceleration position command level that my software (EpiCNC) is generating (supported G01 instruction :)) and then rest of calculations will be done...
  15. Replies
    89
    Views
    10,305

    I finished missing code part for information...

    I finished missing code part for information sending by RS232 (COM port) to board and added additional Items including new Text window were you can see data that software will send (each byte is...
  16. Replies
    89
    Views
    10,305

    Past few weeks I started to make software for...

    Past few weeks I started to make software for motion controller(fpga board) that will send information to fpga board.
    main tasks that software performs are:
    1. G-code instruction read (currently...
  17. how about modular design by using separate power...

    how about modular design by using separate power stage from the board then thous who have small motors could use cheaper power stage than for higher power motors + could support more motor types by...
  18. Replies
    89
    Views
    10,305

    this is my last modified stepper driver board I...

    this is my last modified stepper driver board I added opamp TL084 and comparator LM339 + 74Hc595 which I used for 4bit DAC (to use fewer fpga pins) ...
  19. Replies
    89
    Views
    10,305

    this is my last modified stepper driver board I...

    this is my last modified stepper driver board I added opamp TL084 and comparator LM339 + 74Hc595 which I used for 4bit DAC (to use fewer fpga pins) ...
  20. Replies
    89
    Views
    10,305

    Ok here is this code in 3 separate files firs 2...

    Ok here is this code in 3 separate files firs 2 files I didn't change because they are main building blocks.
    firs file is Edge decoder witch senses both rising,falling edges and generate impulse...
  21. Replies
    89
    Views
    10,305

    Today I made code comparison of Quadrature...

    Today I made code comparison of Quadrature encoder decoder between my code and jahonen suplied code.
    I made litle modification in my and jahonen code so that both code performed one operations...
  22. Replies
    89
    Views
    10,305

    Stephen are you familiar with Alteras Nios II...

    Stephen

    are you familiar with Alteras Nios II processor ?? my plan was first to test these PID and other algorithms by nios II and then if it will be necessary to create some hardware accelerators...
  23. Replies
    89
    Views
    10,305

    Tanks for code Janne, I just made quick look in...

    Tanks for code Janne, I just made quick look in to your code and it looks promising. Can't really say that it will work but I will try to dig in this week.
    I noticed that you have coded encoder...
  24. Replies
    89
    Views
    10,305

    This week I soldered L298 dual H-bridge and today...

    This week I soldered L298 dual H-bridge and today I made full-step logic with 50and 25% PWM chopping at 8Khz-2Khz frequency(for current limiting) and just tested and luckly motor was turning (at low...
  25. Replies
    89
    Views
    10,305

    Hi holger I read that PDF and answer to this...

    Hi holger
    I read that PDF and answer to this resolver question will be that I didn't thing about such resolvers because my stepper motors don't have them.

    Now i will try to solder simple...
  26. Replies
    89
    Views
    10,305

    do you mean using some displays for position and...

    do you mean using some displays for position and speed ?? maybe later when I will have working motion controller then I could think about some displays.

    past two weeks I was testing these LVDS...
  27. Replies
    89
    Views
    10,305

    First I want to build something like mesabord...

    First I want to build something like mesabord with step/dir input For all axes and step/dir output to motor driver. and then if all will work I will think about stand alone solution.
    Past month and...
  28. Replies
    89
    Views
    10,305

    Thats true fpgas are evrywhere and becoming more...

    Thats true fpgas are evrywhere and becoming more popular I think reason is increasing performance and price reduction + availability and these cheep dev.kits for fast lerning and it is realy fan to...
  29. Replies
    582
    Views
    39,003

    Poll: Actel offers Fusion Starter kit in mouser.com...

    Actel offers Fusion Starter kit in mouser.com bord itself cost 306.25$ (without programmer, ISP USB programmer FlashPro3 price is 130$ :(
    here is description:...
  30. Replies
    89
    Views
    10,305

    now I finaly write some bsic test software for...

    now I finaly write some bsic test software for this RS323 comunication for PC, first i tryed codproject examples but they was for sending Text information through RS232, but I needed to send and...
Results 1 to 30 of 72
Page 1 of 3 1 2 3