User contributions
Jump to navigation
Jump to search
- 05:43, 5 December 2015 diff hist +125 Arduino: Tone Keyboard current
- 05:43, 5 December 2015 diff hist +3,555 N Arduino: Tone Keyboard New page: This example shows how to use the tone() command to generate different pitches depending on which sensor is pressed. ==Hardware Required== * Arduino or Genuino Board * 8 ohm speaker * ...
- 05:39, 5 December 2015 diff hist 0 N File:Arduino fsrs speaker schem.png current
- 05:39, 5 December 2015 diff hist 0 N File:Arduino fsrs speaker bb.png current
- 05:09, 5 December 2015 diff hist +142 Arduino: State Change Detection current
- 05:08, 5 December 2015 diff hist +3,325 N Arduino: State Change Detection New page: Once you've got a pushbutton working, you often want to do some action based on how many times the button is pushed. To do this, you need to know when the button changes state from off to ...
- 04:55, 5 December 2015 diff hist +2,034 N Arduino: Digital Input Pullup New page: Sumber: https://www.arduino.cc/en/Tutorial/InputPullupSerial This example demonstrates the use of INPUT_PULLUP with pinMode(). It monitors the state of a switch by establishing serial com...
- 04:52, 5 December 2015 diff hist 0 N File:InputPullupSerial sch.png current
- 04:52, 5 December 2015 diff hist 0 N File:InputPullupButton.png current
- 04:49, 5 December 2015 diff hist +2,510 N Arduino: Smoothing New page: Sumber: https://www.arduino.cc/en/Tutorial/Smoothing This sketch reads repeatedly from an analog input, calculating a running average and printing it to the computer. This example is usef... current
- 10:27, 4 December 2015 diff hist +4,019 N Arduino: ASCIITable New page: Sumber: https://www.arduino.cc/en/Tutorial/ASCIITable ==Code== /* ASCII table Prints out byte values in all possible formats: * as raw binary values * as ASCII-encoded decim... current
- 10:17, 4 December 2015 diff hist +25 Python: Echo Server →Alternatif Test menggunakan nc current
- 10:08, 4 December 2015 diff hist +3,140 N Arduino: Debounce New page: Sumber: https://www.arduino.cc/en/Tutorial/Debounce ==Hardware Required== * Arduino or Genuino Board * momentary button or switch * 10k ohm resistor * hook-up wires * breadboard ==Ra... current
- 10:01, 4 December 2015 diff hist +1,735 N Arduino: Button New page: Sumber: https://www.arduino.cc/en/Tutorial/Button ==Hardware== * Arduino or Genuino Board * Momentary button or Switch * 10K ohm resistor * hook-up wires * breadboard ==Rangkaian== ... current
- 10:01, 4 December 2015 diff hist 0 N File:Button schem.png current
- 09:50, 4 December 2015 diff hist +3,849 N Arduino: Blink Without Delay New page: Sumber: https://www.arduino.cc/en/Tutorial/BlinkWithoutDelay Sometimes you need to do two things at once. For example you might want to blink an LED while reading a button press. In this... current
- 09:43, 4 December 2015 diff hist +1,657 N Arduino: Fade New page: This example demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (PWM), turning a digital pin on and off very quickly wi... current
- 09:42, 4 December 2015 diff hist 0 N File:Simplefade pin9 schem.png current
- 09:42, 4 December 2015 diff hist 0 N File:Simplefade bb.png current
- 09:39, 4 December 2015 diff hist +107 Arduino: Read Analog Voltage
- 09:38, 4 December 2015 diff hist +1,117 N Arduino: Read Analog Voltage New page: Sumber: https://www.arduino.cc/en/Tutorial/ReadAnalogVoltage ==Hardware Required== * Arduino or Genuino Board * 10k ohm potentiometer ==Rangkaian== ==Code== /* ReadAnalog...
- 09:34, 4 December 2015 diff hist +1,153 N Arduino: Digital Read Serial New page: Sumber: https://www.arduino.cc/en/Tutorial/DigitalReadSerial ==Hardware Required== * Arduino or Genuino Board * A momentary switch, button, or toggle switch * 10k ohm resistor * hook-up...
- 09:33, 4 December 2015 diff hist 0 N File:Button sch.png current
- 09:32, 4 December 2015 diff hist 0 N File:Button.png current
- 09:28, 4 December 2015 diff hist +1,123 N Arduino: Analog Read Serial New page: Sumber: https://www.arduino.cc/en/Tutorial/AnalogReadSerial ==Hardware Required== * Arduino / Genuino Board * 10k ohm Potentiometer ==Rangkaian== [[Image:AnalogReadSerial BB.png|cen...
- 09:28, 4 December 2015 diff hist 0 N File:AnalogReadSerial sch.png current
- 09:27, 4 December 2015 diff hist 0 N File:AnalogReadSerial BB.png current
- 09:24, 4 December 2015 diff hist +273 N Arduino: Bare Minimum New page: Sumber: https://www.arduino.cc/en/Tutorial/BareMinimum ==Code== void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run...
- 09:16, 4 December 2015 diff hist +110 Python: sqlite
- 08:54, 4 December 2015 diff hist +112 Pyhton: NumPy Matrix dan Aljabar Linear
- 09:39, 3 December 2015 diff hist +3,832 N Pyhton: NumPy Matrix dan Aljabar Linear New page: Sumber: http://www.bogotobogo.com/python/python_numpy_matrix_tutorial.php difference between numpy dot() and inner() What's difference between numpy dot() and inner()? Let's look into ...
- 09:38, 3 December 2015 diff hist +46 Sekitar Python →Advanced
- 09:37, 3 December 2015 diff hist +2 Sekitar Python →Advanced
- 09:35, 3 December 2015 diff hist +45 Sekitar Python →Tutorial
- 09:35, 3 December 2015 diff hist +6,155 N Python: sqlite New page: Sumber: http://www.bogotobogo.com/python/python_sqlite_connect_create_drop_table.php SQLite "SQLite is a software library that implements a self-contained, serverless, zero-configuratio...
- 09:33, 3 December 2015 diff hist +36 Sekitar Python →Dasar
- 09:29, 3 December 2015 diff hist +79 Python: Echo Server
- 09:28, 3 December 2015 diff hist +224 Python: email current
- 09:22, 3 December 2015 diff hist +10,694 N Python: email New page: Sumber: https://docs.python.org/2/library/email-examples.html Here are a few examples of how to use the email package to read, write, and send simple email messages, as well as more comp...
- 09:00, 3 December 2015 diff hist +20 Sekitar Python →Jaringan
- 07:58, 3 December 2015 diff hist +55 Python: Twitter →Test API Twitter current
- 07:57, 3 December 2015 diff hist +72 Python: Twitter
- 07:49, 3 December 2015 diff hist -46 Python: Twitter
- 07:48, 3 December 2015 diff hist -72 Python: Twitter →Test API Twitter
- 07:38, 3 December 2015 diff hist -1,714 Python: Twitter
- 07:26, 3 December 2015 diff hist -436 Python: Twitter
- 07:15, 3 December 2015 diff hist +4 Python: Twitter
- 07:10, 3 December 2015 diff hist -2 Python: Twitter
- 06:54, 3 December 2015 diff hist +47 Sekitar Python →Lebih Detail
- 19:08, 2 December 2015 diff hist +3,610 N Python: Twitter New page: Sumber: https://code.google.com/p/python-twitter/ NOTE GitHub is now the "source of truth" but I will always try to update to this project page. https://github.com/bear/python-twitter...