I'm dabbling in a project and would like to add a feature, but I need some help from the community.
My project returns a response from the wunderground api and lights an led based on the temperature in the response. I plan to enclose the circuits and use a single led on the enclosure to display the temperature. I have most of the sketch logic knocked out, but need help with sharing the project.
If I gave this project to someone, they would need to update the sketch to include their wifi name and password, as well as the zip code where they live.
Is there a way I can do this without using the arduino ide? A use case for this would be: the user plugs the arduino into their machine, the gui loads, the user would enter variables, and then the board would get flashed with the new variables.
Is this a pie in the sky proposition, or something that could be implemented?
Thanks for your input.