KT403A MP3 : DFPlayer, GroveMP3

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
jczic
Posts: 13
Joined: Fri Sep 01, 2017 2:10 am
Location: Paris, France
Contact:

KT403A MP3 : DFPlayer, GroveMP3

Post by jczic » Tue Oct 22, 2019 3:13 pm

MicroPython driver for KT403A MP3 chip (DFPlayer, GroveMP3, ... used on Pycom modules, ESP32...)

https://github.com/jczic/KT403A-MP3

;)
Last edited by jczic on Sun Jan 22, 2023 8:59 pm, edited 1 time in total.

cefn
Posts: 230
Joined: Tue Aug 09, 2016 10:58 am

Re: KT403A MP3 : DFPlayer, GroveMP3

Post by cefn » Tue Oct 22, 2019 6:18 pm

See also https://github.com/ShrimpingIt/micropyt ... /README.md if you are trying to drive it from an ESP8266 (with a TX-only UART).

The ScanPlayer uses a hack to monitor the 'playing' pin to scan for consecutive numerically named files and folders by trying to play them, so that you can e.g. figure out how many actual tracks are in a folder even without an RX serial pin.

Post Reply