Communication

Hello everyone.

First and foremost thanks for the help.

Now my question.

I been learning a bit here and there in YouTube and in some books. But I have not find a suitable answer for my project. They are way to simple or the opposite to complex. At least to my self.

I don't need a copy and paste I like to learn this correctly but don't have the time to take formal classes. I need some directions in how to get some literature on communicating between a few arduinos and then display the info collected in a website with some gauges. Also communicate back some values to operate within the program.

Perhaps I am getting a bit ahead of myself if so I like some guidance on what should be the steps to learn to accomplish this project of mine.

Once again thanks for reading and appreciate all and any help you can provide me.

Sincerely MANNY.

Mannyzale:
I need some directions in how to get some literature on communicating between a few arduinos and then display the info collected in a website with some gauges.

There is a huge amount of uncertainty in that.

  • Do you want several Arduinos to send data to a central Arduino that then sends the data to the internet? or do you want each Arduino to send its own data direct to the internet.
  • What are the distances involved?
  • How much data must be sent (bytes per second)?
  • Do you want wired or wireless communication?
  • Will the Arduinos be powered from the mains or from batteries? If from batteries then what battery life is required.

If you describe the project you want to create so that we understand the context of your question it will be much easier to help.

...R