현재 델파이로 PC 프로그램에서 직접 ESP32의 bluetooth기능을 이용해서 조종하는 기술은 예제를 거의 찾을 수 없는데 그 이유는 주로 OS 자체의 서포트가 거의 막혀있기 때문입니다.   하지만 스마트폰에는 열려있습니다.

 

한글 사이트 링크 : http://tech.devgear.co.kr/delphi_news/403194

 

Bluetooth Paired Devices on Android with RAD Studio and Delphi

 - http://edn.embarcadero.com/article/43602

 

Bluetooth remote control vehicles.

 - https://github.com/jimmckeeth/BeeMiniCtrl

 

Detecting connected Bluetooth devices on Android

 - http://community.embarcadero.com/index.php/article/technical-articles/146-data/929-detecting-connected-bluetooth-devices

 

 

이건 저의 데모입니다.  BLE가 아니고 그냥 단순한 Bluetooth Classic 데모입니다.  

(ESP32 to Bluetooth to serial 예제)

 

(동영상을 올리려니 kakao에 록인하라고 하는군요.  이런 적이 없었는데.

저는 kakao를 안씁니다.   중국과 관련된 것은 가능한 한 피합니다.

다음이 중국자본에 넘어간 이후 정말 모든 것이 이상해졌습니다.

전에는 제 티스토리에 옆 창에 QR-CODE가 뜨길래 들어가 봤더니 

이상한 불법사이트로 이동되길래 그 이후로 티스토리 사용이 뜸해졌었습니다.

아마 이제 구글.doc으로 옮겨가야 할라나 봅니다.

좌우지간 중국애들이 끼면 다 거지같아지는 건 시간문제입니다.)

델파이 조이스틱 컨트롤 라이브러리 (최고성능)


Delphi 10.2.3 Joystick Control Library - The Best Library.

(Tested with Latest Delphi 10.2.3 Community Edition - Free Version)







 기능 

 Capability

 최대 32 버튼

 32 Buttons Max

 두개의 3축 조종

 Two of 3-Axis Input

 시야 변경 지원

 P.O.V. entry

 2개의 장비 동시 지원

 Supports 2 equipments

 

 



윈도우에서 로지텍 윙맨의 시그널을 받는 데모.    현재 사용한 라이브러리의 원 제작자는 NLDelphi라는 아이디로 인터넷에 많은 좋은 것을 올렸던 네덜란드분이신데 이제는 그 자취를 찾아볼수 없고 모든 링크조차 사라졌습니다.   다행이 인터넷 어딘가에 다른 프로젝트에 낑겨서 남아있던 모듈을 겨우 찾아서 올립니다.  참고로 이 라이브러리는 제 윙맨만을 위한 것이 아니고 모든 일반 조이스틱종류의 라이브러리입니다.   최신 Delphi 10.2.3에 문제없이 작동하게 아주아주 약간 고쳤는데 어딜 고쳤는지도 잊어버렸습니다.   원본에는 데모가 안따라와서 데모도 만들어서 같이 올립니다.    라이센스는 완전 자유.   32비트 윈도우7, 64비트 윈도우 서버 2016에서 실험 통과.


Finally I was able utilize logitech wingman game controller to my windows program for own purposes.    This library is originally written by NLDelphi(id), however, all of his links were vanished from web.     Luckily, I found this library code from other project and was able to inherit his legacy.   BTW, this library is not only for my logitech wingman controller but for general purposed joystick type input devices for windows.

Original license is open for public without any tags or strings attached (License Free).     I have fixed very tiny portion while compiling for latest Delphi 10.2.3, however, I cannot remember where I fixed.    This library is minor modified version + my demo.    It is tested on both 32 bit Windows 7 and 64 bit Windows Server 2016.


File : 

NLDJoystick.zip



----------------------------------------------------------------------


메이커들의 조이스틱 사용 예 :

Example of how makers use joystick for :




+ Recent posts