1. 파이썬이 이미 다른 경로에 설치가 되어 있다면(ex C:/python27)


pySerial 설치 파일을 이용해 설치를 진행한다.


블렌더에서 사용하려면 pyserial-2.7.win32_py3k.exe을 설치해야 한다.



2. 블렌더 에디터 창에서

import sys
sys.path.append("C:\Python27\Lib\site-packages")
import serial


arduino = serial.Serial('COM5', 9600)

...






http://www.blender.org/forum/viewtopic.php?t=26484&sid=f68deb37c9c37b4dd36db2a14b17e85f


http://playground.arduino.cc/Interfacing/Python


http://www.instructables.com/id/Interface-Python-and-Arduino-with-pySerial/step3/Program-Idle/


Atmel AVR 8-bit and 32-bit Microcontrollers







http://www.professordan.com/avr/techlib/techlib8/appnotes/



Appnote
Software
2004-11-19
AVR319: Using the USI module for SPI communication
This application note describes a SPI interface implementation, in form of a fullfeatured driver and an example of usage for this driver.


Appnote
Software
2005-09-08
AVR310: Using the USI module as a I2C master
This Application Note describes how to use the USI for TWI master communication.
Appnote
Software
2005-12-13
AVR312: Using the USI module as a I2C slave
This Application Note describes how to use the USI for TWI slave communication.







'AVR & Arduino' 카테고리의 다른 글

servo motor control g-code  (0) 2015.11.25
Simple Servo Tester  (0) 2015.05.14
attiny2313 arduino pin map  (0) 2013.06.28
3x3x3 LED Cube  (0) 2013.01.05
AVR Studio 7 / 6.2 / 5.1 full download  (0) 2012.03.07

attiny2313 arduino pin mapping



'AVR & Arduino' 카테고리의 다른 글

servo motor control g-code  (0) 2015.11.25
Simple Servo Tester  (0) 2015.05.14
AVR Application notes  (0) 2014.01.04
3x3x3 LED Cube  (0) 2013.01.05
AVR Studio 7 / 6.2 / 5.1 full download  (0) 2012.03.07

3x3x3 LED Cube를 만들기 위해 참고 했던 영상.





'AVR & Arduino' 카테고리의 다른 글

servo motor control g-code  (0) 2015.11.25
Simple Servo Tester  (0) 2015.05.14
AVR Application notes  (0) 2014.01.04
attiny2313 arduino pin map  (0) 2013.06.28
AVR Studio 7 / 6.2 / 5.1 full download  (0) 2012.03.07

+ Recent posts