Ads

Saturday, 31 October 2015

Gunung Lipur, Hiking !!! (2016/10/31)

The road not taken, huh?
Well, it was a very long long time since my last hiking with form 6 friends. Missing this kind of activity badly as it is quite challenging but somehow dangerous. The main point is not who is/are your partners, but the target/goal you set for yourself, like "I must finish it" or "I will stop if i really could not move anymore". But for me, the latter cannot be counted as GOAL right?

IMG_20151101_100756
So, asphalt road or "mountain" road? We took both.
Challenge yourself while you are young and your
heart still burn in fire!!!



Tired, huh? I am the one with singlet.

Thursday, 8 October 2015

Arduino + Bluetooth module HC05, Serial Communication With LAPTOP? Simple!

Connect Bluetooth module to laptop is quite easy, because there are many open source software available on internet now. If we want to send or receive Data between Arduino and computer, firstly we need to make a Communication link to Definition Arduino Board to the computer. A software called Tera Term to show the data received or what we want to send through it. You can get the software here:


(https://en.osdn.jp/projects/ttssh2/releases/) Arduino support something Called Software Serial , which allow You to change any arduino board pin to serial pin. http://arduino.cc/en/Reference/SoftwareSerial To link your bluetooth module with laptop:
  1. power up HC-05 using Arduino
  2. for Windows user, go to control panel and "Add Device"
  3. the default password for HC-05 is "1234"
  4. after pairing up, you can compile and upload the code to Arduino
  5. sometimes you may fail to upload the program to Arduino board. Try to disconnect or turn off the bluetooth module while uploading the problem. After that, connect or power up the bluetooth module again.
  6. Open Tera term software (have to install it first from the link above), go to file > new connection. From the pop-up window, choose "serial" and related serial port.Screenshot (49)
  7. Congrats, you have done!
Here is my result:
Capture

Thursday, 17 September 2015

Best friend? Once.

He was my best "new" friend, once. We met two year ago, and he was like a "big" brother to me, and we talked about anything, which I thought this condition or fate was endless, before I decided not to be that "nice" with him.
I still cannot figure out, the more the efforts i tried to help, the more he blamed on me. Seems like everything I did before go in vain. I taught, spent my time, and even my interest, finally he thought or showed me that, "you are my good friends if and only if you stand by my side, make or treat my defects as my strengths, do everything I ask you to do without any grumble....".
The saddest thing in one's life is, the one you care is not care for you, the one you help does not think or thank for your help, the one you love showing off his/her happiness with partner. Yet, I knew that every problem arises because of one self. You were betrayed because you choose to believe in someone, you fall in love because you give yourself the chance or persuade yourself to give in......
To me, I do not have a best friend, and I do not wish to be a best friend of someone, as I do not want to betray anyone. This is the life I knew earlier, and I decided to be indifferent to everything around me and anyone I met, except my family.

Thursday, 3 September 2015

RF 315/433 MHz Transmitter-receiver Module without Arduino? Sure!!

DSCF0075
4 Channel RF transmitter + receiver
How to connect this wireless RF module and operate without Arduino? It is POSSIBLE??  I found this way out of sudden, you could say that I am to bore to try everything I bought from China as all stuff just too cheap, made me dare to try without second thought. Yet, the shortcoming was that, since it is non-programmable, it is actually works like sending a "HIGH" and "LOW" through radio wave, that means no analog control!!
Untitled
Schematic
The most important thing you need is encoder and decoder. For my case, I used RX-2B and TX-2B IC.Just follow this schematic and everything will work. You can also use RX-5B and TX-5B if you want more than 5 channels. Consumed about half an hour to finish this. It can be seen that 2 IC on the receiver side. the left side is RX-2B, right one is L293D, I made this purposely so that I could use on rc car, where forward and backward can be done by connect the motor to L293N directly. MultiPURPOSE!! Lastly, remember to adjust the trimmer on receiver side so that it receives signal from transmitter!  
DSCF0072
Receiver tonel board
DSCF0069
Receiver and transmitter
Shoud I make an Instructable?