Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

omnia-network/omnia-product-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEW VERSION: OmniaManager

Omnia Remote OS

Requirements

  1. python packages:

    pip3 install -r requirements.txt
    
  2. Arial font (take a look also here):

    sudo apt-get install ttf-mscorefonts-installer
    sudo fc-cache
    fc-match Arial
    
  3. On the ESP32, you must install the uasyncio library (take a look also here):

    import upip
    upip.install('micropython-uasyncio')
    upip.install('micropython-uasyncio.synchro')
    upip.install('micropython-uasyncio.queues')
    

About

Omnia Product Demo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%