NAJVEČJA ARDUINO in ESP SPLETNA TRGOVINA V SLOVENIJI
  • DOMOV
  • Trgovina
  • Kako začeti?
  • Prispevki
  • Slike
  • Pogosta vprašanja
  • Kontakt
3Dsvet.eu 3Dsvet.eu
3DSVET
  • NOVO
  • KRMILNIKI
    Arduino UNO DIL
    Arduino krmilniki
    • Arduino UNO
    • Arduino MEGA
    • Arduino DUE
    • Arduino Leonardo
    • Arduino NANO
    • Arduino Pro Mini
    • Arduino Pro Micro
    • Arduino Tiny
    • Arduino LilyPad
    ESP32 01
    ESP krmilniki
    • ESP32
    • ESP8266
    • ESP8285
    • ESP ražširitve
    BBC MicroBit krmilnik v2
    MicroBit krmilniki
    • MicroBit
    • MicroBit razširitve
    • MicroBit SETI
    STM32F103C8T6 V2
    STM krmilniki
    • STM krmilniki
    Teensy
    XIAO krmilniki
    • XIAO krmilniki
  • KOMPLETI
    WeeeBot mini robotsko vozilo Arduino
    WeeeBot KOMPLETI
    Arduino Starter KOMPLET UNO v2.0 Keyestudio
    Keyestudio KOMPLETI
    Arduino KOMPLET - pametna hiša - Lafvin 02
    Lafvin KOMPLETI
    Makey Makey kompatibilna platforma ATmega32U4
    Makey KOMPLETI
    ROBOT pajek DIY 18DOF Alu Hexapod
    ROBOTI
    ohišje za vozilo 4WD v2
    Ohišja za vozila
  • Moduli
    Arduino UNO sensor shield v5.0 v2 01
    Arduino shields
    • Arduino UNO shields
    • Arduino NANO shields
    • Arduino MEGA shields
    • Arduino ProMini shields
    Relejni modul 1 rele 5V Low High
    Relejni moduli
    • Rele 5V
    • Rele 12V
    • Rele 24V
    • Rele SSR
    • Opto moduli
    RFID
    LED trakovi
    • Beli
    • RGB
    • WS2812B
    • WS2813
    • WS2815
    • SK6812
    • Trakovi ostalo
    Ventilatorji
    • Ventilatorji 5V
    • Ventilatorji 12V
    Upori
    Končna stikala
    PCB ploščice
    Protoboardi
    Kabli
    Tipke in stikala
    • Tipke
    • Stikala
    Arduino UNO LCD shield s tipkami
    LCD moduli
    • LCD
    • LCD Nextion
    • LCD TFT
    • LCD OLED
    Modul 4x 7seg LED TM1637 0.36" zelena
    LED moduli
    • LED diode
    • LED moduli
    • LED z uporom
    • LED v ohišju
    • LED RGB
    • LED moduli
    • LED paneli
  • Ostalo
Išči
0 Wishlist
0 Primerjaj
0 items €0.00
Meni
3Dsvet.eu 3Dsvet.eu
0 items €0.00
Domov Arduino shields UNO shields Arduino UNO LCD1602 shield s tipkami Keyestudio
Arduino UNO protoboard shield s terminali Keyestudio
Arduino UNO protoboard shield s terminali Keyestudio €10.99 (DDV vključen)
Back to products
Arduino UNO relejni shield Keyestudio
Arduino UNO relejni shield Keyestudio €14.29 (DDV vključen)
Arduino UNO LCD shield s tipkami Keyestudio
Click to enlarge

Arduino UNO LCD1602 shield s tipkami Keyestudio

€12.64 (DDV vključen)

Arduino UNO LCD shield s tipkami Keyestudio

10 na zalogi

Primerjaj
Dodaj v seznam želja
Šifra: 12 - C4 Kategoriji: UNO shields, LCD
Share:
  • Opis
Opis

Arduino UNO LCD1602 shield s tipkami Keyestudio

1. Display capacity: 16 × 2 characters
2. Chip operating voltage: 4.5-5.5V
3. Operating Current: 2.0mA (5.0V)
4. Module best working voltage: 5.0V
5. Character size: 2.95 × 4.35 (W × H) mm

 

1 VSS Power Ground 9 D2 Data
2 VDD Power Positive 10 D3 Data
3 VL liquid crystal display bias 11 D4 data
4 RS Data / Command Select 12 D5 data
5 R / W R / W Selects 13 D6 data
6 E Enable signal 14 D7 data
7 D0 Data 15 BLA Backlight Positive
8 D1 Data 16 BLK Backlight negative
1 feet: VSS for the ground power.
2 feet: VDD 5V power supply is connected.
3 feet: VL for LCD contrast adjustment side, then the power supply is the weakest contrast, grounding contrast
Maximum, high contrast will produce “ghosting”, can be used when a 10K potentiometer to adjust the contrast.
4 feet: RS for the register selection, select the high data register, low when the instruction select register.
5 feet: R / W for the read and write signal lines, high when the read operation, low when the write operation. When RS
And R / W together for the low level can be written to the instruction or display address, when the RS is low when the R / W is high
Can read busy signal, when RS is high level R / W is low level can write data.
6 feet: E-side is enabled, when the E-level jump from high to low, the LCD module to execute the command.
7 to 14 feet: D0 ~ D7 for the 8-bit bi-directional data lines.
15 feet: backlight cathode.
16 feet: backlight negative.

1602 LCD module internal controller a total of 11 control instructions, as shown in the table below:
No. Instruction RS R / W D7 D6 D5 D4 D3 D2 D1 D0
1 Clear screen 0 0 0 0 0 0 0 0 0 1
2 Cursor Return 0 0 0 0 0 0 0 0 1 *
3 Set input mode 0 0 0 0 0 0 0 1 I / D S
4 Display On / Off Control 0 0 0 0 0 0 1 D C B
5 Cursor or character shift 0 0 0 0 0 1 S / C R / L * *
6 Set Function 0 0 0 0 1 DL N F * *
7 Set character generation memory address 0 0 0 1 Character generation memory address
8 Set data memory address 0 0 1 Display data memory address
9 Read busy flag or address 0 1 BF counter address
10 Write to CGRAM or DDRAM) 1 0 Data to be written
11 Read data from CGRAM or DDRAM 1 1 Read the data contents
1602 LCD module read and write operations, the screen and cursor operations are programmed through the instructions to achieve. (Note: 1 is high, 0 is low)
Instruction 1: Clear display, instruction code 01H, cursor reset to address 00H.
Command 2: The cursor is reset and the cursor returns to address 00H.
Instruction 3: Cursor and display mode setting I / D: Cursor moving direction, high level shifting to the right, low level moving left S:
All text on the screen moves left or right. High level means active, low level is invalid.
Command 4: Display switch control. D: control the overall display on and off, said high-open display, low power
Flat display off display C: control cursor on and off, high means that there is a cursor, low level that no cursor B: control
Whether the cursor is flashing, high level flashing, low level does not flicker.
Instruction 5: Cursor or display shift S / C: Moves the displayed text at high level, and moves the cursor at low level.
Instruction 6: Function setting command DL: 4-bit bus at high level, 8-bit bus at low level N: Low power
Usually single-line display, high-level double-line display F: low level display 5×7 dot matrix characters, high level display
5×10 dot matrix characters.
Command 7: Character generator RAM address setting.
Instruction 8: DDRAM address setting.
Instruction 9: Read busy signal and cursor address BF: Busy flag, high level means busy, then module can not connect
Command or data received, if the low level that is not busy.
Command 10: Write data.
Command 11: Read data.
Compatible with the HD44780 chip timing table is as follows:
Read status input RS = L, R / W = H, E = H Output D0-D7 = Status word
Write command input RS = L, R / W = L, D0-D7 = Instruction code, E = High pulse output None
Read data input RS = H, R / W = H, E = H output D0-D7 = data
Write Data Inputs RS = H, R / W = L, D0-D7 = Data, E = High Pulse Output None

Podobni izdelki

Arduino UNO ZigBee XBee Bluetooth Shield V03
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO ZigBee XBee Bluetooth Shield V03

€8.79 (DDV vključen)
Arduino UNO multi function expansion board OpenSmart
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO multi function expansion board OpenSmart

€10.99 (DDV vključen)
Arduino VS1053 stereo audio MP3 shield
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO VS1053 stereo audio MP3 shield

€18.69 (DDV vključen)
Arduino UNO protoboard shield s terminali Keyestudio
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO protoboard shield s terminali Keyestudio

€10.99 (DDV vključen)
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO motor shield L293D

€8.79 (DDV vključen)
Arduino UNO relejni shield Keyestudio
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO relejni shield Keyestudio

€14.29 (DDV vključen)
Arduino UNO RGB 8x5 WS2812B LED shield
Arduino UNO RGB 8x5 panel shield
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO RGB 8×5 WS2812B LED shield

€13.19 (DDV vključen)
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO Gamepads JoyStick

€7.69 (DDV vključen)
Zapri
Kategorije izdelkov
  • NOVO
  • Arduino krmilniki
    • Arduino IC
    • UNO
    • MEGA
    • Leonardo
    • NANO
    • Pro Mini
    • Pro Micro
    • Tiny
    • LilyPad
  • Arduino KOMPLETI
    • Lafvin
    • Keyestudio
    • Zhiyi
    • WeeeBot
    • Makey
    • Ohišja za vozila
  • Kovinski KOMPLETI
  • Arduino shields
    • UNO shields
    • NANO shields
    • MEGA shields
    • Pro Mini shields
  • Knjige
  • BBC micro:bit
    • Micro:Bit
    • Micro:Bit razširitve
  • ESP krmilniki
    • ESP32
    • ESP8266
    • ESP8285
    • ESP D1 razširitve
  • Raspberry
  • XIAO krmilniki
  • Teensy krmilniki
  • STM krmilniki
  • Pametna hiša
    • Sonoff
    • Sonoff Zigbee
    • Tuya
  • MODULI
    • DAC-ADC
    • komunikacija
    • Wi-Fi
    • IR
    • 433MHz
    • GPS
    • za motorje
    • potenciometer
    • fotocelice
    • tipke
    • tipkovnice
    • Joystick
    • svetloba
    • temperatura
    • razdalja
    • tlak
    • teža
    • voda
    • zvok
    • barve
    • žiroskop-kompas
    • PIR
    • ostalo
    • senzorji
  • Releji
    • rele 5V
    • rele 12V
    • rele 24V
    • rele SSR
    • rele časovnik
    • rele Bluetooth
    • rele Opto
  • Motorji
    • Univerzalni
    • N20 DC
    • NEMA 17
    • motorji za vozila
    • 28BYJ-48
    • servo hobby
  • LCD
    • LCD
    • LCD TFT
    • OLED
    • e-Papir
  • LED
    • LED diode
    • LED z uporom
    • LED v ohišju
    • LED RGB
    • LED RGB WS2812B
    • LED moduli
    • LED panel
  • LED trakovi
    • Beli
    • RGB
    • RGB+CCT
    • WS2812B
    • WS2813
    • WS2815
    • SK6812
    • Trakovi ostalo
  • Solar
  • Napajanje
    • Programabilni
    • Kovinski
    • Plastični
    • Hi-link PCB usmerniki
    • Step-down
    • Step-up
    • Step-up-down
    • PWM
    • 18650 baterije
    • Polnilec baterij
    • Konektorji
  • Naprave
    • Spajkalniki
    • Laserji
    • Instrumenti
    • Vgradni instrumenti
    • USB polnilci
  • Protoboardi
  • Kabli
    • USB kabli
    • Dupont kabli
    • Flat kabli
    • Žičke za protoboard
    • Kabli s konektorji
    • Ostali kabli
  • Stikala - tipke
    • Tipke
    • Tipke mikro
    • Tipke folijske
    • Tipke kapacitivne
    • Stikala
    • Končna stikala
  • Gonilniki koračnih motorjev
  • RFID
  • Upori
  • PCB ploščice
  • Ventilatorji
    • Ventilatorji 5V
    • Ventilatorji 12V
    • Ventilatorji 24V
  • Multimedia
    • Slušalke Bluetooth
  • 3D tisk
    • Elektronika
    • Hotend
    • Mehanika
    • Pnevmatika
  • PVC škatlice
  • Rubikove kocke
  • Leseni 3D modeli
  • OSTALO
    • DIP podnožja
    • Tranzistorji
    • Napetostni regulatorji
PODATKI PODJETJA:
  • 3DSVET, spletna trgovina, Danijel Tkalec s.p.

  • Mokrice 21 b, 1360 Vrhnika

  • matična številka: 8608067000

  • davčna številka: SI 33322210

  • TRR: SI56 0201 0275 2859 966

  • info@3dsvet.eu

POMEMBNE POVEZAVE:
  • Izjava o zasebnosti
  • Pogoji uporabe in poslovanja
  • Uporaba piškotkov
  • Informacija GDPR
NAČINI PLAČILA:
  • Plačilo s kartico - Mastercard, VISA

  • PayPal

  • Plačilo po predračunu

  • Plačilo po povzetju

MENI:
  • Domov

  • Trgovina

  • Kako začeti?

  • Prispevki

  • Kontakt

  • DOMOV
  • Trgovina
  • Kako začeti?
  • Prispevki
  • Slike
  • Pogosta vprašanja
  • Kontakt
  • Wishlist
  • Primerjaj
  • Login / Register
Košarica
Zapri
Facebook Twitter Instagram linkedin
Stranska vrstica
Na našem spletnem mestu uporabljamo piškotke, da vam zagotovimo najbolj ustrezno izkušnjo, tako da si zapomnimo vaše nastavitve in ponovne obiske. S klikom na "Sprejmi vse" soglašate z uporabo VSEH piškotkov. Lahko pa obiščete "Nastavitve piškotkov", da zagotovite nadzorovano soglasje.
NastavitveSPREJMI VSE
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Nujni
Vedno omogočeno
Nujni piškotki so nujno potrebni za pravilno delovanje spletne strani. Ti piškotki anonimno zagotavljajo osnovne funkcionalnosti in varnostne funkcije spletnega mesta.
PiškotekTrajanjeOpis
__stripe_mid1 yearStripe sets this cookie cookie to process payments.
__stripe_sid30 minutesStripe sets this cookie cookie to process payments.
cookielawinfo-checkbox-advertisement1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
CookieLawInfoConsent1 yearRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
elementorneverThis cookie is used by the website's WordPress theme. It allows the website owner to implement or change the website's content in real-time.
PH_HPXY_CHECKsessionThis cookie is used to save the information about the current session.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Zmogljivostni
Piškotki zmogljivosti se uporabljajo za razumevanje in analizo ključnih indeksov uspešnosti spletnega mesta, kar pomaga pri zagotavljanju boljše uporabniške izkušnje za obiskovalce.
PiškotekTrajanjeOpis
_gat1 minuteThis cookie is installed by Google Universal Analytics to restrain request rate and thus limit the collection of data on high traffic sites.
Analitični
Analitični piškotki se uporabljajo za razumevanje interakcije obiskovalcev s spletno stranjo. Ti piškotki pomagajo zagotoviti informacije o meritvah, kot so število obiskovalcev, stopnja obiskov ene strani, vir prometa itd.
PiškotekTrajanjeOpis
_ga2 yearsThe _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.
_gid1 dayInstalled by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
Oglaševalski
Oglaševalski piškotki se uporabljajo za zagotavljanje ustreznih oglasov in marketinških akcij obiskovalcem. Ti piškotki sledijo obiskovalcem na spletnih mestih in zbirajo informacije za zagotavljanje prilagojenih oglasov.
PiškotekTrajanjeOpis
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
Drugi
Drugi nekategorizirani piškotki so tisti, ki se analizirajo in še niso razvrščeni v kategorijo.
PiškotekTrajanjeOpis
m2 yearsNo description available.
woodmart_recently_viewed_productssessionNo description
SAVE & ACCEPT