Mobile phone usage is addictive. There are adults addicted, but a huge problem is kids addiction We must do something to help avoid problems in this context.

The solution

Sipario, an app and community aggregator in order to help with smartphone addiction.

Description

The more you use Sipario, the more points you earn. If you use the smartphone, you will lose your points

Business model

How is this sustainable?

I personally don't care, but sutainability of the business is key to possible investments.

Sipario will allow commercial entities to join the network. The idea is to give commercial activities (eg: restourants, cinemas, theathers, ....) the ability to certify that users are not using the smartphones during the permanence in the place. this will allow then commercial activities to give coupons to users, in order to promote a good behavior and retain the customer

Tech challenge

if resources allows it, i would like to create an algorithm that leverage bluetooth for certify people proximity presence in order to avoid attacks from points rouge in the context of the app

Goals

Deliver:

  • android app
  • IOs app (some apple developers must join in order to do this)
  • backoffice app
  • BLE algorithm to certify nearby presence

Resources

https://en.wikipedia.org/wiki/Problematicsmartphoneuse

https://pattidigitali.it/

https://www.forbes.com/sites/garystern/2019/04/17/the-new-york-city-restaurant-that-prohibits-cell-phone-use-facing-backlash-or-cheers/

Similar app

https://play.google.com/store/apps/details?id=com.ascent&hl=en

https://www.forestapp.cc/

Website

https://sipario.org

Teaser

Slides

Github

https://github.com/baldarn/sipario

https://github.com/baldarn/sipario-android

Looking for hackers with the skills:

android ios community

This project is part of:

Hack Week 24

Activity

  • about 1 month ago: livdywan liked this project.
  • about 1 month ago: t.huynh liked this project.
  • about 1 month ago: francescorusso liked this project.
  • about 1 month ago: gfilippetti liked this project.
  • about 1 month ago: babidippi joined this project.
  • about 1 month ago: babidippi liked this project.
  • about 1 month ago: ecandino liked this project.
  • about 1 month ago: baldarn removed keyword rails from this project.
  • about 1 month ago: Pietro joined this project.
  • about 1 month ago: Pietro liked this project.
  • about 1 month ago: adnilson liked this project.
  • about 1 month ago: adnilson joined this project.
  • about 1 month ago: baldarn joined this project.
  • about 1 month ago: baldarn left this project.
  • about 1 month ago: menematt liked this project.
  • about 1 month ago: Sako liked this project.
  • about 1 month ago: dc1992 liked this project.
  • about 1 month ago: dc1992 disliked this project.
  • about 1 month ago: dc1992 liked this project.
  • about 1 month ago: RandomDev123 liked this project.
  • about 1 month ago: cdimonaco liked this project.
  • about 1 month ago: baldarn added keyword "community" to this project.
  • about 1 month ago: baldarn added keyword "rails" to this project.
  • about 1 month ago: baldarn added keyword "ios" to this project.
  • about 1 month ago: dcipriani liked this project.
  • All Activity

    Comments

    Be the first to comment!

    Similar Projects

    Create an Android app for Syncthing as part of the Syncthing Tray project by mkittler

    Description

    There's already an app but code/features already in Syncthing Tray could be reused to create a nicer app with additional features like managing ignore patterns more easily. The additional UI code for the app could then in turn be re-used by other parts of Syncthing Tray, e.g. to implement further steps in the wizard as requested by some users. This way one "UI wrapper codebase" could serve GNU/Linux, Windows and Android (and in theory MacOS) at the same time which is kind of neat.

    Goals

    • DONE: Learn more about development for Android and development of UIs with Qt Quick
    • DONE: Create an experimental app reusing as much existing Syncthing Tray code as possible
    • DONE: Build Syncthing as a library also for Android and use it in the app (already done but needs further testing and integration with the rest of the app configuration)
    • DONE: Update the Syncthing Tray website, documentation
    • Extend the app so it has at least a start page and an import that can cope with an export of the other app
    • Update forum thread
    • Upload an experimental build on GitHub
    • Extend the Syncthing API to download single files on demand (instead of having to sync the whole directory or use ignore patterns)

    Resources

    • Android SDK/NDK and emulator
    • Qt Quick


    Grapesss: a physical Shamir's Secret Sharing application [ESP32-C3 + Mobile] by ecandino

    drawing

    Description

    A couple of years ago I created StegoSecretS, a small cli used to encrypt and split a secret into multiple keys, using the Shamir's Secret Sharing algorithm.

    The idea is to re-implement the project using physical devices. One device alone will be useless, but when close together they can be used to decrypt the secret.

    On a practical side the user encrypts the secret with a mobile application. The same application is used to split the secret, and load the partial keys into different micro-controllers. Another user will be able to decrypt the secret only having at least N devices close together (using the application).

    I'm planning to use a couple of ESP32-C3 I bought, and build a very simple Android mobile application.

    Goals

    • Learn about Rust and micro-controllers (ESP32-C3)
    • Learn about mobile applications (Android and Kotlin)

    Resources