Successfully reported this slideshow.
Your SlideShare is downloading. ×

Golang Taipei Gathering #15 - 進擊的 Gobot!

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 21 Ad

More Related Content

Similar to Golang Taipei Gathering #15 - 進擊的 Gobot! (20)

Recently uploaded (20)

Advertisement

Golang Taipei Gathering #15 - 進擊的 Gobot!

  1. 1. 進擊的 Gobot! Attack on Gobot! kerkerj image from gobot.io
  2. 2. Who am I ● kerkerj ● twitter: @kerkerj ● blog: blog.kerkerj.in (powered by hugo )
  3. 3. Today I’m going to share about ● Gobot ● a little bit Arduino ● Sphero
  4. 4. Gobot Gobot is a framework for robotics, physical computing, and the Internet of Things, written in the Go programming language
  5. 5. Platforms
  6. 6. Drivers
  7. 7. And things I don’t know :P
  8. 8. Arduino gort - To scan for connected devices, upload firmware, and more.
  9. 9. ← My sensor is broken...Orz NT$ 50
  10. 10. Arduino Blink using Gobot Read the sample code, to understand how Gobot works. $ vim ~/go/src/github.com/kerkerj/arduino_gobot/arduino.go (or sample code from gobot.io) read more: ● type Gobot ● type Robot
  11. 11. Sphero Sphero youtube
  12. 12. Sphero BB8 youtube
  13. 13. Cats love it! Maybe only my cat loves it …
  14. 14. What can Sphero do? ● Change light color ● Rolling! Rolling! Rolling! ● And Jump! (a little bit)
  15. 15. Official Gobot example for Sphero
  16. 16. In my demo ● I used Echo to create API endpoints to controll Sphero. ○ Another micro web framework for Go. ● Use http request to set Sphero’s color or tell Sphero to roll...etc.
  17. 17. Sphero Demo $ j gtg15 $ cd bin && ./sphero $ open http://localhost:5566
  18. 18. End! Demo project source: https://github.com/kerkerj/gtg15-demo
  19. 19. 誠徵下次 gtg 講者 XD

×