Untuk menguji program, klik pada sensor dan gerakkan simulasi lingkaran hijau dengan drag tombol kanan mouse
Baca selengkapnyatry:
import usocket as socket #importing socket
except:
import socket
import network #importing network
import esp #im…
Firmware Edutekno-E1from machine import Pin
led1 = Pin(2, Pin.OUT)
button1 = Pin(13, Pin.IN, Pin.PULL_UP)
led2 = Pin(2, Pin.OUT)
button2 = Pin(13, Pin.I…
Micropython Button NodeMCU
Untuk menggunakan tombol flash bawaan dari chip bisa menggunakan D4 (hardware) atau pin nomor 0 (untuk programming).
Untuk s…
Sambungkan NodeMCU ke komputer. Pada aplikasi Thonny, pilih menu Tools - Options.
Setelah itu pilih tab Interpreter. Pilih device MicroPython (ESP82…
MicroPython ExamplesVariable AssignmentAs with Python 3.5, variables can be assigned to and referenced. Below is an example of setting a variable equ…
Baca selengkapnyaBuzzer on Pin23import machine import time p23 = machine.Pin(23, machine.Pin.OUT) buzzer = machine.PWM(p23) buzzer.freq(1047) while True: buzzer.du…
Baca selengkapnyaTasmota error dan menyebabkan restart dapat diatasi dengan menyetel NTP server
timezone 7NtpServer1 192.168.x.xNtpServer2 192.168.x.x
Untuk mengaktifkan WebREPL tuliskan kode berikut pada box REPL importwebrepl_setupSetelah aktif, WebREPL dapat diakses dari jaringan. Seting akses ke…
Baca selengkapnyaMicropython AP-Webserver Connect to TM1367
try:
import usocket as socket #importing socket
except:
import socket
import network #i…
Library and Main.py import network import socket import ure import time ap_ssid = "WifiManager" ap_password = "tayfunulu" ap_a…
Baca selengkapnyaMicropython Simple Clockimport tm1637 import time from machine import Pin tm = tm1637.TM1637(clk=Pin(5), dio=Pin(4)) #tombol=Pin(5, Pin.IN) led=Pin…
Baca selengkapnyaMicropython NTC Clockimport network, ntptime from machine import RTC import time import tm1637 from machine import Pin tm = tm1637.TM1637(clk=Pin(5)…
Baca selengkapnya
Social Plugin