Search found 80 matches

by Jackli
Tue Oct 12, 2021 7:17 am
Forum: Drivers for External Components
Topic: 8-bit parallel TFT driver for micropython ?
Replies: 21
Views: 104914

Re: 8-bit parallel TFT driver for micropython ?

Although I don't know if you have found a screen that works for you, I have done some projects using a serial screen with ESP32 and using the micropython language. If you are interested you can take a look at it.

viewtopic.php?f=5&t=11026
by Jackli
Fri Sep 24, 2021 9:16 am
Forum: Drivers for External Components
Topic: Interactive TFT-LCD STONE and Raspberry PiCO panel
Replies: 0
Views: 2308

Interactive TFT-LCD STONE and Raspberry PiCO panel

QQ图片20210924171626.png
QQ图片20210924171626.png (106.65 KiB) Viewed 2295 times
https://www.youtube.com/watch?v=lFQWnDQ75ec
by Jackli
Fri Sep 24, 2021 9:08 am
Forum: ESP32 boards
Topic: supply an esp32 board with a cr2032
Replies: 2
Views: 1385

supply an esp32 board with a cr2032

Hi, guys, I tried to supply an esp32 board with a cr2032, through the 3.3v pin, but also if the led on the board is ON, the board does not work.... do you know I made a mistake in the connection or it is not possible to supply the esp32 board trough a 3.3v battery? https://scontent-sjc3-1.xx.fbcdn.n...
by Jackli
Mon Aug 30, 2021 6:45 am
Forum: General Discussion and Questions
Topic: Why my Raspberry Pi does not have audio option in Advanced Options?
Replies: 1
Views: 1372

Why my Raspberry Pi does not have audio option in Advanced Options?

Why my Raspberry Pi does not have the audio option in Advanced Options? (It's the latest system version)
by Jackli
Tue Aug 24, 2021 9:04 am
Forum: General Discussion and Questions
Topic: Why can't these codes typed in python exit the loop?
Replies: 1
Views: 1073

Why can't these codes typed in python exit the loop?

def get_name(first_name,last_name): '''Return the neat name'''' full_name = first_name + " " + last_name return full_name.title() home = True# the flag I set while home:# loop when flag is True print("\nPlease tell me your name !") f_name = input("First name:")# input_1 l_name = input("Last name:")#...
by Jackli
Tue Aug 24, 2021 9:00 am
Forum: Hardware Projects
Topic: Intelligent access control based on ESP32 and STONE TFT LCD
Replies: 0
Views: 31559

Intelligent access control based on ESP32 and STONE TFT LCD

Required materials ESP32 KOB electronic lock Relay STONE STWI070WT-01 touch panel display MFRC522 module Realized function 1. card registration. 2. username and password registration. 3. card swipe to unlock the electronic lock. 4. User name and password to unlock the electronic lock. Connection di...
by Jackli
Tue Aug 24, 2021 8:52 am
Forum: Raspberry Pi microcontroller boards
Topic: How to let the Raspberry Pi run the program out of the compiler?
Replies: 2
Views: 2134

Re: How to let the Raspberry Pi run the program out of the compiler?

I do use pico. I meant just saving the program code. I found a solution, in the THONNY compiler select and connect the Raspberry Pi pico, and then when you open the file you can choose to open the computer local files or Raspberry Pi internal files, and then at this time to write the program file re...
by Jackli
Tue Aug 17, 2021 8:27 am
Forum: Drivers for External Components
Topic: Raspberry Pi plays Gluttony with gestures
Replies: 0
Views: 2012

Raspberry Pi plays Gluttony with gestures

I came across a project a few days ago about using gestures to control gluttony, and I thought it was very interesting. Is it possible for me to achieve the same operation with an external gyro module mpu6050?

https://www.ixigua.com/6881447266784117 ... lttZKcM-yN
by Jackli
Tue Aug 17, 2021 8:08 am
Forum: Raspberry Pi microcontroller boards
Topic: How to let the Raspberry Pi run the program out of the compiler?
Replies: 2
Views: 2134

How to let the Raspberry Pi run the program out of the compiler?

How to save the written code inside the Raspberry Pi and let the Raspberry Pi run the program without a compiler?
by Jackli
Tue Aug 17, 2021 8:00 am
Forum: Development of MicroPython
Topic: RFID library files and compilers
Replies: 4
Views: 3506

Re: RFID library files and compilers

Ok, thank you, I will try it.