Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - AlanKilian

Pages: 1
1
The RobotZero preprogrammed code does not calibrate all servos the same.
(It does not even calibrate all the servos)

In order to assemble the arm, the servos need to be calibrated.

What servo angle should be used for calibrating prior to assembling of the arm?

(I also used the RobotArmExample, but it also drives different servos to different angles so calibration is not possible using that.)

2
  • All four servos do not calibrate on Step 6 using the preprogrammed RobotZero processor.
    • One servo does not calibrate, so I moved it to another socket and it calibrated.
    • I tried two different RobotZero processor boards with the same result of one connector not calibrating the servo.

  • All four servos do not calibrate TO THE SAME ANGLE on Step 6 using the preprogrammed RobotZero processor.
    • If I move servos from one socket to another socket, they move to different angles.

  • Parts AB6, AB7 and AB8 are not shaped like the images on Steps 9 and 10
  • Step 17 should say acrylic ROUND part E instead of acrylic HEX part E

3
General Discussion / [solved] Where is the code for the premium robot kit?
« on: February 24, 2020, 12:59:55 PM »
The GitHub repository has a folder, but no code.
The assembly PDF does not have a link.
The learning TinyCircuits sire does not have a link.

4
General Discussion / [solved] Code for kickstarter robot does not compile
« on: February 24, 2020, 12:45:23 PM »
Using Arduino 1.8.12 and the code from this link
https://learn.tinycircuits.com/Wirelings/Wireling_Basic-Robot_Kit_Tutorial/

I get the following error message:
Code: [Select]
Arduino: 1.8.12 (Windows 10), Board: "RobotZero, Default"

C:\Users\kilian\Downloads\LineFollower\LineFollower\LineFollower.ino: In function 'void displayGraph(int, int, int, int, int, int, int*, int)':

LineFollower:257:16: error: 'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

   screenBuffer.drawLine(xDispPos, yDispPos, xDispPos + width, yDispPos, 0xFFFF);

                ^~~~~~~~

                drawPixel

LineFollower:258:16: error: 'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

   screenBuffer.drawLine(xDispPos, yDispPos, xDispPos, yDispPos + height, 0xFFFF);

                ^~~~~~~~

                drawPixel

LineFollower:259:16: error: 'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

   screenBuffer.drawLine(xDispPos + width, yDispPos, xDispPos + width, yDispPos + height, 0xFFFF);

                ^~~~~~~~

                drawPixel

LineFollower:260:16: error: 'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

   screenBuffer.drawLine(xDispPos, yDispPos + height, xDispPos + height, yDispPos + height, 0xFFFF);

                ^~~~~~~~

                drawPixel

LineFollower:265:18: error: 'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

     screenBuffer.drawLine(xDispPos + i - 1, yDispPos + height - sample0, xDispPos + i, yDispPos + height - sample, 0xFFFF);

                  ^~~~~~~~

                  drawPixel

exit status 1
'class GraphicsBuffer' has no member named 'drawLine'; did you mean 'drawPixel'?

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

5
General Discussion / [abandoned] Windows 7 USB driver RobotZero board
« on: February 14, 2020, 05:45:26 PM »
Where can I find the device driver for a Windows 7 machine using the new Wireling kickstarter robot car kit?

(I get no device driver when plugging in the processor board.)

Pages: 1
SMF spam blocked by CleanTalk