분류 전체보기33 [MSFS-DIY] pyton simconnect 연결 예 먼저 simconnect 설치가 필요하다. https://pypi.org/project/SimConnect/ SimConnect Adds a pythonic wrapper for SimConnect SDK. pypi.org pip install SimConnect 설치가 완료되면 아래 예제를 실행 해 보자. import simconnect import time # Connect to SimConnect sm = simconnect.SimConnect() # Define the aircraft object aircraft = sm.add_aircraft_object("Aircraft") # Set the current heading of the aircraft to 270 degrees heading = .. 2023. 4. 4. [MSFS-DIY] arduino tm1637 segment 출 준비물 : arduino tm1637 4 digit segment (4자리 세그먼트 + tm1637) 연결할 점퍼선 들... 1. 아두이노와 tm1637 보드연결 tm1637 의 5v gnd 는 아두이노 보드의 5v gnd 에 clk 는 2번 핀 dio 는 3번 핀 에 연결 한다. 2. arduino 코드 및 컴파일 tm1637 출력 예제 0.1초 에 1씩 증가하는 예제 #include #define CLK 2 // Define CLK pin #define DIO 3 // Define DIO pin TM1637 tm1637(CLK, DIO); // Create a TM1637 object void setup() { tm1637.init(); // Initialize the module } int i = .. 2023. 4. 4. PMDG Ops Center 서버 오류 (unable to reach pmdg servers) PMDG Ops Center 서버 오류 현상이 발생 했을때 C:\Users\{사용자 이름} \AppData\Roaming\PMDG\PMDG Operations Center로 이동하여 OpsCenterUpdater.exe를 마우스 오른쪽 버튼으로 클릭하고 관리자로 실행 PMDG Ops Center 실행 하면 업데이트 후 정상으로 돌아 옴. 2023. 3. 28. FLY 2 HIGH RKTN - 대구국제공항 FLY2HIGH 대구국제공항 출시 https://secure.simmarket.com/fly-2-high-rktn-daegu-international-airport-msfs.phtml 2023. 3. 17. 이전 1 ··· 3 4 5 6 7 8 9 다음