All Projects → wagiminator → ATtiny85-TinyDFPlayer

wagiminator / ATtiny85-TinyDFPlayer

Licence: other
MP3-Player

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ATtiny85-TinyDFPlayer

ATtiny85-USB-C-Tester
Simple USB-C Power Delivery Tester
Stars: ✭ 20 (-9.09%)
Mutual labels:  avr, attiny, pcb, project, diy, oled, attiny85
ATtiny85-TinyFMRadio
FM Radio with RDS
Stars: ✭ 51 (+131.82%)
Mutual labels:  avr, attiny, pcb, project, diy, oled, attiny85
ATtiny85-TinyLoad
Electronic Dummy Load
Stars: ✭ 32 (+45.45%)
Mutual labels:  avr, attiny, pcb, project, diy, oled, attiny85
ATtiny85-TinyCharger
Single-Cell Li-Ion Battery Charger with Monitoring
Stars: ✭ 20 (-9.09%)
Mutual labels:  avr, attiny, pcb, diy, oled, attiny85
ATtiny13-TinySolder
T12 Quick Heating Soldering Station
Stars: ✭ 45 (+104.55%)
Mutual labels:  avr, attiny, pcb, project, diy
ATtiny13-TinyTacho
Simple RPM-Meter
Stars: ✭ 36 (+63.64%)
Mutual labels:  avr, pcb, project, diy, oled
ATtiny13-TinyRemoteXL
12-Button IR Remote Control
Stars: ✭ 33 (+50%)
Mutual labels:  avr, attiny, pcb, project, diy
ATtiny13-TinyUPS
Uninterruptible Power Supply
Stars: ✭ 92 (+318.18%)
Mutual labels:  avr, attiny, pcb, project, diy
ATtiny84-TinyCalibrator
OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
Stars: ✭ 39 (+77.27%)
Mutual labels:  avr, attiny, oled, attiny85
Atmega Soldering Station
T12 Quick Heating Soldering Station
Stars: ✭ 183 (+731.82%)
Mutual labels:  avr, pcb, project, diy
DigiOS
Mini OS emulator for Digispark (an Attiny85 based microcontroller).
Stars: ✭ 46 (+109.09%)
Mutual labels:  avr, attiny, attiny85
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+409.09%)
Mutual labels:  player, mp3, diy
Xling
Xling, a pocket demon
Stars: ✭ 30 (+36.36%)
Mutual labels:  avr, oled
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-36.36%)
Mutual labels:  avr, attiny
STM32-RFM95-PCB
STM32 and AVR128 Printed Circuit Board for creating IOT nodes with the RFM95 LORA chip
Stars: ✭ 14 (-36.36%)
Mutual labels:  avr, diy
Arduino Deep Sleep
An example of proper and most advanced way to put ANY AVR Arduino boards in to sleep
Stars: ✭ 31 (+40.91%)
Mutual labels:  avr, attiny85
Rumba Plus
A premium-quality 3D printer control board by Aus3D.
Stars: ✭ 34 (+54.55%)
Mutual labels:  avr, pcb
AVR-Programmer
Collection of AVR Programmers and Accessories
Stars: ✭ 25 (+13.64%)
Mutual labels:  avr, attiny
Reactorforge
High power induction heating platform
Stars: ✭ 90 (+309.09%)
Mutual labels:  avr, diy
CorePartition
Universal Cooperative Multithread Lib with real time Scheduler that was designed to work, virtually, into any modern micro controller or Microchip and, also, for user space applications for modern OS (Mac, Linux, Windows) or on FreeRTOS as well. Supports C and C++
Stars: ✭ 18 (-18.18%)
Mutual labels:  avr, attiny85

TinyDFPlayer - MP3-Player based on ATtiny85 and DFPlayerMini

ATtiny controlled and LiPo battery powered MP3-Player using the DFPlayerMini module featuring:

  • Micro-SD-card slot
  • Battery charging and protection circuit
  • Battery level detection
  • OLED display
  • On/off switch
  • Volume control
  • Three push buttons to control the player
  • Remembers the last track played after switching off (EEPROM)

You can directly connect a 3.7 V Li-Po battery and a 3 W / 4 Ohm speaker to the board.

pic1.jpg

Hardware

DFPlayer Mini Module

The DFPLayer Mini module is a serial MP3 module that offers the perfect built-in MP3 hardware decoding. It supports TF cards with FAT16 and FAT32 file systems. Music playback as well as other functions can be controlled by simple serial commands without cumbersome software implementation. The main features of the module are easy to use, stable and reliable functions.

Battery Charger

For battery charging the TP4056 is used. The TP4056 is a complete constant-current/constant-voltage linear charger for single cell lithium-ion batteries. The charge voltage is fixed at 4.2V and the charge current (max 1000mA) can be programmed externally with a single resistor (R6). The TP4056 automatically terminates the charge cycle when the charge current drops to 1/10th the programmed value after the final float voltage is reached. Other features include current monitor, under voltage lockout and automatic recharge. Charging is done via the built-in Micro USB connector.

Battery Protection

For the battery protection (overcharge, overdischarge, overcurrent and short circuit protection) the DW01A is used in combination with an FS8205 dual MOSFET. The DW01A is constantly measuring the voltage across the battery and the current flowing in (when charging) or coming out (when discharging). If something goes wrong it takes the battery out of the circuit by closing the MOSFET which acts like a switch between the negative side of the battery (B-) and ground. The overcurrent protection works by comparing the voltage drop across the MOSFET with the internal 150mV reference of the DW01A. As the RDS(on) of one FS8205 is around 2x25mOhm, the DW01A will close the MOSFET at 150mV/50mOhm = 3A.

User Interface

The user interface utilizes three buttons, a wheel potentiometer and a 128x64 pixels OLED display. An ATtiny85 microcontroller brings it all together.

Building Instructions

Calibrating ATtiny85's Internal Oscillator

Error-free serial communication with the DFPlayer module requires precise timing. Usually the internal oscillator of the ATtiny85 used for this is sufficiently accurate (at least I haven't had any problems so far). However, the serial communication may not work due to an imprecise oscillator. It is therefore recommended to calibrate it manually. There are numerous instructions on how to do this on the Internet. Alternatively, the TinyICOC or the TinyCalibrator can be used for this.

Building the TinyDFPlayer

Solder all of the components onto the circuit board. Connect a 3.7 V Li-Po battery and a 3 W / 4 Ohm speaker to the corresponding pin headers.

pic3.jpg

If you want to use the 3D-printed case, first install a 70 * 40 mm speaker in the lower part of the housing and screw it in with 2.3 * 5 mm self-tapping screws. Place an approx. 1 cm thick piece of foam behind the speaker, which fits tightly against the outer walls of the housing. This improves the sound quality significantly and separates the battery from the speaker. Then place the battery. Click the upper part of the housing on the lower part and screw on the TinyDFPlayer Board with 2.3 * 5 mm self-tapping screws. Glue four rubber feet to the underside of the player.

pic4.jpg pic5.jpg pic6.jpg

Compiling and Uploading the Software

If using the Arduino IDE

  • Make sure you have installed the following core and libraries:
  • Go to Tools -> Board -> ATtinyCore and select ATtiny25/45/85 (No bootloader).
  • Go to Tools and choose the following board options:
    • Chip: ATtiny85
    • Clock: 8 MHz (internal)
    • Leave the rest at the default settings
  • Connect your programmer to your PC and to the ICSP header of the device.
  • Go to Tools -> Programmer and select your ISP programmer (e.g. USBasp).
  • Go to Tools -> Burn Bootloader to burn the fuses.
  • Open TinyDFPlayer sketch and click Upload.

If using the precompiled hex-file

  • Make sure you have installed avrdude.
  • Connect your programmer to your PC and to the ICSP header of the device.
  • Open a terminal.
  • Navigate to the folder with the hex-file.
  • Execute the following command (if necessary replace "usbasp" with the programmer you use):
    avrdude -c usbasp -p t85 -U lfuse:w:0xe2:m -U hfuse:w:0xd7:m -U efuse:w:0xff:m -U flash:w:tinyDFPlayer_v1.2.hex
    

Operating Instructions

Preparing the SD-Card

Micro SD cards (TF cards) with a maximum of 32 GB are supported. The card should be formatted in the FAT32 file system. The firmware is written for the folder-play function of the DFPlayer. This means you have to create folders named 01, 02, 03, ... in the SD card root and inside the folders you have to name the audio files 001.mp3, 002.mp3, ... The maximum number of folders is 99 and the maximum number of files per folder is 255. Don't leave gaps in the folders or file numbers. After the three-digit number of the MP3 files, the title name can be added for better identification, e.g. "003_MySong.mp3". Note that the title names cannot be read out and transmitted by the MiniDFPlayer module, so unfortunately it is not possible to display the title names.

There must not be any unnecessary files on the SD card, such as those stored there by MacOS (e.g. Spotlight). Better take Linux or Windows to write to the SD card. Under MacOS you can try to clean up with the following command:

$ dot_clean /Volumes/SD-Card

Insert the SD card into the corresponding slot of the DFPlayer Mini module.

Operating the TinyDFPlayer

The device is switched on with the power switch. The two outer buttons are used to switch files and folders. The middle button is used to switch between pause and play. The wheel potentiometer is for choosing the volume. All necessary information is displayed on the OLED. To charge the battery, connect a 5V power supply via the micro USB port.

pic2.jpg

License

license.png

This work is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License. (http://creativecommons.org/licenses/by-sa/3.0/)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].