3

Spanish company Libelium makes this pretty impressive sensor board:

http://www.libelium.com/products/waspmote/sensors/

for their Waspmote series of boards. These are not meant for Arduino compatibility, but they are not only interesting for combining so many sensors, the availability of calibrated sensor sets makes it even more unique.

So here is the challenge: can we reasonably leverage these from an Uno or a Mega?

Anonymous Penguin
6,36510 gold badges34 silver badges62 bronze badges
asked Feb 17, 2014 at 4:28
3
  • Look at some of their docs: libelium.com/development/waspmote/examples/… seems like they have a very similar platform to Arduino. Commented Feb 17, 2014 at 4:37
  • Their forums suggest making the connection is not trivial, but may be possible: libelium.com/forum/viewtopic.php?f=15&t=8811 Commented Feb 17, 2014 at 4:42
  • They talk about XBee and WiFi connections in one of the datasheets and there is an API later in the PDF docs... Yet I read that it might be hard... (Direct quote from 0xF2's comment) Compatibility between Arduino and Waspmote's sensor boards is not direct, since the connectors' pinout do not correspond, you'd have to wire the connections using the documentation. Anyway, I'm afraid the Libelium's sales policy implies a minimum first order including five Waspmotes, five batteries and one Gateway. | @sachleen Maybe it is powered by Arduino with a few libraries... Commented Feb 17, 2014 at 15:03

1 Answer 1

3

Too long for a comment...

Look at some of their docs for examples. seems like they have a very similar platform to Arduino.

Their forums suggest making the connection is not trivial, but may be possible: http://www.libelium.com/forum/viewtopic.php?f=15&t=8811

All that's saying is you can't simply plug in a sensor into your Arduino like a shield, because it's not a shield. You'd have to hook up the connections to the right pins and then use their libraries and code to communicate with it.

That involves reading their documentation and code to figure out what pins it uses to communicate with what. You may have to modify the code slightly to work with Arduino (mainly changing pin numbers).

All in all, I wouldn't invest my time or effort into it. Don't lock yourself into a product that isn't intended to be used the way you're using it. You'll get no support from the company and there's no guarantee future versions of their product will work. Or things like this (from the forum link):

Anyway, I'm afraid the Libelium's sales policy implies a minimum first order including five Waspmotes, five batteries and one Gateway.

Simply not worth the effort. You'd be much better off making your own sensor board to fit your requirements.

answered Feb 17, 2014 at 4:48
1
  • Now you can purchase single boards through MicroConrollerShop.com microcontrollershop.com/… Commented Jul 29, 2014 at 10:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.