I do not have much idea about networking protocols. I am using 6 different kinds of analog sensors and a GPS module. I want to use a communication protocol (I2C, SPI etc), but I do not know which one to implement. Any help will be appreciated.
Thank you.
That depends on the sensors.
Post a list.
More than one protocol can be used on one Arduino.
More than one sensor can be used on an SPI or I2C bus.
Leo..
Is this for Arduino to Arduino communication?
What is the distance between the devices, 10cm, 1m, 100m, 1000m?
Wawa:
That depends on the sensors.
Post a list.More than one protocol can be used on one Arduino.
More than one sensor can be used on an SPI or I2C bus.
Leo..
NEO6m gps module
3 axis accelerometer
hall sensor
temperature sensor
2 potentiometer
Some sensors come in several protocols. I2C being common/easy.
Several sensors can be connected to the same two pins, as long as they have a different address.
Some sensors can be used with more than one protocol.
Pots are, ehh, just pots. And need an analogue pin each. But there are port expanders if you need to use more.
Post links to the exact sensors you have if you need help connecting them.
Leo..