Geek Motor O 360 Servo

Geek Motor O 360 Servo(HKBD8001A)

../_images/360servo1.jpg

This is a small continuos servo compatible with Lego technic parts, the output axle is compatible with Lego technic axles. It is mainly used to drive wheels or gears.

This is a special servo because it can be used as a motor for boards that lack a motor drivers, for example IOBit. They can be controlled simply with IO pins.

Specifications

  • Operating Voltage: 3.3V~6V

  • Rated Voltage: 4.8V

  • Rated Current: 200ma

  • Blocked Rotor Current: 700ma

  • Slipping Current: 450ma

  • Maximum torque: 500g/cm(4.8V)

  • Maximum RPM: 70rpm

  • Weight: 12.4g

  • Connector: Orange-Red-Brown Servo Connector

Geekservo Features

  • Clutch Protection:

    • In case of violent turning of the output axle, the clutch is enabled to protect the gears from damage.

  • Flexible Installation:

    • Can be mounted on standard Lego bricks or with Technic elements, providing a lot of possibilities for installation.

  • Small and lightweight:

    • Suitable for small robotic projects.

  • Does not require motor driver:

    • Suitable for expansion boards that lack a motor driver.

Dimensions:

In Lego units:

  • Length: 5

  • Width: 2

  • Height: 3

  • Output axle: Technic Axle

In mm units:

  • Length: 40mm

  • Width: 16mm

  • Height: 34.4mm

  • Output axle: Technic Axle

../_images/13_031.png

Connection

IOBit

Connect the servo to an Analog Pin of the IOBit.

Both 3V and 5V are supported.
Orange to Yellow, Red to Red, Brown to Black.  

../_images/360servo_wire1.png

../_images/360servo_wire2.png

MakeCode Coding Tutorial

../_images/mcbanner3.png

../_images/acbanner1.png

This module can be used by Micro:bit and Meowbit.

Programming the servo(Method 1)

The servo can be controlled with the pulse block.

../_images/360servo_block1.png

The pulse value for this servo is from 500 to 2500.

500 means full speed backwards, 2500 means full speed forwards, 1500 means full stop.

../_images/360servo_speed1.png

../_images/360servo_code11.png

Sample Code Link

Programming the servo(Method 2)

Load the servo extension

../_images/servo_extension1.png

Loading Extensions

../_images/360servo_code21.png

Sample Code Link

Meowbit:


Load the Robotbit extension: https://github.com/KittenBot/meow-robotbit

Programming the servo

../_images/360servo_codeMeow1.png

Sample Code Link