https://github.com/viccuad/gomoduino

Gomoduino

Gomoduino: notify your colleagues when you are on a pomodoro

But what is it?

Gomoduino provides a traffic light-like sign showcasing when you are on available and on a break, and when you are on a pomodoro. It was made on a couple of afternoons as an excuse to learn how D-Bus works.

Potato photos:

<img src="https://github.com/viccuad/gomoduino/raw/master/assets/web/gomoduino_work.jpg" width="600" /> <img src="https://github.com/viccuad/gomoduino/raw/master/assets/web/gomoduino.jpg" width="600" />

How it works

It works in conjunction with Gnome Pomodoro, a Gnome-Shell application for managing your Pomodoros, with presence awareness, notifications, messaging status changes and more.

dbus_diagram

Gomoduino is comprised of 2 parts, a Python script, and an Arduino firmware. Gnome Pomodoro showcases its state by D-Bus signals. Gomoduino's Python script connects to D-Bus, parses the signals and relays information about state changes to the Arduino counterpart via serial comm. Then, the simple Arduino firmware changes the LED output so your folks can leave you be on your pomodoros.

Here is the Arduino layout:

<img src="https://github.com/viccuad/gomoduino/raw/master/assets/web/Sketch_schem.png" width="600" />

Here is the Python script usage:

$ ./gomoduino.py -h
usage: gomoduino.py [-h] [-d] [-ns]

A script for inputting gnome-pomodoro's state to serial port

optional arguments:
  -h, --help       show this help message and exit
  -d, --debug      show debug messages
  -ns, --noserial  don't try to connect serial port

See docs/ for more info on all of it.

Dependencies

For the Arduino part

Do it with Arduino IDE

(1). $ apt install arduino

or go console style:

(2). Install inotool

a. For Debian based systems: $ sudo apt-get install python-pip b. Install inotool: $ pip install --user inotool (never ever use pip with sudo!) c. Add ~/.local/bin to your PATH

For the Python script:

Debian: $ apt install python-dbus python-serial

Opensuse: $ zypper in dbus-1-python python-pyserial

Also, your user needs to be in the tty and dialout groups:

$ sudo usermod -a -G tty $USER
$ sudo usermod -a -G dialout $USER

Remember to log off and on again for the changes to take effect.

Building

Arduino part

Do it with Arduino IDE or go console style:

(2). $ cd firmware; ino build; ino upload.

Python part

You might need to change the serial device you are going to connect to.

License

gplv3

This work is released under the terms of GPLv3 license. You can find a copy of the GPLv3 license in LICENSE file.

TODO:

  • [ ] Make a systemd's unit service file for it
  • [ ] Improve host python script
  • [ ] Add time counter BCD display to the microcontroller (currently missing HW, lends welcome)
  • [ ] Make the script a nice python module to install it correctly

Looking for hackers with the skills:

hardware python systemd python3 microcontroller pomodoro

This project is part of:

Hack Week 14 Hack Week 15

Activity

  • over 5 years ago: vcuadradojuan liked this project.
  • over 6 years ago: thutterer liked this project.
  • over 6 years ago: tonghuix liked this project.
  • over 6 years ago: tonghuix joined this project.
  • almost 7 years ago: PSuarezHernandez liked this project.
  • almost 7 years ago: thutterer liked this project.
  • almost 7 years ago: dmaiocchi liked this project.
  • almost 7 years ago: dwaas liked this project.
  • almost 7 years ago: vcuadradojuan started this project.
  • almost 7 years ago: vcuadradojuan added keyword "python" to this project.
  • almost 7 years ago: vcuadradojuan added keyword "systemd" to this project.
  • almost 7 years ago: vcuadradojuan added keyword "python3" to this project.
  • almost 7 years ago: vcuadradojuan added keyword "microcontroller" to this project.
  • almost 7 years ago: vcuadradojuan added keyword "pomodoro" to this project.
  • almost 7 years ago: vcuadradojuan added keyword "hardware" to this project.
  • almost 7 years ago: vcuadradojuan originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Unrealtone Cable by emiler

    Project Description

    Device for connecting...


    OSSelot collaboration on legal reviews of community packages by lkocman

    [comment]: # (Please use the project descriptio...


    Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil

    Join the Gitter channel! [https://gitter.im/uy...


    Linux Immersive Learning System (LILS) by dgarcia

    [comment]: # (Please use the project descriptio...


    zypper plugin for discovering reverse dependencies by bzoltan1

    Often when we test maintenance updates or when ...


    One of couple of Python projects (update M2Crypto) by mcepl

    There are couple of projects I work on, which n...


    Use systemd Service Templates to manage OBS workers by enavarro_suse

    Project Description

    Currently, the system...


    Create tool to analyze supportconfig to spot common SUSE Manager / Uyuni issues by cbosdonnat

    [comment]: # (Please use the project descriptio...


    drgn: implement crash top-level commands by marxin

    Project Description

    The goal of the proje...


    Make orthos/cobbler more ansible aware by trenn

    Enhance ansible usage in orthos

    What is...


    Humidity sensors with dashboard by joachimwerner

    Build a network of ("edge") humidity sensors...