The ESP8266 is a good second target if you want to repackage this in a low cost small form factor. The H/W costs will be smaller but the development challenges a lot greater.
TerryE wrote:This is a pretty open Q, so I can't give a specific example, other than do your research. There are various communities out there which could help, but IMO the ESP8266 one is at the hacker extreme, so it might not be a good place to start if you have a big learning curve. IMO, something like the RaspberryPi would be a better place to start, as the community there is a lot larger and they have lots of help for hobbyists new to web technologies, etc. and you won't have to worry about issues like making your application work in 20kB RAM.
The ESP8266 is a good second target if you want to repackage this in a low cost small form factor. The H/W costs will be smaller but the development challenges a lot greater.
I appreciate your response but I actually managed to figure it out. It turns out I was doing it right, but there were some lines in the request that were causing the server to not recognize the command I was sending. I also may have made it sound like I was more of a noob than I actually am. I have done a decent amount of work on websites and understand it pretty well. I was just doubting myself a lot when I couldn't get this to work. Lua is very different than arduino code, but my first programming language that I learned was Visual Basic, which is very similar to Lua. Again, thank you for your response, I might check out the other sites too in the future.