{"id":13395635,"url":"https://github.com/hybridgroup/gobot","last_synced_at":"2025-05-16T01:00:47.021Z","repository":{"id":10739820,"uuid":"12996196","full_name":"hybridgroup/gobot","owner":"hybridgroup","description":"Golang framework for robotics, drones, and the Internet of Things (IoT)","archived":false,"fork":false,"pushed_at":"2025-05-05T21:34:12.000Z","size":12228,"stargazers_count":9159,"open_issues_count":99,"forks_count":1049,"subscribers_count":315,"default_branch":"release","last_synced_at":"2025-05-09T00:53:38.965Z","etag":null,"topics":["arduino","beaglebone","beaglebone-black","bluetooth","bluetooth-le","drone","go","gpio","hardware","i2c","intel-edison","intel-joule","internet-of-things","iot","mqtt","raspberry-pi","robot","robotics","sphero","uav"],"latest_commit_sha":null,"homepage":"https://gobot.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hybridgroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"deadprogram"}},"created_at":"2013-09-21T14:09:19.000Z","updated_at":"2025-05-09T00:47:26.000Z","dependencies_parsed_at":"2022-06-25T19:39:51.799Z","dependency_job_id":"e3d6cc54-7e6c-41cc-9852-525721d4e6db","html_url":"https://github.com/hybridgroup/gobot","commit_stats":{"total_commits":2574,"total_committers":168,"mean_commits":"15.321428571428571","dds":"0.47630147630147635","last_synced_commit":"ed0c79aa384caa931d8387a109ffb0c564877c5c"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Fgobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Fgobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Fgobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Fgobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hybridgroup","download_url":"https://codeload.github.com/hybridgroup/gobot/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523767,"owners_count":21921822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","beaglebone","beaglebone-black","bluetooth","bluetooth-le","drone","go","gpio","hardware","i2c","intel-edison","intel-joule","internet-of-things","iot","mqtt","raspberry-pi","robot","robotics","sphero","uav"],"created_at":"2024-07-30T18:00:26.919Z","updated_at":"2025-05-16T01:00:41.978Z","avatar_url":"https://github.com/hybridgroup.png","language":"Go","funding_links":["https://patreon.com/deadprogram"],"categories":["Popular","Framework","开源类库","Go","Hardware","Open source library","硬件_其他","Uncategorized","Robotics and Physical computing","IoT (Internet of Things)","Libraries","Software and Libraries","🥧 Browse Series: 52 articles","一、开发框架（Framework）","Repositories"],"sub_categories":["机器学习","Machine Learning","网络服务_其他","Uncategorized","TR-069","Advanced Console UIs","Search and Analytic Databases","Flight Controllers","Libraries","常用框架"],"readme":"[![Gobot](https://raw.githubusercontent.com/hybridgroup/gobot-site/master/source/images/elements/gobot-logo-small.png)](http://gobot.io/)\n\n[![GoDoc](https://godoc.org/gobot.io/x/gobot/v2?status.svg)](https://godoc.org/gobot.io/x/gobot/v2)\n[![CircleCI Build status](https://circleci.com/gh/hybridgroup/gobot/tree/dev.svg?style=svg)](https://circleci.com/gh/hybridgroup/gobot/tree/dev)\n[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ix29evnbdrhkr7ud/branch/dev?svg=true)](https://ci.appveyor.com/project/deadprogram/gobot/branch/dev)\n[![codecov](https://codecov.io/gh/hybridgroup/gobot/branch/dev/graph/badge.svg)](https://codecov.io/gh/hybridgroup/gobot)\n[![Go Report Card](https://goreportcard.com/badge/hybridgroup/gobot)](https://goreportcard.com/report/hybridgroup/gobot)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/hybridgroup/gobot/blob/release/LICENSE.txt)\n\nGobot (\u003chttps://gobot.io/\u003e) is a framework using the Go programming language (\u003chttps://golang.org/\u003e) for robotics, physical\ncomputing, and the Internet of Things.\n\nIt provides a simple, yet powerful way to create solutions that incorporate multiple, different hardware devices at the\nsame time.\n\nWant to run Go directly on microcontrollers? Check out our sister project TinyGo (\u003chttps://tinygo.org/\u003e)\n\n## Getting Started\n\n### Get in touch\n\nGet the Gobot source code by running this commands:\n\n```sh\ngit clone https://github.com/hybridgroup/gobot.git\ngit checkout release\n```\n\nAfterwards have a look at the [examples directory](./examples). You need to find an example matching your platform for your\nfirst test (e.g. \"raspi_blink.go\"). Than build the binary (cross compile), transfer it to your target and run it.\n\n`env GOOS=linux GOARCH=arm GOARM=5 go build -o ./output/my_raspi_bink examples/raspi_blink.go`\n\n\u003e Building the code on your local machine with the example code above will create a binary for ARMv5. This is probably not\n\u003e what you need for your specific target platform. Please read also the platform specific documentation in the platform\n\u003e subfolders.\n\n### Create your first project\n\nCreate a new folder and a new Go module project.\n\n```sh\nmkdir ~/my_gobot_example\ncd ~/my_gobot_example\ngo mod init my.gobot.example.com\n```\n\nCopy your example file besides the go.mod file, import the requirements and build.\n\n```sh\ncp /\u003cpath to gobot folder\u003e/examples/raspi_blink.go ~/my_gobot_example/\ngo mod tidy\nenv GOOS=linux GOARCH=arm GOARM=5 go build -o ./output/my_raspi_bink raspi_blink.go\n```\n\nNow you are ready to modify the example and test your changes. Start by removing the build directives at the beginning\nof the file.\n\n## Examples\n\n### Gobot with Arduino\n\n```go\npackage main\n\nimport (\n  \"time\"\n\n  \"gobot.io/x/gobot/v2\"\n  \"gobot.io/x/gobot/v2/drivers/gpio\"\n  \"gobot.io/x/gobot/v2/platforms/firmata\"\n)\n\nfunc main() {\n  firmataAdaptor := firmata.NewAdaptor(\"/dev/ttyACM0\")\n  led := gpio.NewLedDriver(firmataAdaptor, \"13\")\n\n  work := func() {\n    gobot.Every(1*time.Second, func() {\n      if err := led.Toggle(); err != nil {\n        fmt.Println(err)\n      }\n    })\n  }\n\n  robot := gobot.NewRobot(\"bot\",\n    []gobot.Connection{firmataAdaptor},\n    []gobot.Device{led},\n    work,\n  )\n\n  if err := robot.Start(); err != nil {\n    panic(err)\n  }\n}\n```\n\n### Gobot with Sphero\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"time\"\n\n  \"gobot.io/x/gobot/v2\"\n  \"gobot.io/x/gobot/v2/drivers/serial\"\n  \"gobot.io/x/gobot/v2/platforms/serialport\"\n)\n\nfunc main() {\n  adaptor := serialport.NewAdaptor(\"/dev/rfcomm0\")\n  driver := sphero.NewSpheroDriver(adaptor)\n\n  work := func() {\n    gobot.Every(3*time.Second, func() {\n      driver.Roll(30, uint16(gobot.Rand(360)))\n    })\n  }\n\n  robot := gobot.NewRobot(\"sphero\",\n    []gobot.Connection{adaptor},\n    []gobot.Device{driver},\n    work,\n  )\n\n  if err := robot.Start(); err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n\n### \"Metal\" Gobot\n\nYou can use the entire Gobot framework as shown in the examples above (\"Classic\" Gobot), or you can pick and choose from\nthe various Gobot packages to control hardware with nothing but pure idiomatic Golang code (\"Metal\" Gobot). For example:\n\n```go\npackage main\n\nimport (\n  \"gobot.io/x/gobot/v2/drivers/gpio\"\n  \"gobot.io/x/gobot/v2/platforms/intel-iot/edison\"\n  \"time\"\n)\n\nfunc main() {\n  e := edison.NewAdaptor()\n  if err := e.Connect(); err != nil {\n    fmt.Println(err)\n  }\n\n  led := gpio.NewLedDriver(e, \"13\")\n  if err := led.Start(); err != nil {\n    fmt.Println(err)\n  }\n\n  for {\n    if err := led.Toggle(); err != nil {\n      fmt.Println(err)\n    }\n    time.Sleep(1000 * time.Millisecond)\n  }\n}\n```\n\n### \"Manager\" Gobot\n\nYou can also use the full capabilities of the framework aka \"Manager Gobot\" to control swarms of robots or other features\nsuch as the built-in API server. For example:\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"time\"\n\n  \"gobot.io/x/gobot/v2\"\n  \"gobot.io/x/gobot/v2/api\"\n  \"gobot.io/x/gobot/v2/drivers/common/spherocommon\"\n  \"gobot.io/x/gobot/v2/drivers/serial\"\n  \"gobot.io/x/gobot/v2/platforms/serialport\"\n)\n\nfunc NewSwarmBot(port string) *gobot.Robot {\n  spheroAdaptor := serialport.NewAdaptor(port)\n  spheroDriver := sphero.NewSpheroDriver(spheroAdaptor, serial.WithName(\"Sphero\" + port))\n\n  work := func() {\n    spheroDriver.Stop()\n\n    _ = spheroDriver.On(sphero.CollisionEvent, func(data interface{}) {\n      fmt.Println(\"Collision Detected!\")\n    })\n\n    gobot.Every(1*time.Second, func() {\n      spheroDriver.Roll(100, uint16(gobot.Rand(360)))\n    })\n    gobot.Every(3*time.Second, func() {\n      spheroDriver.SetRGB(uint8(gobot.Rand(255)),\n        uint8(gobot.Rand(255)),\n        uint8(gobot.Rand(255)),\n      )\n    })\n  }\n\n  robot := gobot.NewRobot(\"sphero\",\n    []gobot.Connection{spheroAdaptor},\n    []gobot.Device{spheroDriver},\n    work,\n  )\n\n  return robot\n}\n\nfunc main() {\n  manager := gobot.NewManager()\n  api.NewAPI(manager).Start()\n\n  spheros := []string{\n    \"/dev/rfcomm0\",\n    \"/dev/rfcomm1\",\n    \"/dev/rfcomm2\",\n    \"/dev/rfcomm3\",\n  }\n\n  for _, port := range spheros {\n    manager.AddRobot(NewSwarmBot(port))\n  }\n\n  if err := manager.Start(); err != nil {\n    panic(err)\n  }\n}\n```\n\n## Hardware Support\n\nGobot has a extensible system for connecting to hardware devices. The following robotics and physical computing\nplatforms are currently supported:\n\n- [Arduino](http://www.arduino.cc/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/firmata)\n- [ASUS Tinker Board](https://www.asus.com/us/Single-Board-Computer/Tinker-Board/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/asus/tinkerboard)\n- [ASUS Tinker Board 2](https://tinker-board.asus.com/series/tinker-board-2.html/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/asus/tinkerboard2)\n- Audio \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/audio)\n- [BeagleBoard BeagleBone Black](http://beagleboard.org/boards) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/beagleboard/beaglebone)\n- [BeagleBoard PocketBeagle](http://beagleboard.org/pocket/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/beagleboard/pocketbeagle)\n- [Bluetooth LE](https://www.bluetooth.com/what-is-bluetooth-technology/bluetooth-technology-basics/low-energy) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/bleclient)\n- [C.H.I.P](http://www.nextthing.co/pages/chip) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/chip)\n- [C.H.I.P Pro](https://docs.getchip.com/chip_pro.html) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/chip)\n- [Digispark](http://digistump.com/products/1) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/digispark)\n- [DJI Tello](https://www.ryzerobotics.com/tello) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/dji/tello)\n- [DragonBoard](https://developer.qualcomm.com/hardware/dragonboard-410c) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/dragonboard)\n- [ESP8266](http://esp8266.net/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/firmata)\n- [FriendlyELEC NanoPi NEO](https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/friendlyelec/nanopi)\n- [FriendlyELEC NanoPC-T6](https://wiki.friendlyelec.com/wiki/index.php/NanoPC-T6) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/friendlyelec/nanopct6)\n- [GoPiGo 3](https://www.dexterindustries.com/gopigo3/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/dexter/gopigo3)\n- [Intel Curie](https://www.intel.com/content/www/us/en/products/boards-kits/curie.html) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/intel-iot/curie)\n- [Intel Edison](http://www.intel.com/content/www/us/en/do-it-yourself/edison.html) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/intel-iot/edison)\n- [Intel Joule](http://intel.com/joule/getstarted) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/intel-iot/joule)\n- [Jetson Nano](https://developer.nvidia.com/embedded/jetson-nano/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/jetson)\n- [Joystick](http://en.wikipedia.org/wiki/Joystick) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/joystick)\n- [Keyboard](https://en.wikipedia.org/wiki/Computer_keyboard) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/keyboard)\n- [Leap Motion](https://www.leapmotion.com/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/leap)\n- [MavLink](http://qgroundcontrol.org/mavlink/start) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/mavlink)\n- [MegaPi](http://www.makeblock.com/megapi) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/megapi)\n- [Microbit](http://microbit.org/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/microbit)\n- [MQTT](http://mqtt.org/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/mqtt)\n- [NATS](http://nats.io/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/nats)\n- [Neurosky](http://neurosky.com/products-markets/eeg-biosensors/hardware/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/neurosky)\n- [OpenCV](http://opencv.org/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/opencv)\n- [OrangePi 5 Pro](http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Pro.html) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/orangepi/orangepi5pro)\n- [Particle](https://www.particle.io/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/particle)\n- [Parrot ARDrone 2.0](http://ardrone2.parrot.com/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/parrot/ardrone)\n- [Parrot Bebop](http://www.parrot.com/usa/products/bebop-drone/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/parrot/bebop)\n- [Parrot Minidrone](https://www.parrot.com/us/minidrones) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/parrot/minidrone)\n- [Pebble](https://www.getpebble.com/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/pebble)\n- [PINE64 ROCK64](https://pine64.org/documentation/ROCK64/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/pine64/rock64)\n- [Radxa Rock Pi 4](https://wiki.radxa.com/Rock4/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/radxa/rockpi)\n- [Raspberry Pi](http://www.raspberrypi.org/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/raspi)\n- [Serial Port](https://en.wikipedia.org/wiki/Serial_port) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/serialport)\n- [Sphero](http://www.sphero.com/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/sphero)\n- [Sphero BB-8](http://www.sphero.com/bb8) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/bb8)\n- [Sphero Ollie](http://www.sphero.com/ollie) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/ollie)\n- [Sphero SPRK+](http://www.sphero.com/sprk-plus) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/sprkplus)\n- [UP2](http://www.up-board.org/upsquared/) \u003c=\u003e [Package](https://github.com/hybridgroup/gobot/blob/release/platforms/upboard/up2)\n\nSupport for many devices that use Analog Input/Output (AIO) have a shared set of drivers provided using\nthe `gobot/drivers/aio` package:\n\n- [AIO](https://en.wikipedia.org/wiki/Analog-to-digital_converter) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/aio)\n  - Analog Actuator\n  - Analog Sensor\n  - Grove Light Sensor\n  - Grove Piezo Vibration Sensor\n  - Grove Rotary Dial\n  - Grove Sound Sensor\n  - Grove Temperature Sensor\n  - Temperature Sensor (supports linear and NTC thermistor in normal and inverse mode)\n  - Thermal Zone Temperature Sensor\n\nSupport for many devices that use Bluetooth LE (BLE) have a shared set of drivers provided using\nthe `gobot/drivers/ble` package:\n\n- [BLE](http://en.wikipedia.org/wiki/Bluetooth_low_energy) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/ble)\n  - Battery Service\n  - Device Information Service\n  - Generic Access Service\n  - Microbit: AccelerometerDriver\n  - Microbit: ButtonDriver\n  - Microbit: IOPinDriver\n  - Microbit: LEDDriver\n  - Microbit: MagnetometerDriver\n  - Microbit: TemperatureDriver\n  - Sphero: BB8\n  - Sphero: Ollie\n  - Sphero: SPRK+\n\nSupport for many devices that use General Purpose Input/Output (GPIO) have a shared set of drivers provided using\nthe `gobot/drivers/gpio` package:\n\n- [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/gpio)\n  - AIP1640 LED Dot Matrix/7 Segment Controller\n  - Button\n  - Buzzer\n  - Direct Pin\n  - EasyDriver\n  - Grove Button (by using driver for Button)\n  - Grove Buzzer (by using driver for Buzzer)\n  - Grove LED (by using driver for LED)\n  - Grove Magnetic Switch (by using driver for Button)\n  - Grove Relay (by using driver for Relay)\n  - Grove Touch Sensor (by using driver for Button)\n  - HC-SR04 Ultrasonic Ranging Module\n  - HD44780 LCD controller\n  - LED\n  - Makey Button (by using driver for Button)\n  - MAX7219 LED Dot Matrix\n  - Motor\n  - Proximity Infra Red (PIR) Motion Sensor\n  - Relay\n  - RGB LED\n  - Servo\n  - Stepper Motor\n  - TM1638 LED Controller\n\nSupport for devices that use Inter-Integrated Circuit (I2C) have a shared set of drivers provided using\nthe `gobot/drivers/i2c` package:\n\n- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/i2c)\n  - Adafruit 1109 2x16 RGB-LCD with 5 keys\n  - Adafruit 2327 16-Channel PWM/Servo HAT Hat\n  - Adafruit 2348 DC and Stepper Motor Hat\n  - ADS1015 Analog to Digital Converter\n  - ADS1115 Analog to Digital Converter\n  - ADXL345 Digital Accelerometer\n  - BH1750 Digital Luminosity/Lux/Light Sensor\n  - BlinkM LED\n  - BME280 Barometric Pressure/Temperature/Altitude/Humidity Sensor\n  - BMP180 Barometric Pressure/Temperature/Altitude Sensor\n  - BMP280 Barometric Pressure/Temperature/Altitude Sensor\n  - BMP388 Barometric Pressure/Temperature/Altitude Sensor\n  - DRV2605L Haptic Controller\n  - Generic driver for read and write values to/from register address\n  - Grove Digital Accelerometer\n  - GrovePi Expansion Board\n  - Grove RGB LCD\n  - HMC6352 Compass\n  - HMC5883L 3-Axis Digital Compass\n  - INA3221 Voltage Monitor\n  - JHD1313M1 LCD Display w/RGB Backlight\n  - L3GD20H 3-Axis Gyroscope\n  - LIDAR-Lite\n  - MCP23017 Port Expander\n  - MMA7660 3-Axis Accelerometer\n  - MPL115A2 Barometric Pressure/Temperature\n  - MPU6050 Accelerometer/Gyroscope\n  - PCA9501 8-bit I/O port with interrupt, 2-kbit EEPROM\n  - PCA953x LED Dimmer for PCA9530 (2-bit), PCA9533 (4-bit), PCA9531 (8-bit), PCA9532 (16-bit)\n  - PCA9685 16-channel 12-bit PWM/Servo Driver\n  - PCF8583 clock and calendar or event counter, 240 x 8-bit RAM\n  - PCF8591 8-bit 4xA/D \u0026 1xD/A converter\n  - SHT2x Temperature/Humidity\n  - SHT3x-D Temperature/Humidity\n  - SSD1306 OLED Display Controller\n  - TSL2561 Digital Luminosity/Lux/Light Sensor\n  - Wii Nunchuck Controller\n  - YL-40 Brightness/Temperature sensor, Potentiometer, analog input, analog output Driver\n\nSupport for many devices that use Serial communication (UART) have a shared set of drivers provided using\nthe `gobot/drivers/serial` package:\n\n- [UART](https://en.wikipedia.org/wiki/Serial_port) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/serial)\n  - Sphero: Sphero\n  - Neurosky: MindWave\n  - MegaPi: MotorDriver\n\nSupport for devices that use Serial Peripheral Interface (SPI) have\na shared set of drivers provided using the `gobot/drivers/spi` package:\n\n- [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/spi)\n  - APA102 Programmable LEDs\n  - MCP3002 Analog/Digital Converter\n  - MCP3004 Analog/Digital Converter\n  - MCP3008 Analog/Digital Converter\n  - MCP3202 Analog/Digital Converter\n  - MCP3204 Analog/Digital Converter\n  - MCP3208 Analog/Digital Converter\n  - MCP3304 Analog/Digital Converter\n  - MFRC522 RFID Card Reader\n  - SSD1306 OLED Display Controller\n\nSupport for devices that use 1-wire bus with Linux Kernel support (w1-gpio) have\na shared set of drivers provided using the `gobot/drivers/onewire` package:\n\n- [1-wire](https://en.wikipedia.org/wiki/1-Wire) \u003c=\u003e [Drivers](https://github.com/hybridgroup/gobot/blob/release/drivers/onewire)\n  - DS18B20 Temperature Sensor\n\n## API\n\nGobot includes a RESTful API to query the status of any robot running within a group, including the connection and\ndevice status, and execute device commands.\n\nTo activate the API, import the `gobot.io/x/gobot/v2/api` package and instantiate the `API` like this:\n\n```go\n  manager := gobot.NewManager()\n  api.NewAPI(manager).Start()\n```\n\nYou can also specify the api host and port, and turn on authentication:\n\n```go\n  manager := gobot.NewManager()\n  server := api.NewAPI(manager)\n  server.Port = \"4000\"\n  server.AddHandler(api.BasicAuth(\"gort\", \"klatuu\"))\n  server.Start()\n```\n\nYou may access the [robeaux](https://github.com/hybridgroup/robeaux) React.js interface with Gobot by navigating to `http://localhost:3000/index.html`.\n\n## CLI\n\nGobot uses the Gort [http://gort.io](http://gort.io) Command Line Interface (CLI) so you can access important features\nright from the command line. We call it \"RobotOps\", aka \"DevOps For Robotics\". You can scan, connect, update device\nfirmware, and more!\n\n## Documentation\n\nWe're always adding documentation to our web site at \u003chttps://gobot.io/\u003e please check there as we continue to work on Gobot\n\nThank you!\n\n## Need help?\n\n- Issues: \u003chttps://github.com/hybridgroup/gobot/issues\u003e\n- Twitter: [@gobotio](https://twitter.com/gobotio)\n- Slack: [https://gophers.slack.com/messages/C0N5HDB08](https://gophers.slack.com/messages/C0N5HDB08)\n- Mailing list: \u003chttps://groups.google.com/forum/#!forum/gobotio\u003e\n\n## Contributing\n\nFor our contribution guidelines, please go to [https://github.com/hybridgroup/gobot/blob/release/CONTRIBUTING.md\n](https://github.com/hybridgroup/gobot/blob/release/CONTRIBUTING.md\n).\n\nGobot is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.\n[You can read about it here](https://github.com/hybridgroup/gobot/blob/release/CODE_OF_CONDUCT.md).\n\n## License\n\nCopyright (c) 2013-2020 The Hybrid Group. Licensed under the Apache 2.0 license.\n\nThe Contributor Covenant is released under the Creative Commons Attribution 4.0 International Public License, which\nrequires that attribution be included.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhybridgroup%2Fgobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhybridgroup%2Fgobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhybridgroup%2Fgobot/lists"}