Logo

FNK0079

  • Arduino
    • Chapter 1 I2C LCD1602
      • Project 1.1 Display the String on I2C LCD1602
        • Component Knowledge
          • I2C communication
          • LCD1602 communication
        • Circuit
        • Sketch
          • How to install the library
          • Sketch_1.1_Display_the_string_on_LCD1602
    • Chapter 2 I2C LCD2004
      • Project 2.1 Display the String on I2C LCD2004
        • Component Knowledge
          • I2C communication
          • LCD2004 communication
        • Circuit
        • Sketch
          • How to install the library
          • Sketch_2.1_Display_the_string_on_LCD2004
  • ESP32
    • ESP32 C
      • Chapter 1 LCD1602
        • Project 1.1 Display the String on I2C LCD1602
          • Component Knowledge
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_1.1_Display_the_string_on_LCD1602
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 Display the String on I2C LCD2004
          • Component Knowledge
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_2.1_Display_the_string_on_LCD2004
            • Reference
    • ESP32 Python
      • Chapter 1 LCD1602
        • Project 1.1 Display the String on I2C LCD1602
          • Component Knowledge
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Code
            • 1.1_I2C_LCD1602
            • Uploading code to ESP32
            • How to import python files
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 Display the String on I2C LCD2004
          • Component Knowledge
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Code
            • 2.1_I2C_LCD2004
            • Reference
  • ESP8266
    • ESP8266 C
      • Chapter 1 LCD1602
        • Project 1.1 Display the String on I2C LCD1602
          • Component Knowledge
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_1.1_Display_the_string_on_LCD1602
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 Display the String on I2C LCD2004
          • Component Knowledge
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_2.1_Display_the_string_on_LCD2004
            • Reference
    • ESP8266 Python
      • Chapter 1 LCD1602
        • Project 1.1 Display the String on I2C LCD1602
          • Component Knowledge
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Code
            • Move the program folder
            • 1.1_I2C_LCD1602
            • Uploading code to ESP8288
            • How to import python files
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 Display the String on I2C LCD2004
          • Component Knowledge
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Code
            • Move the program folder
            • 2.1_I2C_LCD1602
            • Reference
  • Raspberry_Pi
    • Welcome
      • Getting Started
      • Get Support and Offer Input
      • Safety and Precautions
      • About Freenove
      • Copyright
    • Preface
    • Raspberry Pi
    • Installing an Operating System
      • Component List
        • Required Components
      • Optional Components
        • Required Accessories for Remote Desktop
      • Raspberry Pi OS
        • Automatically Method
        • Manually Method
          • Write System to Micro SD Card
        • Enable ssh and configure WiFi
        • Insert SD card
      • Getting Started with Raspberry Pi
        • Remote desktop & VNC
          • MAC OS Remote Desktop
          • Windows OS Remote Desktop
          • VNC Viewer & VNC
            • Enable VNC
            • Set Resolution
    • Chapter 0 Preparation
      • Linux Command
        • Shortcut Key
      • Install WiringPi
        • WiringPi Installation Steps
      • Obtain the Project Code
      • Python2 & Python3
    • Chapter 1 LCD1602
      • Project 1.1 I2C LCD1602
        • Component List
        • GPIO
          • BCM GPIO Numbering
          • PHYSICAL Numbering
          • WiringPi GPIO Numbering
        • Circuit
        • Component knowledge
          • Breadboard
          • GPIO Extension Board
          • I2C communication
          • LCD1602 communication
        • Configure I2C and Install Smbus
          • Enable I2C
          • Install I2C-Tools
        • Code
          • C Code 1.1 I2CLCD1602
            • lcdPutchar()
            • lcdPuts()
            • lcdPrintf()
          • Python Code 1.1 I2CLCD1602
    • Chapter 2 LCD2004
      • Project 2.1 I2C LCD2004
        • Component List
        • Circuit
        • Component knowledge
          • I2C communication
          • LCD2004 communication
        • Configure I2C and Install Smbus
          • Enable I2C
          • Install I2C-Tools
          • Install Smbus Module
        • Code
          • lcdPutchar()
          • lcdPuts()
          • lcdPrintf()
          • Python Code 2.1 I2CLCD2004
    • What’s Next?
  • Raspberry_Pi_Pico
    • Raspberry_Pi_Pico C
      • Chapter 1 LCD1602
        • Project 1.1 LCD1602
          • Component knowledge
            • Power
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_1.1_Display_the_string_on_LCD1602
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 LCD2004
          • Component knowledge
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Sketch
            • How to install the library
            • Sketch_2.1_Display_the_string_on_LCD2004
            • Reference
    • Raspberry_Pi_Pico Python
      • Chapter 1 LCD1602
        • Project 1.1 LCD1602
          • Component knowledge
            • Power
            • I2C communication
            • LCD1602 communication
          • Circuit
          • Code
            • 1.1_I2C_LCD1602
            • Uploading code to Raspberry Pi Pico
            • How to import python files
            • Reference
      • Chapter 2 LCD2004
        • Project 2.1 LCD2004
          • Component knowledge
            • Power
            • I2C communication
            • LCD2004 communication
          • Circuit
          • Code
            • 2.1_I2C_LCD2004
            • Reference
  • How to Change the I2C Address
fnk0079-docs
  • Search