라이프온룸 Blog

Path of Exile (POE) Inventory Automatic Orgnize !!! [1]

If you pick up the abolition and sell the item, the Currency is piling up a lot, and today, in order to solve that problem and pick up the abolition quickly, i'll send all the Currency to the warehouse, stash joe ~ with one Keyboard input from the character inventory. 

POE(패스오브엑자일) 인벤 자동 정리 !!! [1]

폐지를 열심히 줍고 아이템을 내다 팔면 Currency가 엄청 너저분하게 쌓이죠 ㅜㅜㅜ 오늘은 그런 문제를 해결하고 빠른 폐지 줍기를 위해서 캐릭터 인벤토리에서 한번의 Keyboard 입력으로 모든 Currency를 창고, stash 죠 ~ 로 보내보겠습니다. 

PoE Automatic Potion Drink!! If Hit point is half…

Hello life on the room. 

I added an upgrade to my last post and this time I used OpenCV to create a Python code that automatically takes potions when your health or mana is half-baked!

First, let's learn about the files that were added or changed before entering.

drinkportion.py – Changed to press a specific key as a result of the change and image processing. 
config.cfg – Added options for changes, video processing, and the keyboard value to press at critical point Trigger. 
cvFunc.py – It is about additional and video processing.

POE 자동 물약 먹기 !! if 체력 반피시 …

안녕하세요 라이프온룸 입니다. 

저번 포스팅에 업그레이드를 가미해서 이번엔 OpenCV 를 이용해서 체력 혹은 마나가 반토막이 되었을 때 물약을 자동으로 먹는 파이썬 코드를 만들어 봤어요 !

우선 들어가기 이전에 추가되거나 변경된 파일에 대해 알아볼게요

drinkportion.py – 변경, 영상처리 결과로 특정 키를 누르도록 변경되었습니다. 
config.cfg – 변경, 영상처리 그리고 임계점 Trigger시 누를 키보드 값에 대한 옵션이 추가되었습니다. 
cvFunc.py – 추가, 영상처리에 관한 내용입니다.

Arduino PRO MICRO macro keyboard, mouse

Hello life on the room. !! Very nice 

Today, I'll create a macro Keyboard, Mouse with serial data that came with Arduino Pro Micro.

The preparation is simple. The only Arduino Pro Micro

The Arduino Pro Micro is a ATMEGA32U4-compatible board that allows you to program on the chip. So all serial HID is possible! Just 5V version and 3.3 V are present. In the case of the 5V version, it works at 16MHz, and if you see the oscillator in the part of 5V, it will look like 16, and if it is 3.3 V, the number will be 8. 

아두이노 Pro Micro 매크로 키보드, 마우스

안녕하세요 라이프온룸 입니다. !!ㅎㅎ 

오늘은 아두이노 Pro Micro로 들어온 시리얼 데이터로 매크로 Keyboard, Mouse 를 만들어 보겠습니다.

준비물은 간단합니다. Arduino Pro Micro 만 있으면 되요 ㅎㅎ

아두이노 Pro Micro는 Arduino Leonardo 호환 보드로 Atmega32u4 칩에 프로그램이 가능합니다. 그래서 시리얼 HID 모두 가능하지요 ! 다만 5V 버전과 3.3V 이 존재합니다. 5V 버전의 경우 16MHz로 동작하는데 아래 보면 오실레이터 부분에 5V인 경우에는 16 이라는 숫자가 보일 거고 3.3V 일 경우에는 8 이라는 숫자가 보일 겁니다.