*แจ้งวันหยุด* ทางคลังสินค้าสาขาใหญ่มาเลเซีย ตั้งแต่วันที่ 8 เม.ย. 67 ถึง 12 เม.ย. 67 เพราะฉะนั้นออเดอร์จะทำการจัดส่งในวันทำการถัดไป (15 เม.ย. 67) สำหรับคลังประเทศไทยเปิดทำการปกติ
*แจ้งวันหยุด* ทางบริษัทจะปิดทำการในวันที่ 8 เม.ย. 67 และวันที่ 12 เม.ย. 67 จนถึงวันที่ 16 เม.ย. 67 เนื่องในวันหยุดสงกรานต์ เพราะฉะนั้นออเดอร์ที่ทำการสั่งซื้อในวันที่ 11 เม.ย. 67 เป็นต้นไปจะทำการจัดส่งอีกครั้งในวันทำการถัดไป (17 เม.ย. 67)
Sending Blynk Messages to An LCD with micro:bit

Sending Blynk Messages to An LCD with micro:bit

In this tutorial, we'll show you how to set up your micro:bit and Blynk app to communicate with each other, allowing you to send messages from the app to the micro:bit, which will then display them on the connected LCD screen. But this project is not limited to just displaying messages. You can also use it to create reminders, make to-do lists, and more! The possibilities are endless, and we hope this tutorial will inspire you to explore different ways you can use this project to simplify your daily tasks.

 

Video Tutorial

 

Components Required

อุปกรณ์ฮาร์ดแวร์

 

Connection

By following the diagram above:

  • Connect the grove Wi-Fi module to P15 and P16
  • For the LCD, connect GND to VSS, 3V3 to VDD, SDA to SDA, SCL to SCK

 

Blynk Setup

    1. go to Blynk website, create a new account and log in
    2. create a new template



       
    3. from datastream add a virtual pin and change data type to (String)


       
    4.  then add a new device


       
    5. select the template that you have created
    6. now copy the token and paste it into the micro:bit code


       
    7. on your phone, open Blynk app and click on micro:bit device
    8. from the widget box, add a Terminal and select virtual pin 0

     

    Code

     

    Connect your micro:bit to your computer and open MakeCode editor to start programming.

    • Add “ESP8266 Cytron” extension
    • Add "micro:bit + LCD" extension using this link: https://github.com/cytrontrainee/microbit-lcm1602-14-lcd-extension
    • then follow the code block in the picture above
    • Type in the name and password of your WiFi
    • After completing the code, download it on microbit

    You can also view and edit the code by clicking here!

     

    Project Complete

    Type the message in Blynk terminal and it will be displayed on the LCD