Home

Awesome

MicroPython JQ6500 sound module library

lcd

A library to control a JQ6500 sound module in serial mode on an ESP32 or other compatible board running MicroPython.

Example:

from jq6500 import Player
p = Player(port=2)
p.set_volume(30)
p.play()
p.get_length()
p.clean_up()

Available methods:

Tutorial on my website Rototron or click picture below for a YouTube video:

JQ6500 Tutorial

Tested on ESP32 (Wemos Lolin32)