'이론 관련 > 전기 전자' 카테고리의 다른 글
논리회로 게이트 (0) | 2017.04.14 |
---|---|
크리스탈 정밀도 - PPM (0) | 2016.11.23 |
27MHz에 1Mohm 저항을 왜 달까? (2) | 2016.10.26 |
Load Capacitor - CL (0) | 2016.10.26 |
NTSC, PAL, CVBS (0) | 2016.05.25 |
논리회로 게이트 (0) | 2017.04.14 |
---|---|
크리스탈 정밀도 - PPM (0) | 2016.11.23 |
27MHz에 1Mohm 저항을 왜 달까? (2) | 2016.10.26 |
Load Capacitor - CL (0) | 2016.10.26 |
NTSC, PAL, CVBS (0) | 2016.05.25 |
예전에 잠시 반짝 하고 드론에 뭍힌 녀석인데
구조적으로는 헬리콥터 로터를 90도씩 꺽고
로터축도 옆으로뺀 구조라고 하면 되려나?
소음이 적다길래 rpm 관련 정보를 찾다 보니.. 1200 rpm
초당 20회전 * 60초 = 1200rpm 이니가
50msec 마다 한바퀴 회전
상하좌우 4포인트 제어니까 12.5msec 마다 제어를 해주어야 하는 녀석이군..
[링크 : http://www.koreaaero.com/commons/fileDown_prCenter.asp?fileNameIdx=3&fileDir=5]
ik - inverse kinematics (0) | 2024.08.27 |
---|---|
PCB 동박 두께 oz (0) | 2021.11.22 |
adc - single ended / differential (0) | 2015.11.17 |
adc - 시그마델타 / SAR (0) | 2015.11.16 |
가속도/각속도/기울기 센서 (0) | 2015.08.25 |
netrender 소스인거 같은데 이런 에러네.. 버전 체크?
def clientConnection(netsettings, report = None, scan = True, timeout = 5): address = netsettings.server_address port = netsettings.server_port use_ssl = netsettings.use_ssl
if address== "[default]": # calling operator from python is fucked, scene isn't in context # if bpy: # bpy.ops.render.netclientscan() # else: if not scan: return None address, port = clientScan() if address == "": return None conn = None try: HTTPConnection = http.client.HTTPSConnection if use_ssl else http.client.HTTPConnection if platform.system() == "Darwin": with ConnectionContext(timeout): conn = HTTPConnection(address, port) else: conn = HTTPConnection(address, port, timeout = timeout) if conn: if clientVerifyVersion(conn, timeout): return conn else: conn.close() reporting(report, "Incorrect master version", ValueError) except BaseException as err: if report: report({'ERROR'}, str(err)) return None else: print(err) return None def clientVerifyVersion(conn, timeout): with ConnectionContext(timeout): conn.request("GET", "/version") response = conn.getresponse() if response.status != http.client.OK: conn.close() return False server_version = response.read() if server_version != VERSION: print("Incorrect server version!") print("expected", str(VERSION, encoding='utf8'), "received", str(server_version, encoding='utf8')) return False return True |
[링크 : https://github.com/WARP-LAB/Blender-Network-Render-Additions/blob/master/netrender/utils.py]
이제야(?) 생각이 나서 콘솔에서 실행에서 에러를 보니.. 크앙..
2.76b랑 2.78이랑은 버전이 다른듯 흑 ㅠㅠ
윈도우 쪽을 버전을 내려야지 머 ㅠㅠ
$ blender connect failed: No such file or directory Read new prefs: /home/odroid/.config/blender/2.76/config/userpref.blend libGL error: unable to load driver: exynos_dri.so libGL error: driver pointer missing libGL error: failed to load driver: exynos Incorrect server version! expected 1.9 received 1.8 Incorrect master version Incorrect server version! expected 1.9 received 1.8 Incorrect master version Info: Master server found Incorrect server version! expected 1.9 received 1.8 Error: Incorrect master version |
+
2016.11.23
윈도우쪽 버전을 맞추어도 여전히 incorrect 버전이라고 뜨네..
python쪽 차이일려나? 미지수네...
blender physical simulation (0) | 2018.03.19 |
---|---|
blender netrender 잠시 된건가.. (0) | 2016.11.23 |
blender netrender 구조 (0) | 2016.11.19 |
블렌더 강좌 (0) | 2016.11.18 |
ubuntu blender addons (0) | 2016.11.17 |
ESC - Electronic Speed Control
BLDC + ESC가 필수라는데
[링크 : http://hyongdoc.tistory.com/31]
암만봐도 4만원 이하의 드론에 저런걸 쓸리는 없어서 찾아보니
ESC없는 드론은 모터를 다른걸 쓴다고 한다.
코어리스 모터는 또 머래..
아무튼 얘가.. 소형 고효율 고출력 모터라서 드론에 쓰이는 듯?
[링크 : https://www.quora.com/Will-the-drone-work-without-a-ESC]
[링크 : http://blog.naver.com/motor_bank/60198299399]
[링크 : http://cafe.daum.net/_c21_/bbs_search_read?grpid=f1jm&fldid=6enW&datanum=4797]
+ 2017.07.10
코어리스 권선?
권선이니까.. 엄밀하게 얘가 브러쉬던 브러쉬리스 던 상관없다는 의미가 되려나?
[링크 : http://www.maxonmotor.co.kr/maxon/view/content/brushless-dc-motors-overview]
모터부 전원 분리 (0) | 2016.12.03 |
---|---|
로봇 관절 부품 (0) | 2016.11.25 |
디지털 서보 / 아날로그(표준) 서보? (0) | 2016.03.28 |
L6470 보드 판매처 (0) | 2015.11.06 |
바이폴라 / 유니폴라 - 전기적 결선 방법 (0) | 2015.11.04 |
엌 win/pc 버전으로 해서봤더니 나오네? ㅋㅋㅋ
엌ㅋㅋㅋㅋ 멀리서 보면 그럴싸 한데?
vlc 간편 녹화 (0) | 2022.08.01 |
---|---|
http vlc protocol (0) | 2018.11.30 |
vlc 옵션 -vvv (0) | 2015.09.15 |
dash with VLC (0) | 2015.09.11 |
VLC dshow(캡쳐장비) 해상도 설정 (0) | 2015.05.23 |
14.04에서도 안된건... vlc출력 설정 문제였을까?
$ dmesg [ 31.676418] usb 1-3.1: new full-speed USB device number 6 using s5p-ehci [ 31.782909] usb 1-3.1: New USB device found, idVendor=0ac8, idProduct=301b [ 31.782918] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 31.782924] usb 1-3.1: Product: PC Camera [ 31.782929] usb 1-3.1: Manufacturer: Vimicro Corp. [ 33.350055] gspca_main: v2.14.0 registered [ 33.352485] gspca_main: gspca_zc3xx-2.14.0 probing 0ac8:301b [ 33.536816] input: gspca_zc3xx as /devices/platform/s5p-ehci/usb1/1-3/1-3.1/input/input4 [ 33.537949] usbcore: registered new interface driver gspca_zc3xx |
$ ll /dev/video* crw-rw----+ 1 root video 81, 16 11월 21 20:53 /dev/video0 crw-rw----+ 1 root video 81, 0 2월 12 2016 /dev/video10 crw-rw----+ 1 root video 81, 1 2월 12 2016 /dev/video11 crw-rw----+ 1 root video 81, 2 2월 12 2016 /dev/video12 crw-rw----+ 1 root video 81, 3 2월 12 2016 /dev/video13 crw-rw----+ 1 root video 81, 4 2월 12 2016 /dev/video14 crw-rw----+ 1 root video 81, 5 2월 12 2016 /dev/video15 crw-rw----+ 1 root video 81, 6 2월 12 2016 /dev/video16 crw-rw----+ 1 root video 81, 7 2월 12 2016 /dev/video17 crw-rw----+ 1 root video 81, 12 2월 12 2016 /dev/video20 crw-rw----+ 1 root video 81, 13 2월 12 2016 /dev/video21 crw-rw----+ 1 root video 81, 14 2월 12 2016 /dev/video8 crw-rw----+ 1 root video 81, 15 2월 12 2016 /dev/video9 |
$ vlc VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80) [00023938] core libvlc: 기본 인터페이스로 vlc 실행. vlc 인터페이스 없이 사용하려면 'cvlc' 을 사용하세요. sudFailed to open VDPAU backend libvdpau_nvidia.so: 동적 오브젝트 파일을 열 수 없습니다: 그런 파일이나 디렉터리가 없습니다 [b5905cb8] xcb_xv vout display error: no available XVideo adaptor libGL error: unable to load driver: exynos_dri.so libGL error: driver pointer missing libGL error: failed to load driver: exynos [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a7509b48] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [a2500510] core input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms) |
사용 가능한 옵션은 다음과 같은데..
아스키 아트 비디오 출력을 하니 아래와 같이 나온다.
오메 신기해라 ㅋㅋ
X11 비디오 출력으로 하니 정상적으로 잘 나온다.
odroid u3 전원소비 (경우별) (0) | 2016.12.15 |
---|---|
odroid vlc 웹캠 cpu 점유율 (0) | 2016.11.26 |
odroid ubuntu mate 16.04 chrome flash가 안되네.. (0) | 2016.11.19 |
odroid ubuntu mate 16.04 uname (0) | 2016.11.17 |
odroid u3 ubuntu MATE 16.04 / chrome hold (0) | 2016.11.14 |
Master는 Slave를 관리하기만 하고 자기 스스로는 rendering을 하지 않는 관리용 노드
Slave는 Master의 명령을 받아 rendering하는 노드
Client는 Mater에게 렌더링을 요청하는 노드
The Master Node does no rendering, it just stores the .blend information and sources out the rendering to slaves and keeps track of what 'Chunks' are going where. The Slave Node (or nodes) are the work horses, doing all the rendering under the control of the master. The Client Node is the node from which render jobs are sent to the master for distributed rendering by the slaves. This is where you have your project open and are working in Blender. |
[링크 : http://blendingwithforbes.blogspot.kr/2010/03/blender-25-network-render.html]
두대 가지고 하려면은
메인 PC에는
Mater / Slave / Client를 돌리고
보조 PC에다가는
Slave를 돌려야 하는데...
그러면 Blender를 세개나 돌려야 하나.. ㄷㄷㄷ
blender netrender 잠시 된건가.. (0) | 2016.11.23 |
---|---|
blender netrender / incorrect master version (0) | 2016.11.22 |
블렌더 강좌 (0) | 2016.11.18 |
ubuntu blender addons (0) | 2016.11.17 |
blender 2.78 network render (0) | 2016.11.16 |
왜 안될까 -_-
$ sudo find / -name *flash* /usr/lib/mozilla/plugins/flash-mozilla.so /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so /etc/alternatives/flash-mozilla.so /var/lib/dpkg/alternatives/flash-mozilla.so |
[링크 : https://ubuntu-mate.community/t/tutorial-flash-player-for-chromium-and-firefox/3598]
[링크 : http://askubuntu.com/questions/513027/flash-for-ubuntu-arm]
|
odroid vlc 웹캠 cpu 점유율 (0) | 2016.11.26 |
---|---|
odroid u3 16.04 vlc / webcam (0) | 2016.11.21 |
odroid ubuntu mate 16.04 uname (0) | 2016.11.17 |
odroid u3 ubuntu MATE 16.04 / chrome hold (0) | 2016.11.14 |
odroid ubuntu mate 16.04 사용준비 (0) | 2016.11.12 |
블로그에 이미지 올릴 방법이 없어서
어쩔수 없이 활성화 해야 할 듯.. 닝기리
[링크 : https://support.google.com/chrome/answer/6213033?hl=ko]
+
odroid ... fail
티스토리 결산 ㅋㅋㅋ (6) | 2017.01.17 |
---|---|
티스토리 백업 / 트랙백 사라진다...?! (2) | 2016.12.08 |
블로그 오랫만에 백업... (0) | 2016.11.10 |
티스토리 DNS 서버 관련 설정변경 (0) | 2016.09.12 |
그냥 구버전 스킨으로 복귀 (0) | 2016.09.08 |
오랫만에 만져보려니 다 까먹었네ㅠㅠ
[링크 : https://www.youtube.com/user/nyaank/videos?sort=dd&shelf_id=1&view=0]
[링크 : http://minex2.tistory.com/18]
[링크 : http://sinyeobi.blog.me/10137607440] 컵만들기
[링크 : http://sinyeobi.blog.me/10134908514] 컵만들기 1
[링크 : http://sinyeobi.blog.me/10137157495] 기본단축키
[링크 : http://sinyeobi.blog.me/10175283243] 기본 UI 설명
blender netrender / incorrect master version (0) | 2016.11.22 |
---|---|
blender netrender 구조 (0) | 2016.11.19 |
ubuntu blender addons (0) | 2016.11.17 |
blender 2.78 network render (0) | 2016.11.16 |
Blender stereoscopic Add-on 설치 (2) | 2011.09.19 |