As it appears that fewer phones now have IR transmission capabilities, here's an ESP8266 + IR blaster project which could do what we want - communicate between PC/phone/tablet & IR receiver on the SD card player using WiFi ESP8266
https://www.hackster.io/BuddyC/wifi-ir-blaster-af6bca
Another one https://youtu.be/iysmCIpJ01g
Lots of these projects on-line
SD player UI development
Re: SD player UI development
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
Re: SD player UI development
I think you could connect to just the wifi card, using their lua/development SW, and patch from within that out to the arduino to control the hi/lo signal simulating the switch signal to the controller chip. You'd just have to trace the lines from the switches to the controller chip and put a meter on to find signal level. So within the lua when you'd press play, it would send an i2c command out to the arduino, which would set set eg digital pin 5 high for 0.5s which would replicate the button press. Once the arduino was programmed you wouldn't need to communicate with it at all.
If this could be done in a browser window, and have both the wifi card and controlling PC or phone connected to a router then that would be very useful.
This would not give you playback feedback though - how far you are through a track for example.
If this could be done in a browser window, and have both the wifi card and controlling PC or phone connected to a router then that would be very useful.
This would not give you playback feedback though - how far you are through a track for example.
Do or do not, there is no try
Re: SD player UI development
i know almost nothing about such things..................
but is it possible to control everything via wi-fi (play/pause, skip, add to playlist, repeat, etc etc)
intercept the ir signaling somewhere?
but is it possible to control everything via wi-fi (play/pause, skip, add to playlist, repeat, etc etc)
intercept the ir signaling somewhere?
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Re: SD player UI development
I'm not sure how you would bridge electrical signals between the SD card & Arduino? Even if we could I don't know if it would be wise to have electrical connection sinto the SD card other than the SD card reader slot it currently plugs into - reckon the reason for the excellent sound from this SD card player is it's simplicity - don't want to upset this, if possible.Fran wrote: ↑Thu Apr 12, 2018 11:14 pm I think you could connect to just the wifi card, using their lua/development SW, and patch from within that out to the arduino to control the hi/lo signal simulating the switch signal to the controller chip. You'd just have to trace the lines from the switches to the controller chip and put a meter on to find signal level. So within the lua when you'd press play, it would send an i2c command out to the arduino, which would set set eg digital pin 5 high for 0.5s which would replicate the button press. Once the arduino was programmed you wouldn't need to communicate with it at all.
If this could be done in a browser window, and have both the wifi card and controlling PC or phone connected to a router then that would be very useful.
This would not give you playback feedback though - how far you are through a track for example.
One way that track feedback could work would be by simulating it - i.e when play is pressed on the control device, it could send the IR code for play & also start playing the track on the control device PC/phone whatever (maybe some delay needed before start?) - that way we have an approx synch of play progress between the two devices
Last edited by jkeny on Thu Apr 12, 2018 11:32 pm, edited 1 time in total.
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
Re: SD player UI development
think its worth a shot, if the wifi card didnt do any harm maybe theres hopejkeny wrote: ↑Thu Apr 12, 2018 11:27 pmI'm not sure how you would bridge electrical signals between the SD card & Arduino? Even if we could I don't know if it would be wise to have electrical connection sinto the SD card other than the SD card reader slot it currently plugs into - reckon the reason for the excellent sound from this SD card player is it's simplicity - don't want to upset this, if possible.Fran wrote: ↑Thu Apr 12, 2018 11:14 pm I think you could connect to just the wifi card, using their lua/development SW, and patch from within that out to the arduino to control the hi/lo signal simulating the switch signal to the controller chip. You'd just have to trace the lines from the switches to the controller chip and put a meter on to find signal level. So within the lua when you'd press play, it would send an i2c command out to the arduino, which would set set eg digital pin 5 high for 0.5s which would replicate the button press. Once the arduino was programmed you wouldn't need to communicate with it at all.
If this could be done in a browser window, and have both the wifi card and controlling PC or phone connected to a router then that would be very useful.
This would not give you playback feedback though - how far you are through a track for example.
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Re: SD player UI development
But how would we connect electrically between SD card & Arduino? Break open the SD card to get access? Access to what/where?nige2000 wrote: ↑Thu Apr 12, 2018 11:31 pmthink its worth a shot, if the wifi card didnt do any harm maybe theres hopejkeny wrote: ↑Thu Apr 12, 2018 11:27 pmI'm not sure how you would bridge electrical signals between the SD card & Arduino? Even if we could I don't know if it would be wise to have electrical connection sinto the SD card other than the SD card reader slot it currently plugs into - reckon the reason for the excellent sound from this SD card player is it's simplicity - don't want to upset this, if possible.Fran wrote: ↑Thu Apr 12, 2018 11:14 pm I think you could connect to just the wifi card, using their lua/development SW, and patch from within that out to the arduino to control the hi/lo signal simulating the switch signal to the controller chip. You'd just have to trace the lines from the switches to the controller chip and put a meter on to find signal level. So within the lua when you'd press play, it would send an i2c command out to the arduino, which would set set eg digital pin 5 high for 0.5s which would replicate the button press. Once the arduino was programmed you wouldn't need to communicate with it at all.
If this could be done in a browser window, and have both the wifi card and controlling PC or phone connected to a router then that would be very useful.
This would not give you playback feedback though - how far you are through a track for example.
I can't see this being a runner
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
Re: SD player UI development
i think what fran is suggesting you link the arduino into the push switches in the front panel to simulate the relative buttons been pressedjkeny wrote: ↑Thu Apr 12, 2018 11:34 pmBut how would we connect electrically between SD card & Arduino? Break open the SD card to get access? Access to what/where?nige2000 wrote: ↑Thu Apr 12, 2018 11:31 pmthink its worth a shot, if the wifi card didnt do any harm maybe theres hopejkeny wrote: ↑Thu Apr 12, 2018 11:27 pm
I'm not sure how you would bridge electrical signals between the SD card & Arduino? Even if we could I don't know if it would be wise to have electrical connection sinto the SD card other than the SD card reader slot it currently plugs into - reckon the reason for the excellent sound from this SD card player is it's simplicity - don't want to upset this, if possible.
I can't see this being a runner
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Re: SD player UI development
Yea, the last bits Ok but what I think the suggestion is that WiFi signals for play/stop etc key presses were communicated ONLY via the SD card WiFi & that this could somehow be bridged to the Arduino to implement the action - not practical, I feelnige2000 wrote: ↑Thu Apr 12, 2018 11:38 pmi think what fran is suggesting you link the arduino into the push switches in the front panel to simulate the relative buttons been pressed
If we wanted to go this route, I think the only way is to do this is would be to use the WiFi connection on the Arduino card for communicating key presses & to use the WiFi connection on the SD card for sending/deleting audio files from the card's playlist folder?
But I'm not sure if the benefits that I can see for introducing the Arduino is worth the extra complexity?
We already have a communication method on the SD card player to receive & action key presses - the IR receiver so unless the IR receiver is particularly bad/weak or unusable in some way, I don't see why we shouldn;t try this first - just need an IR blaster simple unit to send out IR codes.
KISS
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
Re: SD player UI development
can u get an remote with the next batch of stuff?
when theres a few sd card players on the ground things will start to move im sure
well figure it out
when theres a few sd card players on the ground things will start to move im sure
well figure it out
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Re: SD player UI development
Yea, I'm sure Wendy will be able to find a seller that includes the remote
www.Ciunas.biz
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.
For Digital Audio playback that delivers WHERE the performers are on stage but more importantly WHY they are there.