Riley

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 260 total)
  • Author
    Posts
  • in reply to: Swap out drv8811 #4017
    Riley
    Keymaster

    Well the short answer is “are you crazy?!” 🙂  The chips are pretty hard to remove let alone solder.  The thermal pad (look at the holes on the bottom of the board) are very very hard to remove.  If you do this mod, you are pretty much on your own support wise.  YES, the chips are pin compatibles.  I do recognize that its easy for me to say “buy a v7” but really unless you really have literally expert soldering skills I would avoid this venture.

    Hope that helps / discourages / encourages  you.

     

    Riley

    in reply to: A minor homing bug in 370.08 #4016
    Riley
    Keymaster

    Weird.  I will verify this bug.  However, I would suggest you open an issue on github.

     

    That being said if you are sending gcode programmatically you should NOT be using text mode.  JSON mode was made to talk to UI’s/computers via programs.  I would suggest you reading this and working JSON into your work flow.

     

    https://github.com/synthetos/TinyG/wiki/JSON-Operation

     

    Riley

    in reply to: G-code Command does nothing #3983
    Riley
    Keymaster

    Sfeine,

     

    That sounds very odd.  Lets go ahead and get that replaced.  Send us an email with the subject RMA in it to

    synthetos [at} gmail.com and we can get you going!

     

    Riley

    in reply to: Zero Backoff occasionally not working #3979
    Riley
    Keymaster

    Can you post the results of a $$ command and also hit reset and give us the build / version number info.

     

    Thanks,

     

    Riley

    in reply to: Help! Can't send to TinyG #3978
    Riley
    Keymaster

    Yah that is weird. I think we have tracked it down to sending data when the board is in bootloader mode.  When the light is flashing at boot.. wait until it stops before connecting / sending data.  We are tracking on this.  However this should help avoid this issue in the future for now.

    ril3y

    in reply to: Did I blow up my board? #3977
    Riley
    Keymaster

    Hey there guys,

     

    I just verified that in Windows I was able to flash via Arduino’s avrdude.

     

    C:\Users\ril3y\Desktop\arduino-1.0.2\hardware\tools\avr\bin>avrdude -C ..\etc\avrdude.conf -p x192a3 -c avr109 -b 115200 -P COM99 -U flash:w:tinyg.hex

     

    Connecting to programmer: .

    Found programmer: Id = “XBoot++”; type = S

    Software Version = 1.7; No Hardware Version given.

    Programmer supports auto addr increment.

    Programmer supports buffered memory access with buffersize=512 bytes.

     

    Programmer supports the following devices:

    Device code: 0x7b

     

    avrdude: AVR device initialized and ready to accept instructions

     

    Reading | ################################################## | 100% 0.01s

     

    avrdude: Device signature = 0x1e9744

    avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed

    To disable this feature, specify the -D option.

    avrdude: erasing chip

    avrdude: reading input file “tinyg.hex”

    avrdude: input file tinyg.hex auto detected as Intel Hex

    avrdude: writing flash (96706 bytes):

     

    Writing | ################################################## | 100% 12.10s

     

     

     

    avrdude: 96706 bytes of flash written

    avrdude: verifying flash memory against tinyg.hex:

    avrdude: load data flash data from input file tinyg.hex:

    avrdude: input file tinyg.hex auto detected as Intel Hex

    avrdude: input file tinyg.hex contains 96706 bytes

    avrdude: reading on-chip flash data:

     

    Reading | ################################################## | 100% 12.01s

     

     

     

    avrdude: verifying …

    avrdude: 96706 bytes of flash verified

     

    avrdude done.  Thank you.

     

    This MIGHT be the bootloader that is on your boards.  We might need to update the firmware (read this as re flash the xboot.hex file) with the current xboot firmware.

    in reply to: Problems Updating grbl on Seeeduino #3833
    Riley
    Keymaster

    twforeman,

    Once grbl is on the Arduino, the arduino bootloader is not longer on the board.  YOu will need an avr programmer to upgrade grbl.  We use avr studio 4  or 6 to upgrade grbl on the seeeduinos.  Avrdude works, but studio is faster.

    Oh and we use the AVR-ISP MKII as our avr programmer.

    We have instructions on how to flash grbl here:
    https://github.com/synthetos/grblShield/wiki/Getting-grbl.  There are other ways to do this.  However this is the only way we support.

    Riley

    in reply to: Reasonable timeframe for an answer ? #3785
    Riley
    Keymaster

    socketcap,

    You have yet to answer my question in the other thread.  I suggest you go back and re-read it.

    Riley

    in reply to: grblshield capactitor burned up #3784
    Riley
    Keymaster

    I asked you to tell me if you got the prompt on the arduino on Feb 10th.  You never responded to my question.  We have a lot to deal with, we cannot help you if you do not give us the tools we need to troubleshoot.

    I tested the arduino this evening by itself with out shield connected.

    The normal sound and detection that happens in windows when the usb cable is plugged into it is absent, the surface mount power led is very dim.

    Does not tell me if your arduino was able to see the grblShield prompt in your terminal.  Also if you would like to send your grblShield back that is fine.  We do charge a re-work fee if the polarity was reversed.  Its fairly easy to tell if this happened.

    Upon answering of my initial question.  What would you like to do?

    Riley

    in reply to: grblshield capactitor burned up #3761
    Riley
    Keymaster

    You can test to see if the arduino is fine by just not placing the shield on the arduino and seeing if you get the normal Prompt on reset or power on in the terminal.

    in reply to: Serial port error 104 #3741
    Riley
    Keymaster

    thanks for jumping in on this one nick!

     

    Riley

    in reply to: Serial command for grblshield reset #3701
    Riley
    Keymaster

    No.  That is not possible.  That is tied to the hardware reset.

    Riley

    in reply to: Using tgFX on mac osx #3699
    Riley
    Keymaster

    freemore,

    OK, so my bad.  There is much to be desired when it comes to tgFX and instructions.  I did write up a HOWTO in the developer section of the tgFX wiki for OSX.

    https://github.com/synthetos/tgFX/wiki/Developer-Notes

    This should get you EXACTLY what you need but are stumbling in the dark with no documentation! 🙂

    The beanpathadapter was something I was testing.. didnt work.. left in.. and did not commit the lib.  Either way pull this morning’s update.  I am running 357.01 firmware.  I am going to update here in a few to edge branch.  I don’t think anything major will be broken but I am just putting my “dev setup” out there.

    Today, Alden came over and we installed netbeans, tgfx, ftdi drivers all from scratch on his new mac. So I know the instructions should be good to go!

    If there is ANYTHING that is not clear on the wiki lets fix it!  There are BUGS in this code.  If you want to help out I can add you to tgFX project too!  Please test it out and open “issues” on the tgFX github page.

    ril3y

    in reply to: Limit switches #3697
    Riley
    Keymaster

    Universal gcode sender is NOT made tobe used with TinyG.   Its in the way the buffering work I am pretty sure.  Its purely for grbl.

    ril3y

    in reply to: CAM software #3696
    Riley
    Keymaster

    Well,  I dont like the opensource gcode creators.  That being said there is pyCam and phlatscript.  If you are serious about milling I would pickup cambam. Its not super expensive but its nice.  There is a free trial too.

    ril3y

Viewing 15 posts - 166 through 180 (of 260 total)