What is my version of Waspmote, Meshlium or Sensor Boards?

Modified on Tue, 21 Sep 2021 at 04:12 PM

The products purchased after 25 October 2016 are the last version.

In the current article, you can find what changes have been made related to the API, SDK, and hardware designs and what implications they have compared with the previous version.

How you can differentiate them?

Waspmote v15 and Plug & Sense!
  • You can upload the following code which prints the version of Waspmote or Plug & Sense!.

    CODE: SELECT ALL

    void setup()
    {
      USB.ON();
      USB.println(F("Start program"));
    
      Utils.showVersion();
    }
    
    void loop()
    {
     // do nothing
    }
    
    Image
  • Waspmote v15 VS Waspmote PRO v1.2
    Image
  • P&S v15 VS P&S v1.2. Sticker at the backside of the P&S.
    Image
Meshlium
  • The new Meshlium has a new design.
    Image
  • You can also check the version through the Manager System, on the main page reads: "Welcome to the Meshlium Manager System 4.0!"

Sensor Boards

The version of each sensor board is indicated in the top silkscreen of the PCB. You can see the new sensor boards in the following images.
  • Smart Agriculture Sensor Board v3
    Image
  • Events Sensor Board v3
    Image
  • Gases Sensor Board v3
    Image

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article