Trouble using the library for RuuviTag

Posted on
  • Hello there,

    I'm having an issue using Espruino Web IDE on a Raspberry Pi with the RuuviTag sensor. When I upload some code I found online to run the sensors on the RuuviTag device I get a screen that looks like the attached screenshot. It kind of looks like it isn't finding the necessary library. Does anyone know how to get past this issue?


    1 Attachment

    • Espruino_pic_3.PNG
  • This is an issue I just found and fixed on the EspruinoHub Raspberry Pi software - when sending large chunks of data (like the Ruuvitag libraries) it could send the data in the wrong order. All you need to do is update...

    Connect to the Raspberry Pi via SSH (or however you installed EspruinoHub in the first place).

    Type:

    cd EspruinoHub
    git pull
    sudo systemctl restart EspruinoHub.service
    

    And you're sorted!

  • Perfect! Thanks a lot!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Trouble using the library for RuuviTag

Posted by Avatar for Melonator @Melonator

Actions