엥? 미션이 하나뿐인가 머지?
'게임 > c&c generals' 카테고리의 다른 글
| c&c generals - china 5 (0) | 2016.04.23 |
|---|---|
| c&c generals - china 4 (0) | 2016.04.21 |
| c&c generals - china 3 (0) | 2016.04.20 |
| c&c generals - china 2 (0) | 2016.04.19 |
| c&c generals - traning / normal (2) | 2016.04.17 |
엥? 미션이 하나뿐인가 머지?
| c&c generals - china 5 (0) | 2016.04.23 |
|---|---|
| c&c generals - china 4 (0) | 2016.04.21 |
| c&c generals - china 3 (0) | 2016.04.20 |
| c&c generals - china 2 (0) | 2016.04.19 |
| c&c generals - traning / normal (2) | 2016.04.17 |
벼르던 간만에 게임!
그래픽도 썩 나쁘진 않아 보여서 하는데..
어라.. 최대가 겨우 1600x1200?
처음인. 일단 tarning으로 normal
배경은 중동인듯 하고.. 미군을 데리고 노나 보는듯?
건물 올라가는게 막 신기 ㅋㅋ
그 당시에는 충격일지도?
전반적으로..
시점 조작이 불편하고(휠 클릭 - 좌우만 됨) 줌이 줌 아웃도 너무 적고?
아무튼 해볼까.. 딴걸 해볼까 고민
| c&c generals - china 5 (0) | 2016.04.23 |
|---|---|
| c&c generals - china 4 (0) | 2016.04.21 |
| c&c generals - china 3 (0) | 2016.04.20 |
| c&c generals - china 2 (0) | 2016.04.19 |
| c&c generals - china 1 (0) | 2016.04.18 |
atmega 시리즈
UST-MPB-ATmega128 v1 7H46 HC573
http://www.us-technology.co.kr/product/product_main.asp?mode=101&smode=2
UST-MPB-ATmega128 v3 74HC573 / CS18LV02565ACR70
http://www.us-technology.co.kr/product/product_main.asp?mode=101&smode=9
http://www.gravitech.us/arduino.html / arduino nano 3.1
? arduino nano 3.0
MEGA128_XBee
http://www.cpuplaza.co.kr/goods_detail.php?goodsIdx=446
GS-08A ATmega8
http://www.gersangin.com/shop/goods/goods_view.php?&goodsno=1092&category=025
gy-291 / adxl-345
https://www.eleparts.co.kr/EPXFBJ8Cbrand
AT89S52
ATTINY2313-20PU
ATMEGA8A-PU
HD74HC244P
MAX232CPE
LM324
L297 / L298N
SLA7033M
음.. 이것들로 멀 하면 좋을까나...
| 우리로봇기술 사이트 폐쇄 (0) | 2016.08.24 |
|---|---|
| avr iar __flash winavr PROGMEM (0) | 2016.07.06 |
| avr pwm timer 계산기 (0) | 2016.04.14 |
| atmega sram external (0) | 2016.04.12 |
| avr에 스피커 달기 (0) | 2016.03.16 |
한줄요약하면..
마스터가 둘이거나, 선이 뒤바뀌었거나?
$ i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10: 10 11 12 13 14 15 16 17 18 19 1a UU 1c 1d 1e 1f 20: 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30: 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40: 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50: 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60: 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70: 70 71 72 73 74 75 76 77 |
Generally this happens because something is pulling SDA (pin 3) low.
The i2cdetect program checks for the existence of a device by sending its address then letting SDA float high. If the device exists it should pull SDA low to signal its presence.
Check your wiring to make sure SDA hasn't been inadvertently connected to ground.
[링크 : http://raspberrypi.stackexchange.com/questions/32719/i2cdetect-shows-every-possible-address]
1. Two masters on the same I2C bus.
2. SDA & SCL swapped.
[링크 : https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=93222]
+ 젠장.. 멀티 마스터였던건가!
| 으아아아아 앙대 ㅠㅠ 케이블 단선? (4) | 2016.05.25 |
|---|---|
| 라즈베리 mpeg2 / vc-1 라이센스 (0) | 2016.05.23 |
| 라즈베리는.. i2c slave 모드 불가? (0) | 2016.04.06 |
| OV5647 라즈베리 카메라 관련 (0) | 2016.04.05 |
| 라즈베리 파이 CSI multiplexer (0) | 2016.04.05 |
bayer 포맷은 디카의 raw 포맷이라고 하면 될 것 같은데...
일단.. RGB나 YUV와는 달리
순수하게 센서의 데이터를 그대로 전송 받는데 이미지 센서의 RGB 픽셀은 bayer pattern을 따르게 되고
3x3 bayer 데이터를 하나의 RGB 픽셀로 변환하는 수학 공식을 거쳐 우리가 보는 영상이 되는 듯
Example 2.3. V4L2_PIX_FMT_SGBRG8 4 × 4 pixel image
Byte Order. Each cell is one byte.
start + 0: G00 B01 G02 B03
start + 4: R10 G11 R12 G13
start + 8: G20 B21 G22 B23
start + 12: R30 G31 R32 G33
[링크 : https://linuxtv.org/downloads/v4l-dvb-apis/pixfmt-rgb.html] <<
| Load Capacitor - CL (0) | 2016.10.26 |
|---|---|
| NTSC, PAL, CVBS (0) | 2016.05.25 |
| 패럿(farad) / 암페어(ampere) 변환 (0) | 2016.04.14 |
| genlock (0) | 2016.04.05 |
| tri-state (0) | 2016.03.30 |
음... 생각해보니 스테핑 모터 L297에 클럭으로 넣어줄때.. PWM을 이용해 주파수를 변조하면 될 기분?
덤으로.. 스피커 붙여서 pwm으로 스피커 달때도 쓸만해 보이고?
[링크 : http://aquaticus.info/pwm-frequency]
[링크 : http://eleccelerator.com/avr-timer-calculator/]
헐?! 프로그램!
| avr iar __flash winavr PROGMEM (0) | 2016.07.06 |
|---|---|
| 부품들 정리 (0) | 2016.04.16 |
| atmega sram external (0) | 2016.04.12 |
| avr에 스피커 달기 (0) | 2016.03.16 |
| 클론 avrisp avr studio 6 호환성(?) (0) | 2016.03.07 |
음... euler angle 이란걸 발견해서 이미지로 검색하다 보니..
역시 세상은 넓고 찾아 쓰는것도 빡세구나..
[링크 : http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A850550620]
이미지에 보니.. FreeIMU 란게 보이는데.. 보드네?
[링크 : http://www.varesano.net/projects/hardware/FreeIMU]
[링크 : http://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/]
[링크 : http://www.geekmomprojects.com/mpu-6050-dmp-data-from-i2cdevlib/]
[링크 : https://en.wikipedia.org/wiki/Gimbal_lock]
[링크 : https://github.com/jrowberg/i2cdevlib] 라이브러리
| attiny2313 usb client (0) | 2016.04.19 |
|---|---|
| arduino usb joystic / atmega32u4 (0) | 2016.04.19 |
| 아두이노.. gpio로 pwm 신호 출력 (0) | 2016.04.13 |
| 아두이노 스테핑 모터.. (0) | 2016.04.13 |
| 아두이노 내장 온도 센서 테스트 (0) | 2016.04.11 |
링크가 깨졋...
슈퍼캐패시터 보다가 보니.. 단위가 F 라서
감이 안오는 지라...
Wh = (F * V * V) / (3600 * 2)
인건가?
1F 5V 라면..
25 / 7200 = 0.0034722222222222 = 3.4mWh ?
Energy (Joule) = ½ x Capacitance (Farad) x Voltage2 (Volts) 패럿(Farad)을 일반적 충전 배터리의 와트(Watt)단위로 변환할 때 적용 할 수 있습니다.
Energy (Watt hour) = Energy (Joule) / 3600 (sec) LS엠트론에서는 최대전압에서 절반 정도까지, 전체 에너지의 ¾까지 방출할 것을 권장합니다.
| Capacity of Cell | Ultracapacitor Units [F] | Conversion to Battery Units [Wh] |
|---|---|---|
| Operation voltage (2.8V - 1.4V) | ||
| 120 F | 98m Wh | |
| 350 F | 286m Wh | |
| 3000 F | 2.45 Wh |
[링크 : http://webcache.googleusercontent.com..www.ultracapacitor.co.kr/ko/ultracapacitor/comparison.html..o]
[링크 : http://www.ultracapacitor.co.kr/ko/ultracapacitor/comparison.html]
| NTSC, PAL, CVBS (0) | 2016.05.25 |
|---|---|
| bayer 포맷 출력...? (0) | 2016.04.14 |
| genlock (0) | 2016.04.05 |
| tri-state (0) | 2016.03.30 |
| solid state (0) | 2016.01.17 |
아두이노랑 비슷한 느낌이네..
[링크 : http://www.ti.com/tool/energia]
Energia provides native support for the following LaunchPads:
| 좌절영상 다운로드 링크 (0) | 2016.05.02 |
|---|---|
| 캐논 셔터 컷수 확인하기 (0) | 2016.04.26 |
| 리눅스 텔레그램 콘솔... 그리고 서버제어?! (0) | 2016.04.08 |
| avidemux 간단한 사용법 / 리눅스가 낫네! (0) | 2016.03.28 |
| notepad++ for linux? (0) | 2016.03.22 |
아.. 이래서 시간이 초기화가 안된거였나..
unsigned long ulStatus; unsigned long ulNVData[64]; // // Need to enable the hibernation peripheral before using it. // SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE); // // Enable clocking to the Hibernation module. // HibernateEnableExpClk(SysCtlClockGet()); // // User-implemented delay here to allow crystal to power up and stabilize. // // // Configure the clock source for Hibernation module, and enable the RTC // feature. This configuration is for a 4.194304 MHz crystal. // HibernateClockSelect(HIBERNATE_CLOCK_SEL_DIV128); HibernateRTCEnable(); // // Set the RTC to 0, or an initial value. The RTC can be set once when the // system is initialized after the cold-startup, and then left to run. Or // it can be initialized before every hibernate. // HibernateRTCSet(0); // // Set the match 0 register for 30 seconds from now. // HibernateRTCMatch0Set(HibernateRTCGet() + 30); // // Clear any pending status. // ulStatus = HibernateIntStatus(0); HibernateIntClear(ulStatus); // // Save the program state information. The state information will be // stored in the ulNVData[] array. It is not necessary to save the full 64 // words of data, only as much as is actually needed by the program. // HibernateDataSet(ulNVData, 64); // // Configure to wake on RTC match. // HibernateWakeSet(HIBERNATE_WAKE_RTC); // // Request hibernation. The following call may return since it takes a // finite amount of time for power to be removed. // HibernateRequest(); |
| keil uvision에서 colink-ex 연동하기 (0) | 2016.09.02 |
|---|---|
| ekc-lm3s811 를 ICDI로 사용하기 (0) | 2016.08.27 |
| cortex-m3 인터럽트 관련 조사 (0) | 2016.02.18 |
| uart tx interrupt (0) | 2015.12.18 |
| coflash 구조 및 에러 메시지.. (0) | 2015.12.11 |