Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    1. Home
    2. efraim fleisher
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
    E
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 7
    • Best 0
    • Groups 0

    efraim fleisher

    @efraim fleisher

    0
    Reputation
    1308
    Profile views
    7
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    efraim fleisher Unfollow Follow

    Latest posts made by efraim fleisher

    • replacement

      i had lost my upload cord for the board. is there any other way to upload, and if not, can i get a new cord

      posted in Rokit Smart
      E
      efraim fleisher
    • RE: motor and sensor problems

      so why does it only start spinning once it runs into something?

      posted in Rokit Smart Troubleshooting
      E
      efraim fleisher
    • motor and sensor problems

      my battery pack broke, and now I am powering the robot by plugging it into a computer. since I have done this, the motors no longer spin with full power. I tried to use the exact code given in Workbench part 3f, and it doesn't move. I also had problems since once it "runs into" something, it just starts spinning in circles, even when there is nothing in front of it. why is this, and how can it be fixed?

      posted in Rokit Smart Troubleshooting
      E
      efraim fleisher
    • problems

      this code doesn't work:

      void setup() {
        // put your setup code here, to run once:
      #include <SmartInventor.h>//include library
      }
      
      void loop() {
        // put your main code here, to run repeatedly:
      SmartInventor.Buzz(200,8);//make some noise-pitch,200,tempo,8
      delay(500);//whait 1/2 a sec
      SmartInventor.Buzz(500,8);//make some noise-pitch,500,tempo 8
      delay(500);//wait 1/2 a sec
      }
      

      when i try to verify it, i get this error message:

      Arduino: 1.8.5 (Windows 10), Board: "Rokit-SmartInventor-mega32_v2"
      
      C:\Users\Efraim\Documents\Arduino\libraries\program_the_buzzer\program_the_buzzer.ino: In function 'void loop()':
      
      program_the_buzzer:8: error: 'SmartInventor' was not declared in this scope
      
       SmartInventor.Buzz(200,8);//make some noise-pitch,200,tempo,8
      
       ^
      
      exit status 1
      'SmartInventor' was not declared in this scope
      
      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.
      
      posted in Rokit Smart Troubleshooting
      E
      efraim fleisher
    • error in compiling rokit smart

      I'm getting this error message when I try to verify the default programs:
      Arduino: 1.8.5 (Windows 10), Board: "Rokit-SmartInventor-mega32_v2"

      C:\Users\Efraim\Downloads\rokitarduinov1-0-9-1\rokitarduinov1-0-9\Rokit\Smart\Recovery_Smart-Inventor_160322\Recovery_Smart-Inventor_160322.ino:64:27: fatal error: SmartInventor.h: No such file or directory

      #include <SmartInventor.h>

                             ^
      

      compilation terminated.

      exit status 1
      Error compiling for board Rokit-SmartInventor-mega32_v2.

      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.

      posted in Rokit Smart Troubleshooting
      E
      efraim fleisher