Giter Site home page Giter Site logo

akabeko_headban's Introduction

🐦 hatobus 🚌

Skill

skill badge

  • Language
    • Python 🐍
    • Go :go:
  • Electronics
    • Arduino
    • ESP series
    • Raspberry pi 🍓

Degree in Computer science from University of Aizu

akabeko_headban's People

Contributors

hatobus avatar

Stargazers

 avatar  avatar

Watchers

 avatar

akabeko_headban's Issues

プルダウン抵抗が必要

akabeko_headban/connect_Raspi/comp.pyで

GPIO.setup(20,GPIO.IN)
GPIO.setup(21,GPIO.IN)

GPIO.setup(20,GPIO.IN, pull_up_down=GPIO.PUD_DOWN)
GPIO.setup(21,GPIO.IN, pull_up_down=GPIO.PUD_DOWN)

にするとプルダウン抵抗が必要ないです。

サーボモータが回らない。

akabeko_headban/connect_Raspi/comp.pyの

	    while nowtime - intime < tmptime:
	        GPIO.output(12,True)
		print GPIO.input(12)
		time.sleep(60.0/160)
		GPIO.output(12,False)
		time.sleep(60.0/160)
		nowtime=time.time()


time.sleep(60.0/160)
の部分は
time.sleep(60.0/160000)
だと思います。
(恐らくmsecからsecに変換が必要)

引き継ぎする

Aizu Geek Dojoに展示していて、来年卒業する時にメンテナンスをすることができる人がいないと止まった時に大変

配線図の追加

配線がわからなくなると怖いので配線図を追加しましょう。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.