Is it possible to have a table of values that my microcontroller uses that I can change from my PC by connecting it to the board?
What software should I use to conveniently convert something like an excell spreadsheet into microcontroller data that I can flash into the device without erasing all memory?
Is it better to use USB or SD card? Can I use both? Bluetooth?
Any good examples of some project that would allow data editing both on the PC and using a graphic interface of the microcontroller device itself?
What microcontroller module from the Arduino family is better for this task?
I am controlling lights temperature and humidity in an enclosure and I need it to change over a period of time according to a graph.
Unlike those Reflow Oven modules I have three variables to control. Temperature, humidity and lights(on/off). Humidifier is built in such way that it the fan will run independently, bringing fresh filtered air to the system. So I want to play with 3-4 variables / time.
I need this for a biological experiment that I am conducting.
The control circuit is simple - transistors controlling solid-state relays from digital output pins.
Two cheap I2C Chinese humidity/temperature sensors will provide the data.
Thank you.



