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

  1. 2024.10.09 컴퓨터 옆(?)그레이드 2
  2. 2024.10.08 stm32 __weak
  3. 2024.10.07 rpi pico usb joystick
  4. 2024.10.07 ffb (force feedback) linux driver
  5. 2024.10.07 pixhawk 5
  6. 2024.10.06 서울 자전거
  7. 2024.10.05 불꽃놀이
  8. 2024.10.04 위 내시경 2
  9. 2024.10.03 사과 사세요
  10. 2024.10.02 아버지 입원
개소리 왈왈/컴퓨터2024. 10. 9. 10:45

G4600 에서 i5-7500 으로 옆그레이드

i5-7500 아 은전 한 잎 수필 생각나네 ㅠ-ㅠ

i5-7500 / 16GB / 1060 6GB 흐규흐규

이제 nvme만 달면 완전체 인가?

 

그런데 벤치 상으로 듀얼이랑 싱글의 차이가 꽤 큰데

클럭도 G4600이 더 높지만 구조는 동일할거라고 생각하는데

TDP로 인한 부스팅 제한이 G4600에서 심하게 걸리나?

2 core 4 Thread인 상황에서 2 core 테스트에서 심하게 벌어지는게 신기하다.

 

아무튼 이제 홈월드3를 할 수 있는 상황은 되었는데.. 할인만 기다리면 되는건가!!

[링크 : https://cpu.userbenchmark.com/Compare/Intel-Pentium-G4600-vs-Intel-Core-i5-7500/3894vs3648]

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

ultranav 키보드 usb 케이블 교체  (0) 2024.11.14
SSD 800G + SATA to usb3.0 획득  (0) 2024.10.10
계륵이들 처리  (0) 2024.09.22
컴퓨터 수리와 부품 털어내기  (0) 2024.08.25
모니터 분해  (4) 2024.08.10
Posted by 구차니
embeded/Cortex-M7 STM2024. 10. 8. 10:27

인터럽트 핸들러의 경우 __WEAK가 앞에 붙어있는데

c 언어라면 동일한 함수명은 사용이 불가능한게 상식인데

새로 정의하면 새로 정의된 함수가 사용되고 기존에 정의된 함수는 사용되지 않는 신기한 녀석이다

그래서 이 기회에서 찾아보는 중

 

cmsis_armcc.h 에서 아래와 같이 정의되어 있다.

#ifndef   __WEAK
  #define __WEAK                                 __attribute__((weak))
#endif

 

링크 시간에 strong symbol은 weak symbol을 override 한다. 라고 되어있는데

컴파일러가 아니라 링커가 연결해주는거라니 신기하다.

__attribute__((weak)) variable attribute
Generates a weak symbol for a variable, rather than the default symbol.

Syntax

__attribute__((weak)) <type> <variable>;
Parameters
None.

Operation
At link time, strong symbols override weak symbols. This attribute replaces a weak symbol with a strong symbol, by choosing a particular combination of object files to link.

Example

__attribute__((weak)) int foo;

[링크 : https://developer.arm.com/documentation/101754/0622/armclang-Reference/Compiler-specific-Function--Variable--and-Type-Attributes/--attribute----weak---variable-attribute]

 

[링크 : https://blog.naver.com/22wowow22/220825653093]

[링크 : https://gangsanilee.tistory.com/2874]

[링크 : https://tigershin-shinhyeonkyu.tistory.com/8]

[링크 : https://engineering-agit.tistory.com/25]

 

 

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

modbus rtu coil read  (0) 2024.10.10
stm32 modbus  (0) 2024.09.26
SPI NSS, NSSP mode  (0) 2024.09.11
FDE CIE  (0) 2024.09.06
code alignement factor?  (0) 2024.09.06
Posted by 구차니
embeded/raspberry pi2024. 10. 7. 19:20

xac가 먼가 했더니 xbox 컨트롤러의 약자인듯.

아무튼 라즈베리 파이 pico 에는 adc가 있으니까 아날로그 입력도 가능할 것 같고

나쁘지 않게 만들수 있을 듯?

 

USB joystick compatible with Xbox Adaptive Controller using Raspberry Pi Pico

[링크 : https://github.com/gdsports/xac_joystick_pipico]

'embeded > raspberry pi' 카테고리의 다른 글

rpi pico sdk  (0) 2025.03.23
라즈베리 파이 pwm 출력  (2) 2024.12.31
cli 에서 chrome refresh 하기  (0) 2024.09.24
라즈베리 파이 gui 재시작(lxde)  (0) 2024.09.19
라즈베리 파이 gui 자동실행  (0) 2024.09.19
Posted by 구차니

리눅스용 드라이버인데.. 같은 사람이 개발했나 본데

 

하나는 커널 드라이버 이고

Improved Linux module driver for Logitech driving wheels.

[링크 :https://github.com/berarma/new-lg4ff]

 

다른 하나는 python-gtk를 이용한 상태 확인 및 force feedback 확인용 프로그램 인 듯.

그 외에 소소하게(?) 다른 ffb 드라이버를 확인 할 수 있다.

Oversteer manages steering wheels on Linux using the features provided by the loaded modules. It doesn't provide hardware support, you'll still need a driver module that enables the hardware on Linux.

Oversteer recognizes the following Logitech wheels which are supported by the default in-kernel module:
  • Wingman Formula GP
  • Wingman Formula Force GP
  • Driving Force / Formula EX
  • Driving Force Pro
  • Driving Force GT
  • Momo Force
  • Momo Racing Force
  • Speed Force Wireless
  • G25 Racing Wheel
  • G27 Racing Wheel
  • G29 Driving Force Racing Wheel (PS3 mode)
  • G920 Driving Force Racing Wheel
  • Logitech G923 for XBox (since Linux 6.3)
  • OpenFFBoard, (https://github.com/Ultrawipf/OpenFFBoard).
Wheels using the Logitech driver (except XBOX/PC versions) can get improved support using new-lg4ff, with more effects and features. Some games won't have full FFB without it.
The following wheels will need custom driver modules for FFB support. These drivers are still being worked on. (I'm NOT claiming they will fully work. Please, check the related projects for more information.):
These wheels are recognized but don't have driver support (Force Feedback and other features won't work):
  • Thrustmaster Force Feedback Racing Wheel
  • Thrustmaster TX Racing Wheel
  • Thrustmaster T500 RS
  • Thrustmaster T80
  • Thrustmaster Ferrari 458

[링크 : https://github.com/berarma/oversteer]

    [링크 : https://www.reddit.com/r/linux_gaming/comments/19cyvwe/does_anyone_know_how_to_get_force_feedback_to/]

 

QT로 만든 테스트 프로그램

Qt5-based tool to create force feedback effects intended mainly for force-feedback implementation testing purposes

[링크 : https://github.com/MadCatX/FFBChecker]

    [링크 : https://steamcommunity.com/groups/linuxff/discussions/0/487877107138026764/]

 

fftest_buffer_overun 프로그램으로 휠을 돌리거나 진동을 생성할 수 있어 보임

[링크 : https://github.com/Eliasvan/Linux-Force-Feedback/blob/master/tools/RateLimiting/fftest_buffer_overrun.c]

  [링크 : https://www.youtube.com/watch?v=JG5HUPLuS1s]

 

 

 

 

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

new-lg4ff 와 oversteer 설치 시도  (0) 2024.10.12
플심용 자작 시뮬레이터  (2) 2024.10.11
ffb - force feedback  (0) 2023.08.25
AVR FFB(force feedback)  (0) 2021.06.29
usb joystick DIY / Force Feedback  (2) 2018.03.04
Posted by 구차니

arduipolot을 보면 항상(?) pixhawk가 딸려오는데 이게 먼가 찾아보니

얘가 ardupilot 프로그램이 심겨서 주변 기기와 통신하고 모터를 드라이브하는 회로를 포함한 녀석인 것 같다.

오픈마켓에서 찾아보면 30~40은 기본이고 외국 사이틑는 pixhawk 본체만 50만 넘는...

 

 

싸게(?) 가려면

ardupilot 프로그램(수정) + 모터 드라이버 + PPM Sum Receiver 이렇게 있으면 되려나?

[링크 : https://blog.naver.com/bae3421_/221195475842]

 

음.. 알리에서 2만원 미만의 transmitter라.. 하나 구해서 가지고 놀아볼까?

[링크 : https://clake.tistory.com/76]

'개소리 왈왈 > 쿼드콥터(RC)' 카테고리의 다른 글

hyper go no.14210 1:14 rc  (0) 2025.05.11
드론 하나 획득  (0) 2020.11.07
RC카 분해 2  (2) 2020.07.24
오늘의 지름 - 메카넘 휠 RC카  (0) 2020.07.23
알카라인과 충전지 차이인가..  (0) 2020.05.16
Posted by 구차니
개소리 왈왈/자전거2024. 10. 6. 22:55

아우 오랫만에 서울에서 타네

 

반포대교가 건너고 싶었고, 63빌딩이 가고 싶었다.

'개소리 왈왈 > 자전거' 카테고리의 다른 글

자전거 안장 땡김  (4) 2024.10.12
오랫만(?)에 서울로 자전거  (1) 2024.10.09
자전거 대행진 취소  (0) 2024.04.18
오랫만에 약간 먼 자전거  (0) 2024.04.06
서울 자전거 대행진 신청  (0) 2024.04.01
Posted by 구차니

내 마음속에서 이미 불꽃이 터지고 있는데

미어터지는 여의도 가서 머하리오.. (먼산)

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

아버지 수술 끝  (0) 2024.10.15
수술전 상담  (0) 2024.10.14
사과 사세요  (0) 2024.10.03
아버지 입원  (0) 2024.10.02
컴백  (0) 2024.09.29
Posted by 구차니

2년 마다 날 국가가 죽이려 든다!!!

 

마취가 저번 회차에서 잘 안들어서 4번 깼다고 했더니

이제는 그냥 쌩으로 시켜버림 .. -_-

다음은 그냥 마취없이 해야할 각인데?

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

워크샾  (0) 2024.10.31
일이 치이는 중  (0) 2024.10.29
9월의 마지막 날  (0) 2024.09.30
외근  (0) 2024.09.27
나쁜 놈!  (2) 2024.09.10
Posted by 구차니

아우 힘들어

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

수술전 상담  (0) 2024.10.14
불꽃놀이  (0) 2024.10.05
아버지 입원  (0) 2024.10.02
컴백  (0) 2024.09.29
처갓댁 고고씽~  (0) 2024.09.28
Posted by 구차니

심장에 문제가 생겼는데 일단 입원만 하고

수술 일정 자체가 어떻게 될지 몰라서 퇴원했다 다시 입원해서 수술하셔야 할지도..

 

서울 아산 병원은 희망 퇴직 받는다는 기사도 나온지 꽤 되서

거기로 전원한다고 해서 될 것 같지도 않고.. 수술 일정이 잡히긴 하려나..

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

불꽃놀이  (0) 2024.10.05
사과 사세요  (0) 2024.10.03
컴백  (0) 2024.09.29
처갓댁 고고씽~  (0) 2024.09.28
재활용 어마어마 하네  (0) 2024.09.23
Posted by 구차니