'잡동사니'에 해당되는 글 13155건

  1. 2024.11.07 ad4111
  2. 2024.11.07 ad5292 write protect
  3. 2024.11.07 bq25703a 충전
  4. 2024.11.07 오블완 챌린지? 3
  5. 2024.11.06 안녕 딸기
  6. 2024.11.06 minicom color
  7. 2024.11.04 stm32 gpio ext interrupt 모드
  8. 2024.11.04 stm32f103 adc + dma
  9. 2024.11.03 dirt rally 2.0 motion data
  10. 2024.11.03 F1 2015 motion data
회사일/전자부품2024. 11. 7. 21:28

 

\CONFIGURATION OVERVIEW
After power-on or reset, the AD4111 default configuration is as follows:
• Channel configuration: Channel 0 is enabled, the VIN0 and VIN1 pair is selected as the input. Setup 0 is selected.
• Setup configuration: the analog input buffers are disabled and the reference input buffers are also disabled. The REF± pins
are selected as the reference source. Note that for this setup, the default channel does not operate correctly
because the input buffers need to be enabled for a VIN input.
• Filter configuration: the sinc5 + sinc1 filter is selected and the maximum output data rate of 31.25 kSPS is selected.
• ADC mode: continuous conversion mode and the internal oscillator are enabled. The internal reference is disabled.
• Interface mode: CRC and the data and status output are disabled.
• GPIO configuration: open wire detection is disabled.
Note that only a few of the register setting options are shown. This list is only an example. For full register information, see
the Register Details section. Figure 35 shows an overview of the suggested flow for changing the ADC configuration, divided into the following three blocks:
• Channel configuration (see Box A in Figure 35)
• Setup configuration (see Box B in Figure 35)
• ADC mode and interface mode configuration (see Box C in Figure 35)





SPI의 MISO핀이 RDY라서 어떻게 읽나 했는데 상태 레지스터에서 RDY를 보면 된다.




CONTINUOUS CONVERSION MODE
Continuous conversion mode is the default power-up mode.
The AD4111 converts continuously, and the RDY bit in the
status register goes low each time a conversion is complete. If CS
is low, the RDY output also goes low when a conversion is
complete



SINGLE CONVERSION MODE
In single conversion mode, the AD4111 performs a single
conversion and is placed in standby mode after the conversion
is complete. The RDY output goes low to indicate the completion
of a conversion. When the data-word has been read from the
data register, the RDY output goes high. The data register can
be read several times, if required, even when the RDY output goes
high.
If several channels are enabled, the ADC automatically sequences
through the enabled channels and performs a conversion on
each channel. When the first conversion is started, the RDY
output goes high and remains high until a valid conversion is
available and CS is low. When the conversion is available, the
RDY output goes low. The ADC then selects the next channel and
begins a conversion. The user can read the present conversion
while the next conversion is being performed. When the next
conversion is complete, the data register is updated; therefore,
the user has a limited period in which to read the conversion.
When the ADC has performed a single conversion on each of
the selected channels, it returns to standby mode.
If the DATA_STAT bit in the interface mode register is set to 1, the
contents of the status register, along with the conversion, are
output each time the data register is read. The four LSBs of the
status register indicate the channel to which the conversion
corresponds.









[링크 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad4111.pdf]

'회사일 > 전자부품' 카테고리의 다른 글

ptn5110 usb-pd rdo 응답  (0) 2025.01.15
ad5292 wiper 값  (0) 2025.01.06
ads8598  (0) 2024.11.13
ad5292 write protect  (0) 2024.11.07
ad5291 shutdown mode  (0) 2024.09.26
Posted by 구차니
회사일/전자부품2024. 11. 7. 18:59

값을 써도 안바뀌는 것 같아 찾아보니

쓰기금지가 기본이고, 테스트 해보니 매번 쓰기금지를 풀어주고 값을 써야 되는 것 같은데 확인이 필요하다.

WRITE PROTECTION
On power-up, the shift register write commands for both the RDAC register and the 20-TP memory register are disabled. The RDAC write protect bit, C1 of the control register (see Table 12 and Table 13), is set to 0 by default.

 

[링크 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad5291_5292.pdf]

'회사일 > 전자부품' 카테고리의 다른 글

ptn5110 usb-pd rdo 응답  (0) 2025.01.15
ad5292 wiper 값  (0) 2025.01.06
ads8598  (0) 2024.11.13
ad4111  (0) 2024.11.07
ad5291 shutdown mode  (0) 2024.09.26
Posted by 구차니
회사일/BQ25703A2024. 11. 7. 17:37

POR 시에 CELL_BATPRESZ 에 들어오는 값으로 셀 갯수를 확인하고

셀 갯수에 맞게 05/04h 에 전압을 설정한다. 다르게 보면 전압은 굳이 설정할 필요가 없어 보이고

CHRG_OK 이후에 03/02에 쓰면 충전이 시작 되는듯.

Upon POR, REG0x05/04() is by default set as 4192 mV for 1 s, 8400 mV for 2 s, 12592 mV for 3 s or 16800 mV for 4 s. After CHRG_OK, if host writes REG0x03/02() before REG0x05/04(), the charge will start after the write to REG0x03/02().If the battery is different from 4.2 V/cell, the host has to write to REG0x05/04() before REG0x03/02() for correct battery voltage setting. Writing REG0x05/04() to 0 will set REG0x05/04() to default value on CELL_BATPRESZ pin, and force REG0x03/02() to zero to disable charge.

 

 

CHRG_INHIBIT (POR, 0 = enable charge) 요게 꺼져있어야 충전이 된다는데 기본 값이다.

[링크 : https://www.ti.com/lit/ds/symlink/bq25703a.pdf]

'회사일 > BQ25703A' 카테고리의 다른 글

BQ25703A input voltage 갱신하기  (0) 2024.12.02
bq25703A NVDC  (0) 2024.11.29
배터리 충전  (0) 2024.11.28
bq25703A i2c 읽기, 쓰기  (0) 2024.11.22
Posted by 구차니
개소리 왈왈/블로그2024. 11. 7. 16:55

어짜피(?) 맨날 쓰긴 한데

정작 귀찮아서 다음주 보기 누르는 데 흐음..

블로그 전용 이모티콘을 위해 해야하나?

[링크 : https://www.tistory.com/event/write-challenge-2024]

 

 

 

+

햄버거 쿠폰을 향해 달...려?

 

+

먼가 이벤트를 위해 이것저것 준비한 노력은 보이네

'개소리 왈왈 > 블로그' 카테고리의 다른 글

해피빈 기부 시즌  (0) 2024.12.18
오블완 챌린지 완료  (0) 2024.11.28
티스토리 수익예측  (1) 2024.09.11
이번주는 개발자들 휴가?  (0) 2024.07.31
오랫만에 해피빈 기부  (0) 2024.07.22
Posted by 구차니

4년 키우던 새가 갑자기 죽었다

집에 오니

일에치여 무덤덤했던 감정이 쏟아져

울컥하게 된다

머가 그리 급해서 아빠에겐 인사도 안하고 가고

눈도 못감고 갔니..

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

먹고 자고 먹고 자고 먹고 자고  (0) 2024.11.09
수술 끝  (2) 2024.11.08
갑분 혈관나이  (6) 2024.10.26
아부지 하루 늦은 병원 옮김  (0) 2024.10.25
개산책하다가 수다  (0) 2024.10.23
Posted by 구차니
프로그램 사용/minicom2024. 11. 6. 14:23

putty 등을 통해서 시리얼로 접속하면 컬러풀하게 나오는데

같은 장비에 접속해도 흑백으로 나오길래 검색해봄

 

근데 이걸 기본값으로 저장하는 방법은 없나?

$ minicom -c on

 

$ minicom --help
Usage: minicom [OPTION]... [configuration]
A terminal program for Linux and other unix-like systems.

  -b, --baudrate         : set baudrate (ignore the value from config)
  -D, --device           : set device name (ignore the value from config)
  -s, --setup            : enter setup mode
  -o, --noinit           : do not initialize modem & lockfiles at startup
  -m, --metakey          : use meta or alt key for commands
  -M, --metakey8         : use 8bit meta key for commands
  -l, --ansi             : literal; assume screen uses non IBM-PC character set
  -L, --iso              : don't assume screen uses ISO8859
  -w, --wrap             : Linewrap on
  -H, --displayhex       : display output in hex
  -z, --statline         : try to use terminal's status line
  -7, --7bit             : force 7bit mode
  -8, --8bit             : force 8bit mode
  -c, --color=on/off     : ANSI style color usage on or off
  -a, --attrib=on/off    : use reverse or highlight attributes on or off
  -t, --term=TERM        : override TERM environment variable
  -S, --script=SCRIPT    : run SCRIPT at startup
  -d, --dial=ENTRY       : dial ENTRY from the dialing directory
  -p, --ptty=TTYP        : connect to pseudo terminal
  -C, --capturefile=FILE : start capturing to FILE
  --capturefile-buffer-mode=MODE : set buffering mode of capture file
  -F, --statlinefmt      : format of status line
  -R, --remotecharset    : character set of communication partner
  -v, --version          : output version information and exit
  -h, --help             : show help
  configuration          : configuration file to use

These options can also be specified in the MINICOM environment variable.
This variable is currently unset.
The configuration directory for the access file and the configurations
is compiled to /etc/minicom.

Report bugs to <minicom-devel@lists.alioth.debian.org>.

 

[링크 : https://lists.debian.org/debian-user/1996/10/msg00239.html]

'프로그램 사용 > minicom' 카테고리의 다른 글

minicom에서 stty로 터미널 폭 조절하기  (0) 2023.10.24
minicom lf에 cr 붙이기  (0) 2023.01.05
minicom 16진수로 보기  (0) 2022.08.25
minicom 로그 저장하기  (0) 2021.09.16
minicom timestamp  (0) 2021.09.16
Posted by 구차니
embeded/Cortex-M3 STM2024. 11. 4. 22:48

왜 안되나 했더니.. 다른 칩에서 계속 pull down 하고 있어서 버튼을 눌러도 올라가지 않았던...

 

cubeide 에서 특정 핀을 GPIO_EXT로 설정하고

 

External Interrupt Mode with ... 로 시작하는 녀석을 고른다.

필요하다면 falling edge 혹은 rising edge에서만도 잡을 수 있는데

 

둘 다 해두면 어떤 이벤트에서 인터럽트가 발생하는지 모르니, 결국에는 인터럽트 핸들러에서

해당 핀의 상태를 읽어서  판별을 해야하나? 조금 복잡한 문제가 발생할 듯 하다.

[링크 : https://blog.naver.com/micomcore/223281042436?]

 

그리고 NVIC 탭에서 해당 인터럽트를 활성화 해준다.

 

아래의 _weak 함수를 재정의 해서 사용하면 끝

GPIO_Pin은 핀 번호 별로 올라오니, 다른 포트의 같은 핀은 구분이 되지 않으니 유의

void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
{
  printf("GPIO_Pin[%d]\n", GPIO_Pin);
}

'embeded > Cortex-M3 STM' 카테고리의 다른 글

STM32 timer 사용하기  (0) 2024.12.13
STM32 PWM 으로 LED 점진적으로 깜박이기  (0) 2024.12.13
stm32f103 adc + dma  (0) 2024.11.04
stm32 adc 읽기(1개로 여러 개 채널)  (0) 2024.10.30
stm32 tim output compare(OC) mode  (0) 2024.07.12
Posted by 구차니
embeded/Cortex-M3 STM2024. 11. 4. 14:12

4개의 아날로그 값을 읽어야 해서 고군분투(?) 했는데 

(설정은 아래대로)

 

+ 2024.11.06

Sampling time이 1.5Cycle로 할 경우 다른 채널이 막 섞이는 것 처럼 보인다.

71.5cycle로 하고(@12MHz) 문제없이 작동 확인

+

 

 

의외로 삽질을 한 부분은... "Continuous Conversion Mode"

이걸 켜고 4개 rank에 대해서 dma로 읽으니

1 2 3 4

2 3 4 1

3 4 1 2

식으로 데이터가 하나씩 (조금은 랜덤하게) 밀리는 현상이 발생한다.

 

Sampling Time은 어느 문서에서는 86cycle 이런식으로 길게 하라는데

혹시나 해서 시스템 클럭을 낮게 했는데도 1.5Cycle에서 큰 문제가 없어 보이니, 장기적으로 테스트 해봐야 알 듯.

 

 

[링크 : https://www.st.com/content/dam/kms/Contents/Reflibrary/ADC_Firmware_guide_Mode_and_Feature.pdf]

[링크 : https://www.st.com/content/dam/kms/Contents/Reflibrary/ADC_Firmware_guide_Timer_and_ADC.pdf]

 

84 cycle

[링크 : https://m.blog.naver.com/kiss103007/223043132332]

[링크 : https://blog.naver.com/nextstone/223369997849]

 

+

STM32F4 시리즈는 F1 과는 또 다른 듯?

[링크 : https://m.blog.naver.com/eziya76/221473392732]

 

[링크 : https://www.st.com/resource/en/application_note/an3116-stm32s-adc-modes-and-their-applications-stmicroelectronics.pdf]

Posted by 구차니

메뉴에는 없어서 실행하고나서 파일을 찾으니 보인다.

아래는 기본 설정

<motion_platform>
<dbox enabled="true" />
<udp enabled="false" extradata="0" ip="127.0.0.1" port="20777" delay="1" />
<custom_udp enabled="false" filename="packet_data.xml" ip="127.0.0.1" port="20777" delay="1" />
<fanatec enabled="true" pedalVibrationScale="1.0" wheelVibrationScale="1.0" ledTrueForGearsFalseForSpeed="true" />
</motion_platform>

 

dbox는 끄고 udp만 true로 바꾸고 해보면

<motion_platform>
<dbox enabled="false" />
<udp enabled="true" extradata="0" ip="192.168.219.24" port="20777" delay="1" />
<custom_udp enabled="false" filename="packet_data.xml" ip="127.0.0.1" port="20777" delay="1" />
<fanatec enabled="true" pedalVibrationScale="1.0" wheelVibrationScale="1.0" ledTrueForGearsFalseForSpeed="true" />
</motion_platform>

 

얘도 ToCA가 반복되네.  F1 2012랑 동일한 프로콜인가?

$ nc -ul 20777 | hexdump -C
000550b0  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
000550c0  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
000550d0  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
000550e0  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
000550f0  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055100  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055110  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055120  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055130  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055140  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
00055150  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
00055160  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
00055170  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
00055180  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
00055190  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000551a0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
000551b0  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
000551c0  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
000551d0  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
000551e0  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
000551f0  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055200  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055210  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055220  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055230  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055240  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055250  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
00055260  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
00055270  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
00055280  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
00055290  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000552a0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000552b0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
000552c0  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
000552d0  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
000552e0  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
000552f0  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055300  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055310  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055320  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055330  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055340  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055350  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055360  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
00055370  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
00055380  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
00055390  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
000553a0  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000553b0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000553c0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
000553d0  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
000553e0  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
000553f0  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
00055400  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055410  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055420  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055430  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055440  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055450  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055460  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055470  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
00055480  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
00055490  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
000554a0  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
000554b0  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000554c0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000554d0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
000554e0  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
000554f0  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
00055500  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
00055510  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055520  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055530  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055540  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055550  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055560  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055570  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055580  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
00055590  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
000555a0  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
000555b0  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
000555c0  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000555d0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000555e0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
000555f0  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
00055600  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
00055610  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
00055620  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055630  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055640  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055650  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055660  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055670  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055680  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
00055690  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
000556a0  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
000556b0  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
000556c0  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
000556d0  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000556e0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
000556f0  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
00055700  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
00055710  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
00055720  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
00055730  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055740  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055750  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055760  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055770  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055780  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
00055790  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
000557a0  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|
000557b0  54 6f 43 41 18 b3 01 00  4c b2 7c 3b d6 d1 a1 ba  |ToCA....L.|;....|
000557c0  2f 1d c2 3a 6a dd 99 3f  6d 00 94 bc c1 77 27 bc  |/..:j..?m....w'.|
000557d0  ff 80 49 b9 0c 35 91 bd  14 5b 8c bc 7a 1a 10 bb  |..I..5...[..z...|
000557e0  a6 dd 1e bb 17 8b d8 ba  80 b7 38 fb 85 ad ff ff  |..........8.....|
000557f0  70 93 d1 08 54 6f 43 41  18 b3 01 00 4c b2 7c 3b  |p...ToCA....L.|;|
00055800  d6 d1 a1 ba 2f 1d c2 3a  6a dd 99 3f 6d 00 94 bc  |..../..:j..?m...|
00055810  c1 77 27 bc ff 80 49 b9  0c 35 91 bd 14 5b 8c bc  |.w'...I..5...[..|
00055820  7a 1a 10 bb a6 dd 1e bb  17 8b d8 ba 80 b7 38 fb  |z.............8.|
00055830  85 ad ff ff 70 93 d1 08  54 6f 43 41 18 b3 01 00  |....p...ToCA....|
00055840  4c b2 7c 3b d6 d1 a1 ba  2f 1d c2 3a 6a dd 99 3f  |L.|;..../..:j..?|
00055850  6d 00 94 bc c1 77 27 bc  ff 80 49 b9 0c 35 91 bd  |m....w'...I..5..|
00055860  14 5b 8c bc 7a 1a 10 bb  a6 dd 1e bb 17 8b d8 ba  |.[..z...........|
00055870  80 b7 38 fb 85 ad ff ff  70 93 d1 08 54 6f 43 41  |..8.....p...ToCA|
00055880  18 b3 01 00 4c b2 7c 3b  d6 d1 a1 ba 2f 1d c2 3a  |....L.|;..../..:|
00055890  6a dd 99 3f 6d 00 94 bc  c1 77 27 bc ff 80 49 b9  |j..?m....w'...I.|
000558a0  0c 35 91 bd 14 5b 8c bc  7a 1a 10 bb a6 dd 1e bb  |.5...[..z.......|
000558b0  17 8b d8 ba 80 b7 38 fb  85 ad ff ff 70 93 d1 08  |......8.....p...|

 

+

2024.12.08

악셀이나 브레이크를 잡아도 먼가 바뀌는 플래그가 안보이고 ToCA가 가장 마지막 데이터네.. 머지?

68바이트.. 작다!

6C DB 00 00 A9 C3 99 3D 78 7C 5C 3D 43 29 0D 3D 
0E B2 89 3F C6 CC EB 3C 27 65 18 BD 3F 1B FE 3F 
AF 34 DE BF 37 FB 44 40 2C BF E6 C0 38 E7 7B 40 
44 3D 24 3D 88 7D D7 FB 74 43 33 00 50 4F CB 08 
54 6F 43 41 

'모종의 음모 > motion simulator' 카테고리의 다른 글

forza horizon 4, 리눅스용 c언어 대시보드  (0) 2024.11.30
forza horizon 4 data format  (0) 2024.11.20
F1 2015 motion data  (0) 2024.11.03
F1 2012 motion data  (0) 2024.11.03
dirt showdown motion data  (0) 2024.11.03
Posted by 구차니

XML 구조가 다르다? 수정을 했는데 잘 되려나?

수정 전

<motion>
<dbox enabled="true" />
<udp enabled="false" ip=" 127.0.0.1 " port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
</motion>

 

수정 후

<motion>
<dbox enabled="false" />
<udp enabled="true" ip="192.168.219.24" port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
<udp enabled="false" ip="127.0.0.1" port="20777" />
</motion>

 

/YF 가 주기적으로 나온다.

$ nc -ul 20777 | hexdump -C
00150b70  00 00 c8 42 00 00 00 00  00 00 80 3f 98 68 2d 42  |...B.......?.h-B|
00150b80  00 00 00 00 bc 36 76 44  19 50 76 44 c7 f3 84 44  |.....6vD.PvD...D|
00150b90  ad c2 84 44 00 00 90 41  00 00 90 41 00 00 90 41  |...D...A...A...A|
00150ba0  00 00 90 41 00 00 80 40  00 00 c6 42 40 aa a5 45  |...A...@...B@..E|
00150bb0  00 00 00 00 ff 2f 59 46  00 80 3b 45 00 00 10 41  |...../YF..;E...A|
00150bc0  00 00 80 3f 00 00 00 00  00 00 00 00 00 00 00 40  |...?...........@|
00150bd0  0f 3d a4 42 11 35 3c 42  1f 26 f0 44 1f 26 f0 44  |.=.B.5<B.&.D.&.D|
00150be0  6a 66 35 c3 d3 e9 5b 40  5c bb 65 c4 d5 14 e5 40  |jf5...[@\.e....@|
00150bf0  31 da a3 40 9d d7 b3 bd  3d 12 a0 c0 2c 1f 31 3f  |1..@....=...,.1?|
00150c00  30 a1 52 ba bf d5 38 3f  59 cb 38 3f ef b2 a5 bc  |0.R...8?Y.8?....|
00150c10  ae 16 31 bf ca b0 41 40  1e 4d 4d 40 14 bb 72 40  |..1...A@.MM@..r@|
00150c20  13 8e 6b 40 d6 ed 1b 42  86 5f 09 43 04 a5 45 42  |..k@...B._.C..EB|
00150c30  02 81 3c 43 22 f3 e3 40  12 9d e5 40 f1 40 e4 40  |..<C"..@...@.@.@|
00150c40  34 af e5 40 00 00 00 00  f0 70 68 3d 00 00 00 00  |4..@.....ph=....|
00150c50  00 00 00 00 00 00 00 40  02 a4 0f be 13 8f 8d be  |.......@........|
00150c60  00 00 00 00 87 86 6d 45  00 00 00 00 00 00 80 41  |......mE.......A|
00150c70  00 50 c3 48 00 50 c3 48  00 00 00 00 00 00 80 3f  |.P.H.P.H.......?|
00150c80  00 00 80 3f 77 16 0f 41  00 00 c8 42 00 00 00 00  |...?w..A...B....|
00150c90  00 00 80 3f 98 68 2d 42  00 00 00 00 a2 1e 76 44  |...?.h-B......vD|
00150ca0  fc 37 76 44 37 e5 84 44  24 b4 84 44 00 00 90 41  |.7vD7..D$..D...A|
00150cb0  00 00 90 41 00 00 90 41  00 00 90 41 00 00 80 40  |...A...A...A...@|
00150cc0  00 00 c6 42 40 aa a5 45  00 00 00 00 ff 2f 59 46  |...B@..E..... /YF |
00150cd0  00 80 3b 45 00 00 10 41  00 00 80 3f 00 00 00 00  |..;E...A...?....|
00150ce0  00 00 00 00 00 00 00 40  97 45 a4 42 1c 46 3c 42  |.......@.E.B.F<B|
00150cf0  3f 26 f0 44 3f 26 f0 44  86 50 35 c3 68 d1 5b 40  |?&.D?&.D.P5.h.[@|
00150d00  ac c0 65 c4 95 e0 e4 40  3b 37 a4 40 75 30 b7 bd  |..e....@;7.@u0..|
00150d10  8f 67 9f c0 6f 38 31 3f  d6 f0 46 bb 41 bd 38 3f  |.g..o81?..F.A.8?|
00150d20  01 b1 38 3f 1a c7 a5 bc  42 32 31 bf 81 f2 3e 40  |..8?....B21...>@|
00150d30  32 b7 03 40 da 90 81 40  e8 70 2c 40 68 a4 24 c0  |2..@...@.p,@h.$.|
00150d40  8a 02 8a c2 21 14 76 41  93 bd 6c c2 6d 1e e4 40  |....!.vA..l.m..@|
00150d50  f8 ab df 40 b2 52 e4 40  39 8c e5 40 00 00 00 00  |...@.R.@9..@....|
00150d60  f0 70 68 3d 00 00 00 00  00 00 00 00 00 00 00 40  |.ph=...........@|
00150d70  0c 7a 0f be 40 3a 1b bd  00 00 00 00 2d 19 6b 45  |.z..@:......-.kE|
00150d80  00 00 00 00 00 00 80 41  00 50 c3 48 00 50 c3 48  |.......A.P.H.P.H|
00150d90  00 00 00 00 00 00 80 3f  00 00 80 3f 77 16 0f 41  |.......?...?w..A|
00150da0  00 00 c8 42 00 00 00 00  00 00 80 3f 98 68 2d 42  |...B.......?.h-B|
00150db0  00 00 00 00 86 06 76 44  dd 1f 76 44 a6 d6 84 44  |......vD..vD...D|
00150dc0  9a a5 84 44 00 00 90 41  00 00 90 41 00 00 90 41  |...D...A...A...A|
00150dd0  00 00 90 41 00 00 80 40  00 00 c6 42 40 aa a5 45  |...A...@...B@..E|
00150de0  00 00 00 00 ff 2f 59 46  00 80 3b 45 00 00 10 41  |..... /YF ..;E...A|
00150df0  00 00 80 3f 00 00 00 00  00 00 00 00 00 00 00 40  |...?...........@|
00150e00  1e 4e a4 42 2c 57 3c 42  5a 26 f0 44 5a 26 f0 44  |.N.B,W<BZ&.DZ&.D|
00150e10  c7 3a 35 c3 ca b1 5b 40  02 c6 65 c4 29 b2 e4 40  |.:5...[@..e.)..@|
00150e20  ca 2e a3 40 cc 3f ed bd  8d 2f a0 c0 e3 4a 31 3f  |...@.?.../...J1?|
00150e30  a0 63 9e 39 36 ac 38 3f  c4 a2 38 3f 96 2e a6 bc  |.c.96.8?..8?....|
00150e40  42 41 31 bf 5d de 9c 3f  19 b3 40 40 cd dd c1 3f  |BA1.]..?..@@...?|
00150e50  75 a0 72 40 2b 11 d3 c2  d4 cd 64 42 0b 23 18 c3  |u.r@+.....dB.#..|
00150e60  f8 a9 83 42 6b b8 d9 40  0f 3f e5 40 2d 16 e4 40  |...Bk..@.?.@-..@|
00150e70  e0 55 e5 40 00 00 00 00  e0 f0 5b 3d 00 00 00 00  |.U.@......[=....|
00150e80  00 00 00 00 00 00 00 40  b6 7c 7a 3e fa 70 12 bd  |.......@.|z>.p..|
00150e90  00 00 00 00 26 9e 68 45  00 00 00 00 00 00 80 41  |....&.hE.......A|
00150ea0  00 50 c3 48 00 50 c3 48  00 00 00 00 00 00 80 3f  |.P.H.P.H.......?|
00150eb0  00 00 80 3f 77 16 0f 41  00 00 c8 42 00 00 00 00  |...?w..A...B....|
00150ec0  00 00 80 3f 98 68 2d 42  00 00 00 00 70 ee 75 44  |...?.h-B....p.uD|
00150ed0  c4 07 76 44 19 c8 84 44  14 97 84 44 00 00 90 41  |..vD...D...D...A|
00150ee0  00 00 90 41 00 00 90 41  00 00 90 41 00 00 80 40  |...A...A...A...@|
00150ef0  00 00 c6 42 40 aa a5 45  00 00 00 00 ff 2f 59 46  |...B@..E...../YF|
00150f00  00 80 3b 45 00 00 10 41  00 00 80 3f 00 00 00 00  |..;E...A...?....|
00150f10  00 00 00 00 00 00 00 40  a4 56 a4 42 3b 68 3c 42  |.......@.V.B;h<B|
00150f20  6f 26 f0 44 6f 26 f0 44  4c 25 35 c3 ce 9d 5b 40  |o&.Do&.DL%5...[@|
00150f30  57 cb 65 c4 06 4c e3 40  f1 47 a1 40 3b 0c 96 bd  |W.e..L.@.G.@;...|
00150f40  76 25 a0 c0 42 61 31 3f  54 70 7d 3b 12 96 38 3f  |v%..Ba1?Tp};..8?|
00150f50  3c 90 38 3f c6 80 a6 bc  81 54 31 bf a0 1e d0 3f  |<.8?.....T1....?|
00150f60  85 f8 3f 40 8e 39 2f 40  af a1 64 40 f4 65 c0 41  |..?@.9/@..d@.e.A|
00150f70  a6 1a 2f bf 70 f4 92 42  7c 27 52 c1 9c 98 e2 40  |../.p..B|'R....@|
00150f80  04 b5 e3 40 fd b8 e2 40  9a e8 e3 40 00 00 00 00  |...@...@...@....|
00150f90  d0 70 57 3d 00 00 00 00  00 00 00 00 00 00 00 40  |.pW=...........@|
00150fa0  88 93 7b 3e 27 b4 8b be  00 00 00 00 89 28 6c 45  |..{>'........(lE|
00150fb0  00 00 00 00 00 00 80 41  00 50 c3 48 00 50 c3 48  |.......A.P.H.P.H|
00150fc0  00 00 00 00 00 00 80 3f  00 00 80 3f 77 16 0f 41  |.......?...?w..A|
00150fd0  00 00 c8 42 00 00 00 00  00 00 80 3f 98 68 2d 42  |...B.......?.h-B|
00150fe0  00 00 00 00 6b d6 75 44  bc ef 75 44 96 b9 84 44  |....k.uD..uD...D|
00150ff0  98 88 84 44 00 00 90 41  00 00 90 41 00 00 90 41  |...D...A...A...A|
00151000  00 00 90 41 00 00 80 40  00 00 c6 42 40 aa a5 45  |...A...@...B@..E|
00151010  00 00 00 00 ff 2f 59 46  00 80 3b 45 00 00 10 41  |...../YF..;E...A|
00151020  00 00 80 3f 00 00 00 00  00 00 00 00 00 00 00 40  |...?...........@|
00151030  2b 5f a4 42 47 79 3c 42  87 26 f0 44 87 26 f0 44  |+_.BGy<B.&.D.&.D|
00151040  d4 0f 35 c3 b3 7f 5b 40  a7 d0 65 c4 65 ce e2 40  |..5...[@..e.e..@|
00151050  f6 27 a1 40 93 fb e1 bd  af 8d 9f c0 4c 77 31 3f  |.'.@........Lw1?|
00151060  27 91 da 3b 63 7f 38 3f  f3 7c 38 3f 2f 22 a5 bc  |'..;c.8?.|8?/"..|
00151070  ba 68 31 bf 43 d0 97 3f  59 3d fa 3f 8a 9f 1c 40  |.h1.C..?Y=.?...@|
00151080  2e 95 18 40 da 51 d3 c1  26 e5 7a c2 30 a0 8b c1  |...@.Q..&.z.0...|
00151090  25 b5 8e c2 35 9c e1 40  00 8c e2 40 68 4c e2 40  |%...5..@...@hL.@|
001510a0  71 88 e3 40 00 00 00 00  d0 70 53 3d 00 00 00 00  |q..@.....pS=....|
001510b0  00 00 00 00 00 00 00 40  65 5d 82 bd f2 db ba bd  |.......@e]......|
001510c0  00 00 00 00 02 31 6b 45  00 00 00 00 00 00 80 41  |.....1kE.......A|
001510d0  00 50 c3 48 00 50 c3 48  00 00 00 00 00 00 80 3f  |.P.H.P.H.......?|
001510e0  00 00 80 3f 77 16 0f 41  00 00 c8 42 00 00 00 00  |...?w..A...B....|
001510f0  00 00 80 3f 98 68 2d 42  00 00 00 00 6b be 75 44  |...?.h-B....k.uD|
00151100  b9 d7 75 44 16 ab 84 44  1f 7a 84 44 00 00 90 41  |..uD...D.z.D...A|
00151110  00 00 90 41 00 00 90 41  00 00 90 41 00 00 80 40  |...A...A...A...@|
00151120  00 00 c6 42 40 aa a5 45  00 00 00 00 ff 2f 59 46  |...B@..E...../YF|
00151130  00 80 3b 45 00 00 10 41  00 00 80 3f 00 00 00 00  |..;E...A...?....|
00151140  00 00 00 00 00 00 00 40  b3 67 a4 42 55 8a 3c 42  |.......@.g.BU.<B|
00151150  a9 26 f0 44 a9 26 f0 44  11 fa 34 c3 55 63 5b 40  |.&.D.&.D..4.Uc[@|
00151160  e5 d5 65 c4 58 bc e2 40  e0 40 a3 40 68 ce d4 bd  |..e.X..@.@.@h...|
00151170  4b 4f 9d c0 43 96 31 3f  70 5c 16 3b d0 63 38 3f  |KO..C.1?p\.;.c8?|
00151180  7c 5c 38 3f b0 be a4 bc  02 8b 31 bf 73 f9 84 40  ||\8?......1.s..@|
00151190  75 56 b9 3e 90 ac a9 40  81 da a0 3e 18 34 32 43  |uV.>...@...>.42C|
001511a0  fa 33 bf c2 98 57 2b 43  71 72 f8 c2 73 38 e2 40  |.3...W+Cqr..s8.@|
001511b0  0c bf dd 40 e4 1a e2 40  71 88 e3 40 00 00 00 00  |...@...@q..@....|
001511c0  d0 70 53 3d 00 00 00 00  00 00 00 00 00 00 00 40  |.pS=...........@|
001511d0  9e 51 16 bf 2a 02 1c bc  00 00 00 00 d2 e1 67 45  |.Q..*.........gE|
001511e0  00 00 00 00 00 00 80 41  00 50 c3 48 00 50 c3 48  |.......A.P.H.P.H|
001511f0  00 00 00 00 00 00 80 3f  00 00 80 3f 77 16 0f 41  |.......?...?w..A|
00151200  00 00 c8 42 00 00 00 00  00 00 80 3f 98 68 2d 42  |...B.......?.h-B|
00151210  00 00 00 00 6b a6 75 44  b6 bf 75 44 96 9c 84 44  |....k.uD..uD...D|
00151220  a6 6b 84 44 00 00 90 41  00 00 90 41 00 00 90 41  |.k.D...A...A...A|
00151230  00 00 90 41 00 00 80 40  00 00 c6 42 40 aa a5 45  |...A...@...B@..E|
00151240  00 00 00 00 ff 2f 59 46  00 80 3b 45 00 00 10 41  |...../YF..;E...A|
00151250  00 00 80 3f 00 00 00 00  00 00 00 00 00 00 00 40  |...?...........@|
00151260  3a 70 a4 42 65 9b 3c 42  d5 26 f0 44 d5 26 f0 44  |:p.Be.<B.&.D.&.D|
00151270  32 e4 34 c3 1d 51 5b 40  0d db 65 c4 61 9c e1 40  |2.4..Q[@..e.a..@|
00151280  64 26 a4 40 8c be 88 bd  6a c2 9a c0 88 ad 31 3f  |d&.@....j.....1?|
00151290  e6 a3 a1 bb c7 4d 38 3f  2b 40 38 3f 4c a6 a5 bc  |.....M8?+@8?L...|
001512a0  7e a9 31 bf 27 87 8a 40  5b cc 30 3f 07 6f a5 40  |~.1.'..@[.0?.o.@|
001512b0  e7 b0 9c 3f 7a b7 26 41  fc d8 9d 41 53 97 fe c0  |...?z.&A...AS...|
001512c0  78 8a 5a 42 1c 8f e0 40  13 3a e2 40 17 cd e0 40  |x.ZB...@.:.@...@|
001512d0  26 63 e2 40 00 00 00 00  d0 70 57 3d 00 00 00 00  |&c.@.....pW=....|
001512e0  00 00 00 00 00 00 00 40  99 27 f0 be 8e f6 60 be  |.......@.'....`.|
001512f0  00 00 00 00 3f 75 6a 45  00 00 00 00 00 00 80 41  |....?ujE.......A|
00151300  00 50 c3 48 00 50 c3 48  00 00 00 00 00 00 80 3f  |.P.H.P.H.......?|
00151310  00 00 80 3f 77 16 0f 41  00 00 c8 42 00 00 00 00  |...?w..A...B....|
00151320  00 00 80 3f 98 68 2d 42  00 00 00 00 79 8e 75 44  |...?.h-B....y.uD|
00151330  c0 a7 75 44 1e 8e 84 44  35 5d 84 44 00 00 90 41  |..uD...D5].D...A|
00151340  00 00 90 41 00 00 90 41  00 00 90 41 00 00 80 40  |...A...A...A...@|
00151350  00 00 c6 42 40 aa a5 45  00 00 00 00 ff 2f 59 46  |...B@..E...../YF|
00151360  00 80 3b 45 00 00 10 41  00 00 80 3f 00 00 00 00  |..;E...A...?....|
00151370  00 00 00 00 00 00 00 40  c2 78 a4 42 73 ac 3c 42  |.......@.x.Bs.<B|
00151380  fd 26 f0 44 fd 26 f0 44  71 ce 34 c3 e3 59 5b 40  |.&.D.&.Dq.4..Y[@|
00151390  38 e0 65 c4 c0 17 e1 40  59 2a a3 40 d8 a4 03 3d  |8.e....@Y*.@...=|
001513a0  a6 0e 9b c0 a5 bd 31 3f  20 6e 30 bc 57 39 38 3f  |......1? n0.W98?|
001513b0  43 28 38 3f 86 23 a7 bc  2c c1 31 bf 97 92 77 40  |C(8?.#..,.1...w@|
001513c0  da 6c 5d 40 24 d6 93 40  30 aa 9b 40 cb 25 dd c1  |.l]@$..@0..@.%..|
001513d0  97 2a 26 43 2d fe 03 c2  04 72 5a 43 b5 f0 df 40  |.*&C-....rZC...@|
001513e0  4d 98 e1 40 e1 4b e0 40  7e bb e1 40 00 00 00 00  |M..@.K.@~..@....|
001513f0  e0 f0 5f 3d 00 00 00 00  00 00 00 00 00 00 00 40  |.._=...........@|
00151400  35 6b 36 3e 94 98 dd bd  00 00 00 00 f2 98 69 45  |5k6>..........iE|
00151410  00 00 00 00 00 00 80 41  00 50 c3 48 00 50 c3 48  |.......A.P.H.P.H|
00151420  00 00 00 00 00 00 80 3f  00 00 80 3f 77 16 0f 41  |.......?...?w..A|
00151430  00 00 c8 42 00 00 00 00  00 00 80 3f 98 68 2d 42  |...B.......?.h-B|
00151440  00 00 00 00 8b 76 75 44  ce 8f 75 44 a9 7f 84 44  |.....vuD..uD...D|
00151450  c7 4e 84 44 00 00 90 41  00 00 90 41 00 00 90 41  |.N.D...A...A...A|
00151460  00 00 90 41 00 00 80 40  00 00 c6 42 40 aa a5 45  |...A...@...B@..E|
00151470  00 00 00 00 ff 2f 59 46  00 80 3b 45 00 00 10 41  |...../YF..;E...A|
00151480  00 00 80 3f 00 00 00 00  00 00 00 00 00 00 00 40  |...?...........@|

'모종의 음모 > motion simulator' 카테고리의 다른 글

forza horizon 4 data format  (0) 2024.11.20
dirt rally 2.0 motion data  (0) 2024.11.03
F1 2012 motion data  (0) 2024.11.03
dirt showdown motion data  (0) 2024.11.03
grid 2 핸들 설정 실패  (0) 2024.11.03
Posted by 구차니