1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Another IoT project

Discussion in 'Off Topic' started by OutsourcedGuru, Jan 21, 2018.

  1. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    Wrote a cool app/service/daemon for time entry with badges and a scanner over the weekend. Uses a cheap laser scanner, a little python and the rest is a pair of Node apps which forward upstream to an LMS system somewhere. It all sits on a Raspberry Pi 3 and I'm printing the cover for that now. Good-looking interface, logging and such.

    Screen Shot 2018-01-21 at 6.36.49 PM.png
     
    mark tomlinson likes this.
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    This was my weekend project

    Capture.JPG

    Sadly, I am not a nodejs fan so there was a bit more effort involved :)
     
  3. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    Is that Java-based?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yup, sadly :) Was being lazy since it was a home project
     
  5. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    Looks involved.

    Got permission from Job1 to add both 3D printing and blockchain cryptocurrency to the curriculum. (Many excite.)
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    If I break out the C++ compiler it is serious :)
     
  7. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    I'm actually attempting to compile... Cura. One of the build preps by itself took six hours to run.
     
  8. Ronny Sharma

    Ronny Sharma New Member

    Joined:
    Mar 11, 2018
    Messages:
    4
    Likes Received:
    2
    Learning python and Raspberry Pi 3. Hope to someday build cool apps on my free time.
     
  9. OutsourcedGuru

    OutsourcedGuru Active Member

    Joined:
    Jun 3, 2017
    Messages:
    752
    Likes Received:
    141
    You could try writing an OctoPrint plugin. They use Python/JavaScript/HTML/CSS and an occasional bash script. They're not too tough. The hardest part is getting your mind around venv and how Python does that. Pretty sure OctoPrint's development page takes you through the process.
     

Share This Page