isPlaying() and disable option DF player as well as other discussions

Well . . Getting back after a long time in between an urgent project

In SD Card module we have audio.disable and audio.isPlaying() options

but in case of DF Player I am not able to find things like that

how we can go through such similar operations ??

Please guide !!

Sorry but what are You talking about? Read and mind this link: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

please check this one

We'd love to help but are not sure what you are asking. Can you re-state your question so we will know what you're having trouble with?

Ya ok

Axtually I want the working of exactly the functions

Aidio.isplaying
&
Aidio.Disable
does
Incase of sd card module

But this time I want to apply the same function for a DF player unit

Major issue is ,on applying disable or isplaying it says that no such thing is present in DF player library

So I want to know that what is the actual thing I need to write in code to produce same fucntion

Here an exanple :-
For sd card module the play function is like
audio.play("001);
But the same play function for DFPlayer is
Player.play(1);

IN SAME WAY
Stop function for

sd module
Audio.stopPlayback();

For DF player
Its player.stop();

So now for audio.disable I want to know the same for DF player

Hope i explained to get understand easily

The following link shows how to control and how to query the DF player, there are a couple of products calling themselves DF player but have slight differences so this link may not be exactly for your player. DFPlayer_Mini_SKU_DFR0299-DFRobot

Yeah I am on it only in fact . . .

But there is nothing like that present here

As this disable stops internal clock in case of SD Card , it won't generate any small distortion type sound after we stop the player with command audio.disable();

In case of this DF Player a continue small level sound is present even after we simply stops the player
ans when connected to a PA system that small sound gets amplifies annoying people around

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.