Forum Replies Created
-
AuthorPosts
-
ril3yKeymaster
Mockturtle,
I should have brents board in a few days. What I am hoping is that it’s not actually bricked beyond repair with a AVRISP programmer. That is my goal. Then we can work together to get you a fix for your board. However, if the board’s fuses are incorrect then I think it might be safe to assume you might have got a few of the “badly flashed” boards that went out. This is a new issue for us. Specifically the issue of HAVING a bootloader but not having the fuses set correctly. This is one of the guesses I have for the situation we find you and brent in. However it has never happened before. We have shipped WITHOUT bootloaders but never without the fuses set correctly AND having a bootloader.
I am hopeful that when I get the board it can be fixed without a programmer. However I cannot swear by this. Another option since you are in a different country is to reach out to a local hackerspace to see if they have an AVR available. I do not suggest this to shift the work onto you, but rather as a time saving option. Like you know it takes time to get a new board to South Africa. If I shipped it today you may not have it before the new year. However if this is the option that you would like to go please let me know and we can start that process.
Rest assured that we WILL get you up and running asap. We are very sorry for your issue with your TinyG board and are trying to fix you up!
ril3y
ril3yKeymastershort answer is yes we are planning on doing pretty much the same thing that you did however we haven’t had any problems with it overheating sofar. are you using the RS 485I or planning to the future?
ril3yKeymasterRoberlin,
I imagine your vibration issue is really an EMI issue. When you held your spindle did you also make it further away from your controller?
I have a Panther CNC PCB mill with a Chinese spindle. The thing make a ton of EMI. When I hook up a dremmel or a DeWalt trim router… NO problem. A few things to try.. Can you power your computer + tinyg on a different circuit that the circuit your spindle is on? Easy way to check this is to turn off the breaker that your computer is on… The go back and find a close circuit that is still hot. Use that as a power outlet to drive the spindle. Try that.
If that works cool. If it does not there are a few things to try..
This is a really good article I found when dealing with this emi stuff. Its worth a read.
http://www.cnccookbook.com/CCCNCNoise.htmlLet me know how it goes.
ril3y
ril3yKeymastergreyhound716,
For parsing ? is a pain. I would just issue a {“sr”:””} vs a ? and it will give you a JSON update.
You can also do a {“sys”:””} which gives you a JSON message for the “System”..
Want to get a motor specific setting list? {“1″:””} Could be 1234 any.Obviously read more on what Alden posted. But .93 is a significant upgrade (in many spots also) to the ability to talk to JSON model.
ril3y
ril3yKeymasterSo here is an updated video of tgFX drawing. Its VERY early still. It still has issues. Like so support for zooming / scaling (Meaning, this file was in MM and had a max travel range of say: 50 x 30 mm. But if you ran a file that was 5mm x 5mm (X and Y) then it would be very hard to see) and no ability to reset the view. Some other minor things too.
I am not exactly sure that I am drawing the “correct” JavaFX 2 way yet either. It seems like it should be more smooth.
ril3yKeymasterJavaFX 2 preview was released for Linux a few weeks back. The Serial lib is RXTX (same as arduino). So theres nothing really limiting the use of a chumby board. Other than resources. Again, nothing I have done will work on .92 version of the firmware. A firmware update is required. Which will be posted soon.
ril3yKeymasterGUI Update:
The tgFX initial VERY VERY alpha push has been committed to the synthetos github.
Code:
https://github.com/synthetos/tgFXScreen Shot:
http://www.flickr.com/photos/rileyporter/6834982238/in/photostreamIts a netbeans project right now. It also requires the JavaFX2 runtime / sdk. It has ONLY been mildly tested on Windows as well. However it should work on Linux, OSX also.
If you are interested in helping on tgFX we welcome the help. Also, the .93 version of TinyG is a great improvement (for JSON support and LOTS of other stuff) much has changed. So this GUI will not work with your current version of TinyG (.92). Alden was going to be releasing a the .93 version today however he hit a few minor bugs he wants to fix first. I can get the BETA firmware out if you are interested in helping with coding tgFX.
The best way to get started working together on this is to join the Google group:
http://groups.google.com/group/devTinyGFrom here we can start to formalize requirements, feature requests, architecture etc.
Riley
-
AuthorPosts