Re: SD player UI development
Posted: Mon Sep 17, 2018 3:52 pm
John
Didn't get a chance to play with your new software, but I did build another ESP IR transmitter, and modified the transmit software with the SDP IR codes, and it works!!
Can send IR codes for all buttons.
The downside is with the code I have now, it needs to be compiled with your ssid and wifi password. I tried to use other code that uses a library that sets up a temporary access point to enter in your information. That code compiled, ran, connected to my wifi after entering the information, and thinks it sent the ir codes. But no response at the SDP, so for some reason the ir codes were not actually sent. Stared for a while, then gave up. I may try again at some point, but I have something that works so likely to just push on.
I even made a "song" command that turns off power, waits a sec or two, turns on power, waits a bit, pushes enter key, waits a bit and the pushes enter key. Was just to a quick test, and it works fine, cycles power and registers the enters. I didn't tweak the times yet, just tried something to see if it would work.
BTW, I'm using platformio from platformio.org to compile my code. Its an alternate to the arduino compiler, and for some reason I have better luck compiling this stuff with platformio than with arduino.
I'm using the atom version right now, but may switch to VSCode version as it's supposed to be better.
Randy
Didn't get a chance to play with your new software, but I did build another ESP IR transmitter, and modified the transmit software with the SDP IR codes, and it works!!
Can send IR codes for all buttons.
The downside is with the code I have now, it needs to be compiled with your ssid and wifi password. I tried to use other code that uses a library that sets up a temporary access point to enter in your information. That code compiled, ran, connected to my wifi after entering the information, and thinks it sent the ir codes. But no response at the SDP, so for some reason the ir codes were not actually sent. Stared for a while, then gave up. I may try again at some point, but I have something that works so likely to just push on.
I even made a "song" command that turns off power, waits a sec or two, turns on power, waits a bit, pushes enter key, waits a bit and the pushes enter key. Was just to a quick test, and it works fine, cycles power and registers the enters. I didn't tweak the times yet, just tried something to see if it would work.
BTW, I'm using platformio from platformio.org to compile my code. Its an alternate to the arduino compiler, and for some reason I have better luck compiling this stuff with platformio than with arduino.
I'm using the atom version right now, but may switch to VSCode version as it's supposed to be better.
Randy