Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

controlling arduino gpio using python and pyserial

NotificationsYou must be signed in to change notification settings

markad-yash/arduino_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

  1. Pyserial

  2. Pyfirmata

pyserial is the base library for serial communication, it requires all the protocol designed by yourself (both the PC and the arduino sides), and of course it gives all the control of the project to you. the firmata protocol is a basic firmware for the arduino and similar boards to 'expose' the gpio trough the serial port to the PC host. it helps to implement the logic in higher levels (like javascript or in your case python with pyfirmata) if you have something basic to do and need it quick use the firmata, if you want to learn from the arduino up to the python program use pyserial

About

controlling arduino gpio using python and pyserial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp