NAJVEČJA ARDUINO SPLETNA TRGOVINA V SLOVENIJI
  • DOMOV
  • Trgovina
  • Kako začeti?
  • Prispevki
  • 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
    XIAO krmilnik 32bit Arduino kompatibilen
    Teency krmilniki
    Raspberry Pi 4 2GB 01
    Raspberry
  • 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
0 Wishlist
0 Primerjaj
0 items / €0.00
Meni
3Dsvet.eu 3Dsvet.eu
0 items / €0.00
Domov Arduino shields UNO shields Arduino UNO LCD shield s tipkami Keyestudio
Arduino UNO protoboard shield s terminali Keyestudio
Arduino UNO protoboard shield s terminali Keyestudio €10.99 DDV že vključen v ceno.
Back to products
Arduino UNO relejni shield Keyestudio
Arduino UNO relejni shield Keyestudio €12.99 DDV že vključen v ceno.
NAROČENO
Arduino UNO LCD shield s tipkami Keyestudio
Click to enlarge

Arduino UNO LCD shield s tipkami Keyestudio

€12.99 DDV že vključen v ceno.

Arduino UNO LCD shield s tipkami Keyestudio

Ni na zalogi

Prijava na sporočilo ob novi zalogi.

Primerjaj
Dodaj v seznam želja
Šifra: 16 - B1 Kategoriji: UNO shields, LCD
Share:
  • Opis
  • Mnenja (0)
Opis

Arduino UNO LCD 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

Mnenja (0)

Mnenja

Zaenkrat še ni mnenj.

Bodi prvi ocenjevalec “Arduino UNO LCD shield s tipkami Keyestudio” Prekliči odgovor

Vaš e-naslov ne bo objavljen. * označuje zahtevana polja

Podobni izdelki

Arduino UNO ESP8266 ESP-12E shield
Arduino UNO ESP8266 ESP-12E shield
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO ESP8266 ESP-12E shield

€9.79 DDV že vključen v ceno.
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 že vključen v ceno.
NAROČENO
Primerjaj
Dodaj v seznam želja
Beri dalje

Arduino UNO Dual Channel DC Motor Driver Shield L298NH

€10.89 DDV že vključen v ceno.
Arduino-UNO-multi-function-shield.jpg
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO multi function shield

€8.69 DDV že vključen v ceno.
NAROČENO
Arduino GSM SIM9000 shied
Arduino GSM SIM9000 shied 02
Primerjaj
Dodaj v seznam želja
Beri dalje

Arduino GSM SIM9000 shied

€19.69 DDV že vključen v ceno.
Arduino UNO protoboard shield s terminali
Arduino UNO protoboard shield s terminali 02
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO protoboard shield s terminali

€9.99 DDV že vključen v ceno.
slika Arduino UNO CNC shield 000
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO CNC shield

€8.49 DDV že vključen v ceno.
Arduino UNO relejni shield v2
Arduino UNO relejni shield v2
Primerjaj
Dodaj v seznam želja
Dodaj v košarico

Arduino UNO relejni shield opto

€14.19 DDV že vključen v ceno.
Zapri
Kategorije izdelkov
  • NOVO
  • Arduino krmilniki
    • UNO
    • MEGA
    • DUE
    • Leonardo
    • NANO
    • Pro Mini
    • Pro Micro
    • Tiny
    • LilyPad
  • Arduino KOMPLETI
    • WeeeBot
    • Keyestudio
    • Lafvin
    • Makey
    • Roboti
    • Ohišja za vozila
  • Arduino shields
    • UNO shields
    • NANO shileds
    • MEGA shields
    • Pro Mini shields
  • BBC micro:bit
    • Micro:Bit
    • Micro:Bit razširitve
    • Micro:bit SET
  • ESP krmilniki
    • ESP32
    • ESP8266
    • ESP8285
    • ESP razširitve
  • Raspberry
  • XIAO krmilniki
  • Teensy krmilniki
  • STM krmilniki
  • Pametna hiša
    • Sonoff
    • Sonoff Zigbee
    • Tuya
  • MODULI
    • 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 Bluetooth
    • rele Opto
  • Motorji
    • Univerzalni
    • N20 DC
    • NEMA 17
    • 28BYJ-48
    • servo hobby
  • LCD
    • LCD
    • LCD Nextion
    • LCD TFT
    • OLED
  • LED
    • LED diode
    • LED seti
    • 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
    • UV-LED
    • Trakovi ostalo
  • 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
    • Mikroskopi
    • Električni izvijači
    • USB polnilci
  • Protoboardi
  • 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
  • Multimedia
    • Zvočniki Bluetooth
    • Tipkovnice
    • Miške
    • Slušalke Bluetooth
  • 3D tisk
    • Elektronika
    • Hotend
    • Mehanika
    • Pnevmatika
  • Leseni 3D modeli
  • OSTALO
    • Diode
PODATKI PODJETJA:
  • 3DSVET, Danijel Tkalec s.p.

  • SI 33322210

  • 8608067000

  • Ulica 28. maja 65

  • 1000 Ljubljana

  • 041 601 398

  • danijel.tkalec@gmail.com

POMEMBNE POVEZAVE:
  • Izjava o zasebnosti
  • Pogoji poslovanja
NAČINI PLAČILA:
  • Plačilo s kartico - Mastercard, VISA

  • PayPal

  • Plačilo po predračunu

  • Plačilo po povzetju na poti

MENI:
  • Domov

  • Trgovina

  • Kako začeti?

  • Prispevki

  • Kontakt

  • DOMOV
  • Trgovina
  • Kako začeti?
  • Prispevki
  • Pogosta vprašanja
  • Kontakt
  • Wishlist
  • Primerjaj
Košarica
Zapri
Stranska vrstica