EasyManuals Logo

SunFounder ESP32 User Manual

Default Icon
771 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #410 background imageLoading...
Page #410 background image
SunFounder ESP32 Starter Kit
When you press a button on the remote control, the infrared receiver detects the signal, and you can use an infrared
library to decode it. This decoding process allows you to obtain the key value associated with the button press.
Wiring
Code
Note:
Open the 5.14_ir_receiver.py file located in the esp32-starter-kit-main\micropython\codes path,
or copy and paste the code into Thonny. Then, click “Run Current Script” or press F5 to execute it.
Make sure to select the “MicroPython (ESP32).COMxx” interpreter in the bottom right corner.
Here, you need to utilize the libraries found in the ir_rx folder. Please ensure they have been uploaded to the
ESP32. For a comprehensive tutorial, refer to 1.4 Upload the Libraries (Important).
import time
from machine import Pin, freq
from ir_rx.print_error import print_error
from ir_rx.nec import NEC_8
pin_ir = Pin(14, Pin.IN) # IR receiver
# Decode the received data and return the corresponding key name
(continues on next page)
404 Chapter 3. For MicroPython User

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the SunFounder ESP32 and is the answer not in the manual?

SunFounder ESP32 Specifications

General IconGeneral
BrandSunFounder
ModelESP32
CategoryController
LanguageEnglish