Pramodh B
Posts: 8
Joined: Sun Sep 18, 2016 3:06 am

m2m communication

Sun Sep 18, 2016 3:09 am

how to connect 2 raspberry pi to make communication between them

User avatar
DougieLawson
Posts: 39296
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: m2m communication

Sun Sep 18, 2016 3:53 pm

Wire them to the same ethernet switch and it's trivial to use ssh (port 22), http (port 80), https (port 443), MQTT (port 1883) or your own roll-your-own socket programs (using TCP/IP or UDP/IP) to connect from one to the other.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Pramodh B
Posts: 8
Joined: Sun Sep 18, 2016 3:06 am

Re: m2m communication

Thu Nov 10, 2016 4:24 am

sir
we did pi 2 pi commn in rpi2
we are planning to make 1 pi as master and 1 pi as slave can you please sujjest something to do this
we are using nrf24l01 rf module for commn and we did message sending between them
also we did communication to ubidots cloud
what i need now is
i want to get slaves data(sensor value) and i want to control some load in slave through ubidots
suggest me plzzzzzzzzzzzzzzzzzz.

Return to “Beginners”