Hi guys,
I have a very simple concept at this early stage which as a deputy head at a local school, I think has the potential to sell and be useful.
A device with 4 buttons, the Arduino counts the number of time each button is pressed. When a combination of buttons is pressed or to keep things simple, a 5th submit button is clicked, I need to get the data sent to a website - literally. Button 1 = 12 clicks, Button 2 = 6 clicks..
I want to take the right direction from the start with the unlikely but hopeful thought that this might become, one day, a commercial product. If I had a custom server and MySQL database (which I know very little about!!) could you send the data from the device directly to the server via wifi but then this would be tricky to setup all the wifi settings with only 4/5 buttons on the device! It could do it via Bluetooth but then this would require a pc as the intermediate with custom software, a greater difficulty for me. Even wired would require custom software and I think needing a cable would kill the idea. It really needs to be sent directly from the box itself.
I just don't know the best way to get the data from the arduino to a web server. I've got an idea that'll work but it just seems a massive project, I want to take the right direction before I start to get support.
Any thoughts more than welcome.