1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved Arduino problems

Discussion in 'Troubleshooting' started by jig, Jul 28, 2016.

Thread Status:
Not open for further replies.
  1. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    hi i was so stuppid to flash my board now problems loading the firmware on it can anyone help me pleasse,i include the file from uploading
     

    Attached Files:

  2. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    Did you install the u8glib library? That is where you are receiving the error. Also make sure no other software is connected to the Printer when trying to upload.
     
  3. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    i did putt in the libary butt i still have problems i included the the U8glib.H into my libary from robo ,This one ROBO3DR1V3_06112015
    i hope thats ok?
     

    Attached Files:

  4. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    No you need to put the entire u8glib folder in My Documents->Arduino->libraries folder.

    My Robo firmware is in My Documents->Arduino folder. Not the libraries folder.
     
  5. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    stupid question is this file for a lcd screen? i don't have one, i just want to instal the stock firmware on my R1,
    i did putt the folder in My Documents->Arduino->libraries folder
     
  6. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    Yes it is for the LCD Screen, you should be able to bypass it if you comment the line here (around line 508):

    // #define REPRAP_DISCOUNT_SMART_CONTROLLER //robo

    Make sure there are 2 "/" in front of that line. The line will be grayed out if correctly commented.
     
  7. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    another one (sorry for this ) i have no clue were to find that line? in arduino
     
  8. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    my fault...its in the configuration.h file
     
  9. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    ok don that but stil error report
    now did conect to robo when i was don with arduino so thats somthing, i have included the error code in configuration.h file
     

    Attached Files:

  10. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    Looks like you can't bypass then. I know when I installed the u8glib library, I had to rename some folders or move some files around but I don't remember exactly what I had to do in order to get it to upload.

    You should not need it if you are not installing a LCD Controller though? Can you zip and upload your firmware folder? I will take a look at it.
     
    mark tomlinson likes this.
  11. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    I just downloaded the u8glib library again to see the changes I made.

    First I moved everything from the src folder to the u8glib folder. Then rename the clib folder to utility and it should upload.

    I found this to be easier than tracking down all the instances it was called within Arduino.

    However it appears these changes only need to be applied if you have u8glib v1.19.1. If you have u8glib v1.18.1, you should not need or be able to make these changes.

    Make sure the initial folder within libraries is only labeled "U8glib".
     
  12. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    i have includede the folders from the arduino library i hope this is enough, also i have problems leveling my z axis ,ive turned off auto leveling and now must turne the z ax to -15.21 to get it close to the bed when i want to print the z axis turn upp and stay up about 5cm from my bed what can i do?
     
  13. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    the library folder is to big i think cant upload
     
  14. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    Did you try zipping or rarring (lol?:)) them?
     
  15. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    upload just your configuration.h file from the Robo firmware then, so I can take a look.
     
  16. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    ok ill try
     

    Attached Files:

  17. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
     

    Attached Files:

  18. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    try this one. Look at line 505 and compare to your version. This is the change I was trying to get you to make right away.
     

    Attached Files:

  19. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    i cant open this file i wil try tommorow yhxx for the help for now i will post iff it wil help , bye
     
  20. Ryan TeGantvoort

    Ryan TeGantvoort Active Member

    Joined:
    Mar 11, 2016
    Messages:
    343
    Likes Received:
    172
    You can open with any text editor, Notepad++, Notepad, Word. Notepad will give you the line numbers though.

    Attached are Before and After screenshots. You will notice my change on line 505
     

    Attached Files:

    mark tomlinson likes this.
Thread Status:
Not open for further replies.

Share This Page