Difference between revisions of "LC-MK-2040-WT"

From LCWIKI
Jump to: navigation, search
(Created page with "=='''Product name'''== LC 1.28 inch round watch development board LCPI 2040 development board TFT display<br> =='''Overview'''== LC 1.28-inch watch development board uses...")
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
[[File:MK-2040-WT-1.jpg]]<br>
 
[[File:MK-2040-WT-1.jpg]]<br>
  
 +
 +
=='''View'''==
 +
 +
<big>'' Front view ''</big><br>
 +
 +
[[Image:LC-MK-2040-WT-10.png]]<br><br>
 +
 +
<big>'' Side view ''</big><br>
 +
 +
[[Image:LC-MK-2040-WT-11.png]]<br><br>
 +
 +
<big>'' Back view ''</big><br>
 +
 +
[[Image:LC-MK-2040-WT-12.png]]<br><br>
 +
 +
 +
 +
 +
=='''Introduction and Explanation'''==
 +
 +
Board size: 45mm * 42mm<br>Height after installation: 14mm<br>Weight: 16g<br>
 +
 +
[[Image:LC-MK-2040-WT-04.png]]<br><br>
  
  
Line 43: Line 66:
  
 
After the installation is complete, open the software, in "Tools" - "Settings", select the device as PICO, and the port as the port of the development board. In this way, the development board can be downloaded and debugged online.<br>
 
After the installation is complete, open the software, in "Tools" - "Settings", select the device as PICO, and the port as the port of the development board. In this way, the development board can be downloaded and debugged online.<br>
[[File:MK-2040-DEV-4.png]]<br>
+
[[File:MK-2040-DEV-4.png|700px|]]<br>
  
  
Line 49: Line 72:
 
Please refer to "Raspberry Pi Pico MicroPython Demo Code.zip" under the "Development Tools" directory.<br>
 
Please refer to "Raspberry Pi Pico MicroPython Demo Code.zip" under the "Development Tools" directory.<br>
 
By default, the development board will not run the program when it is powered on. If you need to power on and run the program, you need to save the program on the development board when Tonny saves the code, and name it "main.py".<br>
 
By default, the development board will not run the program when it is powered on. If you need to power on and run the program, you need to save the program on the development board when Tonny saves the code, and name it "main.py".<br>
[[File:MK-2040-WT-2-1.jpg]]<br>
+
[[File:MK-2040-WT-2-1.jpg|500px|]]<br>
 
 
  
 +
=='''Download User Manual'''==
  
 +
For more usage information, please refer to[https://pan.baidu.com/s/1L9umTl3KPKdktftq3dHPIQ Baidu Cloud Drive] Extraction code: hajc
  
 
=='''Appendix'''==
 
=='''Appendix'''==

Latest revision as of 17:43, 24 July 2024

Product name

LC 1.28 inch round watch development board LCPI 2040 development board TFT display



Overview

LC 1.28-inch watch development board uses LCPI 2040 microcontroller. The 2040 features a pair of ARM Cortex-M0+ cores clocked at 133 MHz, providing plenty of integer performance.
It has a large RAM of 264KB and a 4Mbyte spi-flash onboard. Users can develop a large number of applications using c or MicroPython.
MK-2040-WT-1.jpg


View

Front view

LC-MK-2040-WT-10.png

Side view

LC-MK-2040-WT-11.png

Back view

LC-MK-2040-WT-12.png



Introduction and Explanation

Board size: 45mm * 42mm
Height after installation: 14mm
Weight: 16g

LC-MK-2040-WT-04.png


Function

  • With lithium battery charging and discharging path management function: when the typec data cable is inserted, the data cable supplies power to the microcontroller and the display. At this time, the lithium battery only charges and does not discharge, and the lithium battery will stop charging when it is fully charged.When the typec data cable is pulled out, it will immediately switch to the lithium battery to supply power to the microcontroller, and there will be no power-off reset.
  • With attitude detection sensor, it can detect the attitude of the watch, and write programs to create rich application functions.
  • It has 3 user buttons + 1 download button. It is convenient to write user program and realize program download function.
  • 1.28-inch circular TFT display 240x240 pixels HD IPS screen.
  • Can support 602030 type lithium battery. 400mAh keeps the screen on and can stand by for about 6 hours. The maximum charging current is 600mA, and it only takes 45 minutes to fully charge the battery.



Description

Configure the development board MicroPython environment
First press and hold the BOOT button of the development board, and then plug in the USB cable. At this time, the computer will display an additional drive letter:
MK-2040-DEV-1.png

Open the U disk, drag in the UF2 file "rp2-pico-20220618-v1.19.1.uf2", after the file is written, the U disk will disappear, open the device manager, and you will find a new port
MK-2040-DEV-2.png

At this point, the board can support MicroPython programming. If you need other programming methods, you need to drag in different UF2 files in the boot mode. For details, please refer to the LCtech WIKI.


Configure the MicroPython environment
Unzip "Thonny-3.3.3.zip" in the "Development Tools" directory, and double-click to run the program. Click "NEXT" all the way to install.
MK-2040-DEV-3.png

After the installation is complete, open the software, in "Tools" - "Settings", select the device as PICO, and the port as the port of the development board. In this way, the development board can be downloaded and debugged online.
MK-2040-DEV-4.png


Write programs through MicroPython
Please refer to "Raspberry Pi Pico MicroPython Demo Code.zip" under the "Development Tools" directory.
By default, the development board will not run the program when it is powered on. If you need to power on and run the program, you need to save the program on the development board when Tonny saves the code, and name it "main.py".
MK-2040-WT-2-1.jpg

Download User Manual

For more usage information, please refer toBaidu Cloud Drive Extraction code: hajc

Appendix

Raspberry Pi Official:Raspberry Pi Documentation - Raspberry Pi Pico and Pico W
MicroPYthon Documentation:Quick reference for the RP2 — MicroPython 1.19.1 documentation
Development environment configuration: Raspberry Pi Pico programming based on MicorPython Chapter 1: Raspberry Pi environment configuration and installation of Thonny