Hello colleagues,
in the call of duty I have to (but actually I've been always wanted to become a programmer) build a simple project for my job that allows us to monitor a temperature in a certain room.
For now, we have only one room with 5 arduino uno in it, each of them has a temperature sensor.
What is the aim ?
To write a simple programm which would be able to show the information on temperature (in real time) in 5 points in the room (each point is arduino uno with temperature sensor).
Example of a programm interface is located in attachments.
It would be nice to make it as a dynamic web page on my website to be able to get an access from anywhere (but descktop version is also appropriate).
So, I am a very begginer who's never had an experience in microcontroller programming but I have some knowledge in java programming (just basics).
What do I want to know ?
- How to connect all these 5 arduino in the single system
- How to write a programm which show me this "room wtih a temperature points" interface. (which language should I use ?)
- how to connect these arduinos to this programm ?
- How to make it send me emails in that moment when the temperature goes lower/higher some critical points
- What information should I study to solve all these 3 questions ?
- can I use off-the-shelf solutions for my goals ? (which kind?)
Plz, don't advice me just reading books and etc.
I want to study programming (microntorllers and high-level programming) not just by reading books and solving tasks, but have a small simple project for my needs and try to realize it learning theory/ prog.language and etc. simultaneously.
Thank you so much in advance!