splashfresh.blogspot.com
SPLASH MY WORLD: May 2015
http://splashfresh.blogspot.com/2015_05_01_archive.html
Tuesday, May 12, 2015. Apakah itu Programmable Logic Control (PLC)? Menurut The Association of Electrical Equipment and Medical Imaging Manufacturers (NEMA). PLC is defined as a digital electronic device with a programmable memory for storing instructions that execute specific functions such as logic, sequence, timing, counting, and arithmetic to control an industrial machine or process accordance with the desired industri". Gambar di bawah ini adalah salah satu PLC yang saya gunakan. Links to this post.
splashfresh.blogspot.com
SPLASH MY WORLD: Arduino
http://splashfresh.blogspot.com/2015/07/arduino-uno-gambar-diatas-kita-sebut.html
Saturday, July 18, 2015. Gambar diatas kita sebut sebagai perangkat keras (hardware Arduino). Pertama kali dibuat di Italia. Perangkat seperti apakah Arduino? Arduino dibangun diatas platform komputasi fisik yang bersifat open source (gratis dan dapat dibangun secara bersama-sama). Dengan arduino kita dapat mengatur lampu agar mati dan hidup secara otomatis, mengatur tingkat kecepatan motor,mengatur derajat putaran lengan robot, dll. Dari contoh tersebut kita dapat menyimpulkan bahwa Arduino meru...Untuk...
splashfresh.blogspot.com
SPLASH MY WORLD: Hello World #Learn Arduino
http://splashfresh.blogspot.com/2015/07/hello-world-in-arduino.html
Thursday, July 23, 2015. Hello World #Learn Arduino. The first time we practicing programming ussually with "hello world". Since Arduino both hardware and software, here is how to hello world in Arduino. Void setup () {. Serial.begin(9600);/ open serial port with speed 9600 bit per second. Delay(10000); / delay time 10 second. Serial.println("Hello world"); / print out the hello world. Void loop () {}. Posted by Hani Fadinna. Subscribe to: Post Comments (Atom). Another Blogs of Mine.
splashfresh.blogspot.com
SPLASH MY WORLD: July 2015
http://splashfresh.blogspot.com/2015_07_01_archive.html
Thursday, July 23, 2015. Hello World #Learn Arduino. The first time we practicing programming ussually with "hello world". Since Arduino both hardware and software, here is how to hello world in Arduino. Void setup () {. Serial.begin(9600);/ open serial port with speed 9600 bit per second. Delay(10000); / delay time 10 second. Serial.println("Hello world"); / print out the hello world. Void loop () {}. Posted by Hani Fadinna. Links to this post. Saturday, July 18, 2015. Perangkat seperti apakah Arduino?
splashfresh.blogspot.com
SPLASH MY WORLD: Blink LED #Learn Arduino
http://splashfresh.blogspot.com/2015/08/blink-led-learn-arduino_3.html
Monday, August 3, 2015. Blink LED #Learn Arduino. Up from hello world, now we go little bit further to make the LED blinking. Some material we need:. Arduino (I am using Arduino UNO). Data cable from Arduino to PC. This is the code, and it's available on the example of Arduino IDE Software with title "Blink". High" means 5V supply and make the LED is ON and. Low" meand 0V supply and make the LED is OFF. The LED will be ON and OFF repeatedly every 1 second that's because we put the code on the loop.
splashfresh.blogspot.com
SPLASH MY WORLD: August 2015
http://splashfresh.blogspot.com/2015_08_01_archive.html
Monday, August 24, 2015. Hello World with LCD Keypad Shield #Learn Arduino. Hello World with LCD (liquid crystal display) keypad shield. Another simple #arduino project. #microcontrollers #helloworld #electronics #lcd #c. Foto kiriman Hani (read:honey) (@hanifadinna) pada. Agu 24, 2015 pada 1:25 PDT. I already found very useful code to display the character with the LCD. Links to this post. Saturday, August 22, 2015. Video kiriman Hani (read:honey) (@hanifadinna) pada. Agu 21, 2015 pada 7:36 PDT. The new...
splashfresh.blogspot.com
SPLASH MY WORLD: Controlling the LED Brightness #Learn Arduino
http://splashfresh.blogspot.com/2015/08/controlling-led-brightness-learn-arduino.html
Friday, August 7, 2015. Controlling the LED Brightness #Learn Arduino. Finally I can go up from blink to another basic of Arduino. In this circuit we can control the brightness of LED with potentiometer.LED brightness is determined from the position knob on the potentiometer. Some material we need:. Arduino (I am using Arduino UNO). Data cable from Arduino to PC. Here is the code that we can simply copying from Arduino IDE example:. Subscribe to: Post Comments (Atom). Another Blogs of Mine.
splashfresh.blogspot.com
SPLASH MY WORLD: Hello World Repeated #Learn Arduino
http://splashfresh.blogspot.com/2015/08/repeated-hello-world.html
Sunday, August 2, 2015. Hello World Repeated #Learn Arduino. Modifying from the previous. Here I would like to make the "hello world" appear repeatedly. Learn Arduino-Hello world Repeatedly-Hanifadinna. Void setup () {. Serial.begin(9600); / open serial port with speed 9600 bit per second. Void loop () {. Delay(10000); / delay time 10 second. Serial.println("Hello world"); / print out the hello world. To make the hello world appear repeatedly is because we put :. Delay(10000); / delay time 10 second.
splashfresh.blogspot.com
SPLASH MY WORLD: Menentukan resistor untuk LED
http://splashfresh.blogspot.com/2015/07/menentukan-resistor-untuk-led.html
Monday, July 13, 2015. Menentukan resistor untuk LED. Awalnya dalam merangkai sebuah rangkaian listrik saya bertanya-tanya bagaimana seseorang bisa menentukan besar resistor 330 ohm, 1000 ohm, 1k ohm dll yang digunakan dalam rangkaian. Sebelum menentukan berapa besar kebutuhan resistor yang akan digunakan, ada beberapa hal yang harus kita perhatikan, antara lain :. Jenis LED apa yang digunakan? Berapa besar catu daya (power supply) rangkaian yang tersedia? Rangkaian dipasang secara seri ataukah paralel?