dose anyone have some time to help with arduino settings

Having a problem? Post it here and someone will be along shortly to help
Post Reply
spart
Printmaster!
Posts: 66
Joined: Sun Jun 02, 2013 7:12 pm
Location: Edmonton Alberta Canada

dose anyone have some time to help with arduino settings

Post by spart »

hi dose anyone have some time to help me with arduino settings maybe vea Skype or something got every thing hooked up but have know clue when it comes to doing the programming part. i have a custom built printer so got to start fresh with the arduino settings pretty much a mandle printer type with 2 Z steppers running on a rambo board.
September
Prints-a-lot
Posts: 34
Joined: Sat Jun 22, 2013 8:38 am
Location: Victoria, Australia

Re: dose anyone have some time to help with arduino settings

Post by September »

You shouldn't really have to do any programming per se, however you will most likely need to alter the default values of the variables.

I'm not familiar enough with the Mendel printer. But when I'm home tonight I could probably go through the Configuration.h file and point out all the variables you'll need to consider changing.

As to Arduino, download the current version (v1.0.5) from their website http://arduino.cc/en/Main/Software

Have a look at the IC chip on the Rambo, pretty sure it's a big square chip in the middle, it should tell you something like Atmega XXXX as after you install Arduino you will need to select what type of board you have... it's in one of the menus on the right.

You will need to identify what serial port gets created when you connect the Rambo board.

Once you have done that you will need to identify an appropriate firmware... I am not sure what is suitable for the Mendel... there will probably be something on the Mendel wiki specifying what firmware to use.

That's all I can say for now, not much but might be enough to kick you off onto the right path.
spart
Printmaster!
Posts: 66
Joined: Sun Jun 02, 2013 7:12 pm
Location: Edmonton Alberta Canada

Re: dose anyone have some time to help with arduino settings

Post by spart »

so far it stops loading on arduino asking for MOTOR_CURRENT just using the framewire off repetier host sight at this piont all i could figor out but not sure if that what i should be doing lol. and lcd on but not working just blue screen at this pionti should be on tomorow
September
Prints-a-lot
Posts: 34
Joined: Sat Jun 22, 2013 8:38 am
Location: Victoria, Australia

Re: dose anyone have some time to help with arduino settings

Post by September »

I'm not certain if the original repetier firmware is fully Ardunio compatible, I think until fairly recently there was a modified version of Ardunio required for the repetier firmware... although I just loaded the Repetier.pde file in Arduino 1.0.5 and it successfully verified and compiled... Haven't tried uploading to my Rambo board as yet.


In Arduino
  • Tools/Board (ensure you have the correct board selected, for mine it's the Arduino Mega 2560 or Mega ADK option... I have the Rambo 1.1b revision)
  • Tools/Serial Port (ensure you have the correct serial port for your Rambo)
I don't believe there was anything else needed for Arduino... from my understanding the original Repetier firmware has LCD support, not certain if this needs to be enabled or not (it may be enabled by default)

When I say original repetier firmware, I'm talking about Repetier-Firmware on github as opposed to the SeeMECNC fork of Repetier which is called RepetierMAX (RepetierMAX is pre-configured for the RostockMAX) or any other number of Repetier firmwares running around out there.


There are two files which I believe are fairly important to ensure they are close to being right before uploading and that's Configuration.h and pins.h (especially pins.h)

pins.h defines all the pins on the Ardunio board and what is connected to that pin... (this is where I'm not sure, it's possible that these are a standard and you just select the right board.)
Configuration.h defines whether you want EEPROM, SD_CARD, what type of printer you have, how many steps per mm you motors do, how many degrees in the motor, how many teeth are on the pulley and what type of belts etc....


You may have received a diagram of the Rambo board with your Rambo, on this it will outlay all the pins. If you didn't get one you can look it up on the Rambo wiki, make sure it matches your revision. If you don't know, the board should have it marked somewhere...

There are various reasons why the LCD didn't display anything, the firmware didn't upload, the pins are wrong in the firmware, the LCD/board is wired wrong, the LCD isn't enabled. By what you've said sounds like the firmware hasn't uploaded... which is probably a good thing, make sure the settings are right first, I'm not sure if physical damage can occur if they aren't. The Rambo boards aren't exactly cheap at least not in my country.

If you do get to the point of being able to test the motors, have a finger on the power switch to flip it if things start going wrong. I presume you have End Stops, you'll want to be sure these are working and enabled before you can start trusting it.

Oh even though yours is custom, I presume you mean that you followed the wiki and purchased/sourced all the items yourself rather than buying a kit to build, there may already be a pre configured firmware for you (or a basis of one).

One more thing about the MOTOR_CURRENT, this could be either the variable needs to be defined or it is defined but the project wasn't opened correctly... How did you open the project? File/Open and selected Repetier.pde?

The pde extension came from the pre v1.0 of Arduino days, it should prompt you to 'save as' an ino when you save.

I don't currently know enough to give you definitive answers, I'm fairly new to the world of 3D Printers too, but I can give general ideas/pointers. There are others on this forum that maybe able to provide more definitive answers, but until they chime in I can help you to some degree.

Cheers
spart
Printmaster!
Posts: 66
Joined: Sun Jun 02, 2013 7:12 pm
Location: Edmonton Alberta Canada

Re: dose anyone have some time to help with arduino settings

Post by spart »

got the framewire from repetier host site. i have the rambo 1.b. see what i can find today on this stuff
spart
Printmaster!
Posts: 66
Joined: Sun Jun 02, 2013 7:12 pm
Location: Edmonton Alberta Canada

Re: dose anyone have some time to help with arduino settings

Post by spart »

hi all if anyone has sometime today and can help me set up some basic arduino setting as in what framewire to use what arduino version to use and setting up to send to printer. only if ya have time iam pretty new to all this stuff, ya can get hold of me on skype at ( theodore.a1)
Post Reply

Return to “Troubleshooting”