IDR = 750.000 Berfungsi sebagai penunjuk waktu jeda IQOMAH dapat di pilih waktu jeda 1 menit hingga 30 menit ada bunyi beep 3x ket...
Read More
Home
Archive for 2013
from tkinter import * class ThemedButton(Button): def __init__(self, parent=None, **configs): Button.__init__(self, parent, **configs) ...
Read More
E: Unable to locate package
common problem for noobs... if you have this error message ( E: Unable to locate package ) ,when you want to install a package from termi...
Read More
List all available serial port with Python (linux/win)
import serial import os.path def scan(): available = [] if os.path.exists('/dev') == 1: for i in range(256): ...
Read More
Kursus Robotika
Introduction -Antarmuka (interfacing) : Relay, Transistor, Motor Control, Servo -Alat Kontrol : Joystick, Infra Red, Wireless ...
Read More
Bluetooth dengan Python & PyBluez
Python memang fenomenal!!! beberapa perusahaan ternama seperti Google, Youtube,IBM hingga NASA disebut-sebut menggunakan python dalam siklus...
Read More
"Punkduino" another arduino clone
Punkduino is an arduino clone with the punk attitude... instead using FTDI ,punkduino uses the usbasp to transfer code you need...
Read More
Membuat virtual Serial Port di Ubuntu
Misalkan Laptop kita ingin berkomunikasi dengan sebuah modul wireless external misalnya robot atau modul pengendali listrik rumah (asal jang...
Read More
Arduino pada Ubuntu 12.04
Menggunakan Arduino IDE pada windows mungkin sangatlah mudah sesederhana anda membuka aplikasi lain yaitu tinggal mengklik ikon/shortcut yan...
Read More
Subscribe to:
Posts (Atom)