Posted by Muhammad Sigit Dude On 6:05 AM Add Comment PROJECTS 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
Posted by Muhammad Sigit Dude On 6:29 AM Add Comment PYTHON from tkinter import * class ThemedButton(Button): def __init__(self, parent=None, **configs): Button.__init__(self, parent, **configs) ... Read More
E: Unable to locate package Posted by Muhammad Sigit Dude On 4:10 PM Add Comment LINUX 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) Posted by Muhammad Sigit Dude On 1:45 AM Add Comment PYTHON import serial import os.path def scan(): available = [] if os.path.exists('/dev') == 1: for i in range(256): ... Read More
Running text Dudelectric 7x40 LED + python Posted by Muhammad Sigit Dude On 2:29 PM Add Comment PROJECTS Read More
Atmega16 Led Running Text 69x8 Posted by Muhammad Sigit Dude On 2:27 PM Add Comment PROJECTS Read More
Kursus Robotika Posted by Muhammad Sigit Dude On 7:09 AM Add Comment KURSUS Introduction -Antarmuka (interfacing) : Relay, Transistor, Motor Control, Servo -Alat Kontrol : Joystick, Infra Red, Wireless ... Read More
Bluetooth dengan Python & PyBluez Posted by Muhammad Sigit Dude On 6:17 AM Add Comment PYTHON Python memang fenomenal!!! beberapa perusahaan ternama seperti Google, Youtube,IBM hingga NASA disebut-sebut menggunakan python dalam siklus... Read More
"Punkduino" another arduino clone Posted by Muhammad Sigit Dude On 10:04 AM Add Comment PROJECTS 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 Posted by Muhammad Sigit Dude On 10:50 PM Add Comment LINUX 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 Posted by Muhammad Sigit Dude On 6:16 AM Add Comment LINUX Menggunakan Arduino IDE pada windows mungkin sangatlah mudah sesederhana anda membuka aplikasi lain yaitu tinggal mengklik ikon/shortcut yan... Read More