Like us on Facebook!

Saturday, 6 April 2013

Raspberry Pi + M2M + zeropMQ + Breadboard



So at work a colleague has pointed me to zeroMQ and my company is looking into M2M (mobile-to-mobile) technology and I have had a  play with raspberry Pi and basic circuit board. 

So how can I make these come together???

So the plan is to create a simple M2M between 2 raspberry Pi using zeroMQ, M2M protocols and let's just throw some circuits to sense something ... 

First task is to understand zeroMQ. For this application I can use a simple Pub-sub, which connects a set of publishers to a set of subscribers. This is a data distribution pattern. Pi 1 will be the publisher and Pi 2 will be the subscriber.

Pi 2 will have an application to turn the data into meaningful information and perhaps push it to a mobile device.

The biggest challenge is connecting my Raspberry Pi to my circuit board. In the following video they used an Arduino to read temperature/moisture. 



So let it begin ...



No comments:

Post a Comment

Have your say!