Tuesday, July 10, 2018

Arduino Timer / PWM cheat sheet

Arduino Timer

Arduino UNO (ATmega328p) has three 8bit timers
[INDENT]Timer0 - used for millis() micros() delay()… and is on pin 5, 6
Timer1 - 16bit timer is on pin 9, 10
Timer2 - 8bit timer is on pin 3, 11
[/INDENT]
[Read more…]

Friday, October 13, 2017

Lineage 2 - Auto Clicker

ac2usb.jpg

[ANCHOR=description]WHAT IS AC2USB
- Auto Clicker at hardware level that as small as pen drive
- Detect as standard HID keyboard/mouse
- Controllable by custom software, by timer or scripts
- Automate key press for chat, combo or just repeat
- Automate mouse movement and click
- By pass all smartguard and alike
- Customized for use with Lineage2

[Read more…]

Thursday, February 16, 2017

AVR - Transistor tester

avr-ttester-st7735.jpg

I always want one since it first appeared on the interweb around 2005. The very first version used PIC chip and it originated namely LC meter. I actually bought all components but at that time, I had no clue how to program PIC, and thus I failed to build one. I still have no idea how to program PIC chip until now :D

[Read more…]

Saturday, October 29, 2016

PS3 pwned

PS3-PHAT.jpg

Got a PS3 console from my cousin. It’s PHAT version, yeah, the big-fat version, back in 2008 or something. The first thing I do with this console is tear it down LOL. I don’t have any PS3 game and I don’t play game on console, so maybe I’ll put Linux on this thing. Then I have to jail-brake this PS3 first. This entry is about hacking an old PS3 console.

[Read more…]

Tuesday, October 25, 2016

Wordclock = WS2811B + Arduino = beautiful combination

wordclock_intro.jpg

I wanted to make one a few years ago but I didn’t have much time as well as I didn’t know how to do it, or was too lazy to do it :D
Back then, I lacked of enthusiasm, motive and didn’t want to learn new things. Until this year, I had more free time and change of mind, I want to learn new things. So, I started this project, a few years after

[Read more…]