hi friends, currently I am working on data acquisition project where I am using two different arduino boards one is used for getting sensors reading like temperature co2 and humidity and the other one is connected to keypad I want that I could set the data updating time and setpoints for each sensor independently using this keypad to the other arduino board where sensors are connected. how this can be get done. thanks in advance.
Count:
.....how this can be get done......
Designing a circuit and writing some code maybe?
(Just a thought.)
OldSteve:
Designing a circuit and writing some code maybe?
(Just a thought.)
well I am aware of it what it should be
Count:
well I am aware of it what it should be
Well what do you want? Someone to write the code? Someone to design your circuit? Both?
Do you have the necessary sensors and a keypad, and have you written any practice code for any of them?
Write independent code to read each type of sensor and the keypad, then put it all together into a program that does what you want.
If you need help along the way, ask specific questions.
Why do you think you need two Arduinos? The communication between them adds some complexity that may not be necessary.
...R