Search found 80 matches

by Jackli
Wed Aug 11, 2021 3:45 am
Forum: Development of MicroPython
Topic: RFID library files and compilers
Replies: 4
Views: 3594

Re: RFID library files and compilers

JennaSys wrote:
Mon Aug 09, 2021 8:50 am
Thonny doesn't really compile anything. What RFID library files are you trying to use? Are they pure Python or do they have C dependencies?
I want to use the library of MFRC522, as well as I use micropython language.
by Jackli
Mon Aug 09, 2021 3:15 am
Forum: Development of MicroPython
Topic: RFID library files and compilers
Replies: 4
Views: 3594

RFID library files and compilers

I recently intended to make a smart access control project using Stone TFT LCD, ESP32, and MFRC522.
I am using the THONNY compiler, but I found that it reports errors when adding RFID library files, which prevents me from importing RFID library files.
by Jackli
Mon Aug 09, 2021 2:49 am
Forum: ESP32 boards
Topic: ESP32 board how to brush micropython's firmware?
Replies: 1
Views: 1325

ESP32 board how to brush micropython's firmware?

ESP32 board how to brush micropython's firmware?
by Jackli
Tue Aug 03, 2021 10:36 am
Forum: General Discussion and Questions
Topic: How to output two complementary PWM waveforms from PICO microcontroller?
Replies: 4
Views: 2378

How to output two complementary PWM waveforms from PICO microcontroller?

How to output two complementary PWM waveforms from the PICO microcontroller, by using MicroPython? pwm_A=PWM(Pin(0)) pwm_A.freq(10000000) If you use the above two lines, only one way PWM can be output, how to use the code to output two complementary PWM waveforms, one way high when the other is low....
by Jackli
Thu Jul 29, 2021 8:53 am
Forum: General Discussion and Questions
Topic: The code is correct, but the execution is faulty
Replies: 2
Views: 1640

The code is correct, but the execution is faulty

The following code I wrote without an error being reported, but when it was executed an error occurred.

Code: Select all

>>> a = 10/0
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: division by zero
by Jackli
Thu Jul 22, 2021 9:56 am
Forum: General Discussion and Questions
Topic: ESP32 code coded into micropython
Replies: 1
Views: 18448

ESP32 code coded into micropython

I saw a weather station project done online using ESP microcontroller and TFT LCD , but he was using Arduino to program ESP32, I now want to port it to Raspberry Pi, but the code of ESP32 is not very comprehensive given. Here is the code as far as I can see. https://www.stoneitech.com/media/upload/s...
by Jackli
Fri Jul 16, 2021 7:49 am
Forum: Drivers for External Components
Topic: Micropython tutorial of TPYBoard DIY metal detector example demo
Replies: 0
Views: 29453

Micropython tutorial of TPYBoard DIY metal detector example demo

Recently I want to use the cell phone to collect metal detector data to port the project to the serial screen implementation, before the first simple example to do a simple metal detection. Required components One TPYBoard board One LJ12A3-4-Z/BX metal proximity switch One breadboard One light-emitt...
by Jackli
Fri Jul 16, 2021 7:11 am
Forum: Drivers for External Components
Topic: I/O capable GUI
Replies: 7
Views: 20171

Re: I/O capable GUI

Is this using the MCU for interface design, or does it have its own GUI design software?
by Jackli
Wed Jul 14, 2021 9:32 am
Forum: Hardware Projects
Topic: MicroPython based:TPYBoard heart rate monitor
Replies: 1
Views: 43962

MicroPython based:TPYBoard heart rate monitor

A few days ago I was looking at a heart rate monitoring project and I tried to write the simplest one using Micropython. https://www.instructables.com/LCD-Arduino-STONE-HMI-Display-Heart-Rate/ I. Methods of heart rate monitoring 1、PPG photoelectric volume method Because the human skin, bones, muscle...
by Jackli
Mon Jul 12, 2021 3:11 am
Forum: ESP8266 boards
Topic: Fingerprint unlocking electronic lock based on ESP8266
Replies: 7
Views: 28425

Re: Fingerprint unlocking electronic lock based on ESP8266

pythoncoder wrote:
Fri Jul 09, 2021 11:48 am
What puzzles me is that fingerprint sensors seem to be cheaper than touchscreens.
Yes, but the touch screen is what I already have I don't need to buy separately, the fingerprint sensor I need to buy additionally, but now it seems to be the only way to buy a fingerprint sensor.