Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bxnxm/micros
micrOS - mini automation OS for DIY projects.
https://github.com/bxnxm/micros
asyncio diy docker esp-micropython esp32 esp32camera i2c-sensors interrupts iot-platform ledcontrol micropython mq135 plugin-architecture python servo-controller socket telnet webserver wifi
Last synced: about 1 month ago
JSON representation
micrOS - mini automation OS for DIY projects.
- Host: GitHub
- URL: https://github.com/bxnxm/micros
- Owner: BxNxM
- License: agpl-3.0
- Created: 2017-10-11T19:21:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T21:05:32.000Z (about 1 month ago)
- Last Synced: 2024-10-11T05:03:38.750Z (about 1 month ago)
- Topics: asyncio, diy, docker, esp-micropython, esp32, esp32camera, i2c-sensors, interrupts, iot-platform, ledcontrol, micropython, mq135, plugin-architecture, python, servo-controller, socket, telnet, webserver, wifi
- Language: Python
- Homepage:
- Size: 261 MB
- Stars: 101
- Watchers: 5
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ![LOGO](./media/logo_mini.png?raw=true) micrOS
> **"Simple, yet increadbly useful."**
![telnet](https://img.shields.io/badge/wifi-telnet-blue) ![esp32S2](https://img.shields.io/badge/esp32-S2-olive) ![tinypico](https://img.shields.io/badge/esp32-tinypico-olive) ![esp32S3](https://img.shields.io/badge/esp32-S3-olive) ![esp32S3](https://img.shields.io/badge/esp32-S3_RAM-olive) ![PYQT](https://img.shields.io/badge/esp32-PYQT-olive) ![raspberry-pico-w](https://img.shields.io/badge/raspberry-pico_W-critical) ![espCAM-esp-s](https://img.shields.io/badge/esp32-CAM_OV2640-olive) ![esp32-c3](https://img.shields.io/badge/esp32-C3_RISCV-olive) ![OTA](https://img.shields.io/badge/ota-update-blue) ![GPIO](https://img.shields.io/badge/gpio-i2c-success) ![clock](https://img.shields.io/badge/rtc-ntp-success) ![async](https://img.shields.io/badge/async-task_manager-success) ![irq](https://img.shields.io/badge/hardware-IRQs-success) ![socket](https://img.shields.io/badge/socket-STA_or_AP-blue) ![cron](https://img.shields.io/badge/scheduling-cron-success) ![stable](https://img.shields.io/badge/stabile-master_HEAD-success) ![stable](https://img.shields.io/badge/micropython-OS-gold)
Thanks for ![GitHub stars](https://img.shields.io/github/stars/BxNxM/micrOS), follow us on:
[![Instagram](https://img.shields.io/badge/Instagram-%40micros_framework-%23E4405F?logo=instagram&logoColor=white)](https://www.instagram.com/micros_framework/)
[![YouTube](https://img.shields.io/badge/YouTube-micrOS_framework-red?logo=youtube&logoColor=white)](https://www.youtube.com/channel/UChRlJw7OYAoKroC-Mi75joA)
[![Facebook](https://img.shields.io/badge/Facebook-micrOS_framework-%231877F2?logo=facebook&logoColor=white)](https://www.facebook.com/Micros-Framework-103501302140755)
[![Thingiverse](https://img.shields.io/badge/Thingiverse-micrOS_3Dprints-%231489FF?logo=thingiverse&logoColor=white)](https://www.thingiverse.com/micros_framework/designs)
[![DockerHub](https://img.shields.io/badge/DockerHub-micrOS%20Gateway-blue)](https://hub.docker.com/r/bxnxm/micros-gateway)[![PyPI Version](https://img.shields.io/pypi/v/micrOSDevToolKit)](https://pypi.org/project/micrOSDevToolKit/)
**micrOS** is a [micropython](http://micropython.org) based mini **application** execution **platform** with ShellCli (socket) and WebCli (http) **servers** and several **other** embedded **features**.
> It uses direct wifi connection to access the exposed functionalities.In case of any technical comments or requests, please use [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github&style=flat)](https://github.com/BxNxM/micrOS/discussions).
![MICROSVISUALIZATION](./media/micrOS_welcome.png?raw=true)
[![SHORTCUTS](./media/micrOS_shortcuts.png)](https://www.icloud.com/shortcuts/898c2a8033d64ff0b7aadc46ee491a35)
Example shortcut (usage of the API): [link](https://www.icloud.com/shortcuts/fab936abb34b45b5bda4c9f7abb256e9)
Access rest api over browser: `http://.local`----------------------------------------
----------------------------------------๐ฒ ๐ป ShellCli: Generic session-based communication API
๐ฒ WebCli: Apple shortcuts compatible **REST API** and **http homepage**
ย ย โ๏ธ Expose upython module functions - telnet **TCP/IP** and **REST API**
โ๏ธ ๐ Device initialization from user config
๐งฉ Codeless end user experience via phone client
โ ๏ธ No external server or service required for client-device communication
ย ย โ ๏ธ ๐ก Works on Local Network (WiFi-WLAN)
๐ Easy to create custom application(s) aka create your own Load Modules:
๐ฆพ Built-in scheduling (IRQs):
ย ย - Time stamp based
ย ย - Geolocation based clock setup + time tags: sunset, sunrise
ย ย - Simple periodic
๐ Async **task manager** - start (&/&&) / list / kill / show๐๐Lightweight and high performance core system that leaves you space ๐
## โ Shortcuts:
1. micrOS Client Application [link](https://github.com/BxNxM/micrOS/#micros-client-application)
2. micrOS Installer [link](https://github.com/BxNxM/micrOS/#installing-micros-with-devtoolkit-esp32-and-more)
3. micrOS Tutorials [link](https://github.com/BxNxM/micrOS/#micros-video-tutorials)
4. micrOS System and features [link](https://github.com/BxNxM/micrOS/#micros-framework-features)
5. Pin mapping - GPIO [link](https://github.com/BxNxM/micrOS/#device-pinouts-for-wiring)
6. micrOS Node configuration [link](https://github.com/BxNxM/micrOS/#micros-node-configuration-parameters-with-description)
7. micrOS create custom Load Modules: [link](./APPLICATION_GUIDE.md)
8. micrOS Gateway server with Prometheus&Grafana: [link](https://github.com/BxNxM/micrOS/#micros-gateway-in-docker)
9. Release notes: [link](https://github.com/BxNxM/micrOS/#relese-note)----------------------------------------
----------------------------------------## micrOS Client Application
[![AppStore](./media/store/AppStoreBadge.svg)](https://apps.apple.com/hu/app/micros-client/id1562342296) ย ย ย ย ย ย ย [![AppStore](./media/store/GooglePlayBadge.png)](https://play.google.com/store/apps/details?id=com.BMT.micrOSClient)
----------------------------------------
----------------------------------------## Installing micrOS with DevToolKit #ESP32 and more
**macOS / Windows / Linux to install any esp32 board**[![pypi](./media/pipy.png)](https://pypi.org/project/micrOSDevToolKit/)
End-to-End solution for deployment, update, monitor and develop micrOS boards.
I would suggest to use micrOS GUI as a primary interface for micrOS development kit, but you can use cli as well if you prefer.
> Note: The main purpose of the USB deployment scripts to install micropython on the board and put all micrOS resources from `micrOs/toolkit/workspace/precompiled` to the connected board.
### 1. Install python3.9+
Link for python 3.9+ [download](https://www.python.org/downloads/release/python-390/)
> Note: **Allow extend system path** with that python version (installation parameter)
> On **Windows**: RUN AS ADMINISTARTOR----------------------------------------
### 2. Install micrOS devToolKit GUI
#### On macOS/Linux
ย Open **command line** on mac, press: `commnd+space` + type: `terminal` + press: `enter`
##### Download and install **micrOS devToolKit** python package:
```bash
pip3 install --upgrade pip; pip3 install micrOSDevToolKit
```> Later on you can **update** the package with
```bash
pip3 install --upgrade micrOSDevToolKit
```----------------------------------------
#### On Windows:
##### Download and install **micrOS devToolKit** python package:
Open Windows **PowerShell**, press `windows+R` + type: `powershell` + press `enter`
Copy the following lines to the PowerShell and press enter.
```bash
python -m pip install --upgrade pip
python -m pip install micrOSDevToolKit
```Later on you can **update** the package with
```bash
python -m pip install --upgrade micrOSDevToolKit
```----------------------------------------
### 3. Start micrOS devToolKit GUI
Copy the following command to the command line and press enter to start.
**```devToolKit.py```**
It will open a graphical user interface for micrOS device management, like usb deploy, update, OTA operations, test executions, etc...
----------------------------------------
![MICROSVISUALIZATION](./media/micrOSToolkit.png?raw=true)
- Example
```
1. Select BOARD TYPE
2. Click on [Deploy (USB)] button -> presss YES
```It will install your board via USB with default settings. **Continue with micrOS Client app...**
> Note: At the first USB deployment, devToolKit will ask to install **SerialUSB driver** and it will open the driver installer as well, please follow the steps and install the necessary driver.
```
โโ โโ โโโโโโโ โโโโโ โโ โโโโโ
โโ โโ โโโโโโโ โโโโโโโโ โโโโโ
โโโโโโโโโ โโโโโโโโ โโโโโโโ โโโโโโโโ โโโ โโโโ
โโโโโโ โโ โโโโโโโโ โโโโโโโ โโโโโโโโ โโโ โโโโ
โโ โโโโโโโโโโโโโโโฃ โโโโ โโโโโโโ โโโ โโโโโโโโ
โโ โโโโโโโ โโ โโโโ โโโโ โโโโโโโ โโโ โโโโโโโโ
```----------------------------------------
## micrOS Projects
[![RingLamp](./media/projects/RingLamp.gif?raw=true)](https://youtu.be/BlQzAnFtpLk)
![RoboArm](./media/projects/RoboArm.gif?raw=true)
![RGB_CCT](./media/projects/RGB_CCT.gif?raw=true)
----------------------------------------
----------------------------------------## micrOS Video Tutorials
[![YoutubeChannel](./media/YoutubeChannel.png)](https://www.youtube.com/channel/UChRlJw7OYAoKroC-Mi75joA)
----------------------------------------
## micrOS System, message-function visualization
![MICROSVISUALIZATION](./media/micrOS.gif?raw=true)
>Note: micrOS development kit contains command line interface for socket communication. Example: `devToolKit.py --connect`
----------------------------------------
## micrOS Framework Features๐ก
![MICROSARCHITECTURE](./media/micrOSArchitecture.png?raw=true)
- ๐ฏ**micrOS loader** - starts micrOS or WEBREPL(update / recovery modes)
- **OTA update** - push update over wifi (webrepl automation) / monitor update and auto restart node
- ๐**Config handling** - user config - **node_config.json**
- โณ**Boot phase** - preload Load Module(s)
- For pinout and last state initialization - based on node_config `boothook`
- Example values: `rgb load; neopixel load`
- Comments `#` can be used: `#rgb load; neopixel load`, excellect for experimentation.
- ๐ก**Network handling** - based on node_config
- STA / AP network modes, `nwmd`
- NTP + UTC aka clock setup
- API: [ip-api.com](http://ip-api.com/json/?fields=lat,lon,timezone,offset)
- Static IP configuration, `devip`
- dhcp hostname setup, `devfid`.local
- system `uptime` measurement
- โ๏ธ**Scheduling / External events** - Interrupt callback - based on node_config
- Time based
- โ๏ธsimple LM task pool execution `timirq` & `timirqcbf`
- `Timer(0)`
- Comments `#` can be used in `timirqcbf`
- ๐cron [time stump!LM task] pool execution `cron` & `crontasks`
- `Timer(1)`
- timestamp: `WD:H:M:S!LM FUNC`, ranges: `0-6:0-23:0-59:0-59!LM FUNC`
- example: `*:8:0:0!rgb rgb r=10 g=60 b=100; etc.`, it will set rgb color on analog rgb periphery at 8am every day.
- `WD: 0...6` 0=Monday, 6=Sunday
- optional **range handling**: 0-2 means Monday to Wednesday
- tag: `sunset` / `sunrise`
- example: `sunset!rgb rgb r=10 g=60 b=100; etc.`, it will set rgb color on analog rgb periphery at every sunset, every day.
- optional minute offset (+/-): sunrise+30
- Comments cannot be used in `crontasks`! No multiple commands in this mode!- API: [api.sunrise-sunset.org](https://api.sunrise-sunset.org/json?lat={lat}&lng={lon}&date=today&formatted=0)
- ๐ฃEvent based
- Set trigger event `irqX`
- Trigger up/down/both `irqX_trig`
- With LM callback function `irqX_cbf`
- Comments `#` can be used in `irqX_cbf`
- `X` can be = 1, 2, 3 or 4- โ๏ธ**[L]oad [M]odule** aka **application** execution
- Lot of built-in functions (table below)
- Create your own module with 3 easy steps
- Create a python file, naming convention: `LM_.py`
- Replace `` for anything you prefer!
- Write python functions, you can call any function from that module...
- Upload modul with "drag&Drop" devToolKit GUI `devToolKit.py`- ๐จ**ShellCli** - wireless communication interface with the nodes
- **System commands**: `help, version, reboot, modules, webrepl, webrepl --update, etc.`
- After `webrepl --update` command the micrOS system reboots and waits for ota update in webrepl mode about 20 seconds.
- **Config handling** SET/GET/DUMP - **node_config.json**
- enter configuration mode: `conf`
- Print out all parameters and values: `dump`
- exit configuration mode:`noconf`
- **LM** - Load Module function execution (application modules)
- Example: `system info`
- ๐**microIO** pinout handling - lookuptables for each board
- Predefined pinout modules for esp32, tinyPico
- Create your pinout based on `IO_esp32.py`, naming convencion: `IO_.py`
- To activate your custom pinout set `cstmpmap` config parameter to ``
- HINT: to get pin number you can get it by pin label, like: `system pinamp`- ๐ **Task manager** aka **Async LM jobs**
- Capable of execute [L]oad [M]odules in the background
- Invoke with single execution `&` or for loop execution `&&`
- Example:
- In loop: `system heartbeat &&`
- Loop frequency conrol: `system heartbeat &&1000`, it will execute every sec
- Single call: `system heartbeat &`
- Delayed execution (ms): `system heartbeat &1000`, waits 1 sec before execution.
- Stop task: `task kill system.heartbeat`
- Show task live ouput: `task show system.heartbeat`โ DevToolKit CLI feature:
- Socket client python plugin - interactive - non interactive mode
----------------------
### Boards and suggestions
There are multiple types of MCU-s (esp32, esp32s3, etc.) available to order, **BUT** to be able to enable **more features** (~2 Load Modules) and **full capable WebUI** interface you need to have more then **190-210kb** of ram (basic boards)(โน๏ธ).
There is a solution โ , additinal psram: **~2-4-8Mb** boards are available. It used to name as **psram** or **spiram**, even there is a type **octo-psram**, so check it before buy!!! Psram needs to be **supported on micropython** side as well !!!
**Suggestions - ๐ฎfutureproof hardware:**
**`esp32s3`**: Very fast new espressif module that supports psram detection, so you can freely select any module with this MCU with additinal ram, and micros will work with the best performance, typical ram sizes: **2Mb** (more then enough for everage usage), **4-8Mb** (capacble of image and sound processing tasks and load all GPIO-s ๐)
**`esp32s3-octo`** Same sa normal psram, just uses 8 pins to connect to the MCU, basically faster...
**`tinypico`** excellet hardware, bit pricy, with 4Mb of ram.
**`esp32cam`** it has a custom image and attached 8Mb of ram.
So prefer boards with more psram 2Mb-8Mb, **minumum requirement for the full flatched setup ~400kb** but smallest psram is **2Mb**, in practive:
- max measured 4Mb is 3.2% 128kb - oled_ui and lot of things loaded...
- camera stream can use about 50% of ram, that means about 2Mb of ram usage.โน๏ธ With basic 190-210kb of ram you can use the system with ShellCli with no issue, just webUI dashboard cannot be load due to memory limitations..., **under 140kb of system ram the system not reliable**, so these boards are not supported.
> Note:
**`esp32`** also can be totally fine with ShellCli, WebCli and 1 load module or multiple modules based on module size... just can be limited by the available memory soonor the later ... (WebCli javascript, htmls are quite small but can be few tens of kilobytes, also multiple async tasks in the background can take same, and roughly around 80% of memory usage system can be instable and restarts.) **So if you have a spare one try out micrOS with a range of features :)**
----------------------
## Built in periphery support
`#Sensors / inputes` `#Actuators / outputs`
[![pheriphery-io-preview](./media/pheriphery-io-preview.png)](https://htmlpreview.github.io/?https://github.com/BxNxM/micrOS/blob/master/micrOS/client/sfuncman/sfuncman.html)
[[CLICK] Show micrOS Load Module functions](https://htmlpreview.github.io/?https://github.com/BxNxM/micrOS/blob/master/micrOS/client/sfuncman/sfuncman.html)
----------------------------------------
## Device Pinouts for wiring
### Logical pin association handling
[micrOS/source/microIO.py](./micrOS/source/microIO.py)
LogicalPin lookup tables:
- [tinypico](./micrOS/source/IO_tinypico.py)
- [esp32](./micrOS/source/IO_esp32.py)
- [esp32s2](./micrOS/source/IO_esp32s2.py)
- [esp32s3](./micrOS/source/IO_esp32s3.py)
- [raspberryPicoW](./micrOS/source/IO_rp2.py) - reset needed after ota update (webrepl limitation)
- `IO_*.py` [etc.](./micrOS/source)> Note: Good idea to use costant variable for pin map declaration, check the files for more info, These files are also precompiled automatically into byte steams -> `.mpy`
![MicrOStinyPicopinout](./media/NodeMCUPinOutTinyPico.png?raw=true)
GENERAL CONTROLLER CONCEPT: [microPLC](./media/microPLC.png)
![MicrOSESP23pinout](./media/NodeMCUPinOutESP32.png?raw=true)
![MicrOSESP23S2pinout](./media/NodeMCUPinOutESP32S2_mini.png?raw=true)
![PYQT_PinOutESP32pinout](./media/PYQT_PinOutESP32.png?raw=true)
----------------------------------------
## micrOS **node configuration**, parameters with description
These parameters controlls micrOS core functionalities, so you can define an entire system by setting your custom configurations via these values.
### Basic parameters:
| Config keys | Default value and type | Reboot required | Description |
| :-----------------: | :-------------------------: | :-------------: | ----------------------------------------- |
| **`devfid`** | `node01` `` | Yes | Device friendly "unique" ID - (1) defines AccessPoint (AP) network name and (2) in Station (STA) network mode the DHCP device name for IP address resolve also (3) this is the ShellCli prompt.
| **`staessid`** | `your_wifi_name` `` | Yes | Wifi router name to connect (for STA default connection mode). You can list multiple wifi names separated with `;`
| **`stapwd`** | `your_wifi_passwd` `` | Yes | Wifi router password (for STA default connection mode). You can list multiple wifi passwords separated with `;` connected in order to `staessid` wifi names.
| **`appwd`** | `ADmin123` `` | Yes | Device system password.: Used in AP password (access point mode) + webrepl password + micrOS auth
| **`boothook`** | `n/a` `` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load; cct load` but you can call any load module function here if you want to run it at boot time.
| **`webui`** | `False` `bool` | Yes | Launch http rest server on port 80 (in parallel with micrOS shell on port 9008 aka `socport`). It has 2 endpoints: / aka main page (index.html) and /rest aka rest (json) interface for load module execution. Example: `.local` or `.local/rest` + optional parameters: `/rgb/toggle`. **Apple shortcuts compatible**
| | |
| **`cron`** | `False` `` | Yes | Enable timestamp based Load Module execution aka Cron scheduler (linux terminology), Timer(1) hardware interrupt enabler.
| **`crontasks`** | `n/a` `` | Yes | Cron scheduler input, task format: `WD:H:M:S!module function` e.g.: `1:8:0:0!system heartbeat`, task separator in case of multiple tasks: `;`. [WD:0-6, H:0-23, M:0-59, S:0-59] in case of each use: `*`. Instead `WD:H:M:S` you can use suntime tags: `sunset`, `sunrise`, optional offset: `sunset+-`, `sunrise+-`, example: `sunset-30!system heartbeat`. Range of days: WD can be conrete day number or range like: 0-2 means Monday to Wednesday.
| | |
| **`irq1`** | `False` `` | Yes | External event interrupt enabler - Triggers when desired signal state detected - button press happens / motion detection / etc.
| **`irq1_cbf`** | `n/a` `` | Yes | `irq1` enabled, calls the given Load Modules, e.x.: `module function optional_parameter(s)` when external trigger happens.
| **`irq1_trig`** | `n/a` `` | Yes | Sets trigger mode for external irq, signal phase detection, values `up` (default: `n/a`) or `down` or `both`.
| **`irq2`** | `False` `` | Yes | External event interrupt enabler - Triggers when desired signal state detected - button press happens / motion detection / etc.
| **`irq2_cbf`** | `n/a` `` | Yes | `irq2` enabled, calls the given Load Modules, e.x.: `module function optional_parameter(s)` when external trigger happens.
| **`irq2_trig`** | `n/a` `` | Yes | Sets trigger mode for external irq, signal phase detection, values `up` (default: `n/a`) or `down` or `both`.
| **`irq3`** | `False` `` | Yes | External event interrupt enabler - Triggers when desired signal state detected - button press happens / motion detection / etc.
| **`irq3_cbf`** | `n/a` `` | Yes | `irq3` enabled, calls the given Load Modules, e.x.: `module function optional_parameter(s)` when external trigger happens.
| **`irq3_trig`** | `n/a` `` | Yes | Sets trigger mode for external irq, signal phase detection, values `up` (default: `n/a`) or `down` or `both`.
| **`irq4`** | `False` `` | Yes | External event interrupt enabler - Triggers when desired signal state detected - button press happens / motion detection / etc.
| **`irq4_cbf`** | `n/a` `` | Yes | `irq4` enabled, calls the given Load Modules, e.x.: `module function optional_parameter(s)` when external trigger happens.
| **`irq4_trig`** | `n/a` `` | Yes | Sets trigger mode for external irq, signal phase detection, values `up` (default: `n/a`) or `down` or `both`.
| **`irq_prell_ms`** | `300` `` | Yes | "Prell": contact recurrence (hw property), for fake event filtering... :D Time window to ignore external IRQ events in ms.
| | |
| **`timirq`** | `False` `` | Yes | Timer(0) interrupt enabler - background "subprocess" like execution, timer based infinite loop for the LoadModule execution.
| **`timirqcbf`** | `n/a` `` | Yes | if `timirq` enabled, calls the given Load Module(s), e.x.: `module function optional_parameter(s)`, task separator: `;`
| **`timirqseq`** | `1000` `` | Yes | Timer interrupt period in ms, default: `3000` ms (for `timirq` infinite loop timer value)
| | |
| **`telegram`** | `n/a` `str` | No | `TELEGRAM_BOT_TOKEN` to enable micrOS Notifications. **Hint**, to create bot with botfather: [click](https://blog.devgenius.io/how-to-set-up-your-telegram-bot-using-botfather-fd1896d68c02). After enabling this, send `/ping` to telegram chat for chat ID sync.### Advanced parameter options:
| Config keys | Default value and type | Reboot required | Description |
| :-----------------: | :-------------------------: | :-------------: | ---------------------------------------- |
| **`utc`** | `60` `` | Yes | NTP-RTC - timezone setup (UTC in minute) - it is automatically calibrated in STA mode based on geolocation.
| **`cstmpmap`** | `n/a` `` | Yes | Default (`n/a`), select pinmap automatically based on platform (`IO_`). Manual control / customization of application pins, syntax: `pin_map_name; pin_name:pin_number; ` etc. [1][optional] `pin_map_name` represented as `IO_.py/.mpy` file on device. [2+][optinal] `dht:22` overwrite individual existing load module pin(s). Hint: ` pinmap()` to get app pins, example: `neopixel pinmap()`
| **`boostmd`** | `True` `` | Yes | boost mode - set up cpu frequency low or high 16Mhz-24MHz (depends on the board).
| **`aioqueue`** | `3` `` | Yes | System async queue controller (resource limiter).: `#1` Set asyc task queue limit (for soft tasks: `&`). Furthermore `#2` Socker server-s (webCli, ShellCli) client number limiter. 3 means: 3 cooperative connection (queue) shared by webCli and shellCli. It can be increased based on available resources.
| | |
| **`devip`** | `n/a` `` | Yes(N/A) | Device IP address, (first stored IP in STA mode will be the device static IP on the network), you can set specific static IP address here.
| **`nwmd`** | `n/a` `` | Yes | Prefered network mode - `AP` or `STA`, default is `STA`.
| **`soctout`** | `30` `` | Yes | Socket server connection timeout. If user is passive for `soctout` sec, and new connection incoming, then close passive connection. So it is time limit per connection in the `aioqueue`.
| **`socport`** | `9008` `` | Yes | Socket server service port (should not be changed due to client and API inconpatibility).
| **`auth`** | `False` `` | Yes | Enables socket password authentication, password: `appwd`. Passwordless functions: `hello`, `version`, `exit`. **WARNING** OTA upade not supported in this mode (yet).
| | |
| **`dbg`** | `True` `` | Yes | Debug mode - enable micrOS system printout, server info, etc. + progress LED.
| **`hwuid`** | `n/a` `` | N/A | USED BY SYSTEM (state storage) - hardware address - dev uid
| **`guimeta`** | `n/a` `str` | No | USED BY micrOS Client (state storage) - stores - offloaded parameter type in config. Clinet widget meta data storage.> Note: Default empty value: `n/a` in case of string parameter.
> Note: Cron is only available on devices with Timer(**1**): esp32----------------------------------------
----------------------------------------# Networking - automatic network modes
![MICROSNWMODES](./media/micrOSNetworking.png?raw=true)
# micrOS Gateway in docker
![MICROSVISUALIZATION](./media/micrOS_gateway.png?raw=true)
With prometheus database.
Check the micrOS Gateway docker [README](./env/docker/README.md) for details.Resources:
> modify `prometheus.yml` regarding what sensors on which endpoint do you want to scrapre data from.
* [docker-compose](./env/docker/docker-compose.yaml)
* [prometheus config](./env/docker/prometheus.yml)```bash
cd ./env/docker
docker-compose -p gateway up -d
```Official [DockerHub](https://hub.docker.com/repository/docker/bxnxm/micros-gateway/general)
# micrOS Customization
[![app_templates](./media/app_templates.png?raw=true)](./APPLICATION_GUIDE.md)
----------------------------------------
----------------------------------------## FUTURE RELEASE PLANS
Version **3.0.0-0**
```
Core:
- Async SSL/TLS integration (micropython 1.22+ required)
- urequest module async redesign for rest clients
- Notify (telegram) + server (listener - chatbot)
- Time (ntp location + sunset/sunrise api)
```Version **3.1.0-0**
```
Core:
- Async socket SSL/TLS integration (with auth.)
- WebCli (http), ShellCli (terminal) and InterCon
- Study of ESP-NOW (peer-to-peer communication) integration into InterCon (micropython requirements?)
```Version **4.0.0-0**
```
Core:
- Network stack redesign
- Network
- wifi (defualt, current interfaces)
- Study of BLE (Shell)
- Low power mode (with BLE) and soft-sleep / deep-sleep
```| VERSION (TAG) | RELEASE INFO | MICROS CORE MEMORY USAGE | SUPPORTED DEVICE(S) | APP PROFILES | Load Modules | NOTE |
| :----------: | :----------------: | :------------------------: | :-----------------: | :------------: | :------------:| -------------- |
| **v0.1.0-0** | [release_Info-0.1.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_0.1.0-0_note.md)| **78,4%** 29 776 byte | esp8266 | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_0.1.0-0.json)| Stable Core with applications - first release
| **v0.4.0-0** | [release_Info-0.4.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_0.4.0-0_note_esp8266.md)| **81,0%** 30768 byte | esp8266 | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_0.4.0-0.json)| micrOS multi device support with finalized core and so more. OTA update feature.
| **v0.4.0-0** | [release_Info-0.4.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_0.4.0-0_note_esp32.md)| **47,1%** 52 416 byte | esp32 | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_0.4.0-0.json)| *micrOS multi device support with finalized core and advanced task scheduler based on time, and and so more. OTA update feature.*
| **v1.0.0-0** | [release_Info-1.0.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_1.0.0-0_note_esp32.md)| **47,9%** 53 280 byte | esp32 | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_1.0.0-0.json)| Release of v1 micrOS, timer and event based irqs, cron task scheduling, realtime communication, multiple device support. OTA, etc.
| **v1.2.2-0** | [release_Info-1.2.2-0](./micrOS/release_info/micrOS_ReleaseInfo/release_1.2.2-0_note_esp32.md)| **48,6%** 54 032 byte | esp32 | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_1.2.2-0.json)| Public Release of v1 micrOS, timer and event based irqs, cron task scheduling, realtime communication, multiple device support. OTA update, thread from socket shell (beta) etc.
| **v light-1.3.0-0** | - | - | **esp8266** | [lightweight branch](https://github.com/BxNxM/micrOS/tree/lightweight)| - |remove esp8266 due to memory limitation - BUT still supported with limited functionalities on **`lightweight`** branch. Hint: Change branch on github and download zip file, then start micrOSDevToolKit dashboard GUI
| **v 1.5.0-1** | [release_Info-1.5.0-1](./micrOS/release_info/micrOS_ReleaseInfo/release_1.5.0-1_note_esp32.md) | **58,2%** 64 704 byte | esp32 (tinyPico) | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_1.5.0-1.json) | Advanced Timer IRQ based scheduling (cron & timirq), Geolocation based timing features, External IRQs with 4 channel (event filtering), finalized light controls, Device-Device comminucation support, etc.
| **v 1.21.0-4** | [release_Info-1.21.0-4](./micrOS/release_info/micrOS_ReleaseInfo/release_1.21.0-4_note_esp32.md) | **57.3%** 63 728 byte | esp32 (tinyPico, esp32s2, esp32s3) | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_1.21.0-4.json) | Full async core system with advanced task management and device to device communication, task scheduling and much more ... with more then 30 application/pheriphery support.
| **v 2.0.0-0** | [release_Info-2.0.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_2.0.0-0_note_esp32.md) | **45.4%** 68.7 kb | esp32 (tinyPico, esp32s2, esp32s3) | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_2.0.0-0.json) | Optimizations, WebCli with web frontends, Camera support. Micropython 1.21 async maxed out :D
| **v 2.6.0-0** | [release_Info-2.6.0-0](./micrOS/release_info/micrOS_ReleaseInfo/release_2.6.0-0_note_esp32.md) | **48.3%** 72.6 kb | esp32 (tinyPico, esp32s2, esp32s3) | [App Profiles](./micrOS/release_info/node_config_profiles/) | [LM manual](./micrOS/client/sfuncman/sfuncman_2.6.0-0.json) | WebCli http server enhancements. New webapps: dashboard. Core system official interface finalization towards Load Modules: Common.py, Types.py (frontend generation), microIO.py (pinout handling).----------------------------------------
----------------------------------------## Developer Quick guide
Note:
> Secure Core (OTA static modules) (GUI): `boot.py`, `micrOSloader.mpy`, `Network.mpy`, `ConfigHandler.mpy`, `Debug.mpy`
#### Erase device & Deploy micropython & Install micrOS
Go to micrOS repo, where the `devToolKit.py` located.
```bash
devToolKit.py --make
```
> Note: Follow the steps :)Search and Connect to the device
```
devToolKit.py -s -c
```----------------------------------------
**User commands**
```
devToolKit.py -hoptional arguments:
-h, --help show this help message and exitBase commands:
-m, --make Erase & Deploy & Precompile (micrOS) & Install (micrOS)
-r, --update Update/redeploy connected (usb) micrOS. - node config will be restored
-s, --search_devices Search devices on connected wifi network.
-o, --OTA OTA (OverTheArir update with webrepl)
-c, --connect Connect via socketclinet
-p CONNECT_PARAMETERS, --connect_parameters CONNECT_PARAMETERS
Parameters for connection in non-interactivve mode.
-a APPLICATIONS, --applications APPLICATIONS
List/Execute frontend applications. [list]
-stat, --node_status Show all available micrOS devices status data.
-cl, --clean Clean user connection data: device_conn_cache.json
```**Search devices**
```
devToolKit.py --search_devicesor
devToolKit.py -s
```**List discovered devices with status updates**
```
devToolKit.py -stator
devToolKit.py --node_status
```Output:
```
[ UID ] [ FUID ] [ IP ] [ STATUS ] [ VERSION ] [COMM SEC]
__localhost__ __simulator__ 127.0.0.1 OFFLINE n/a
micrOS TinyDevBoard 10.0.1.72 ONLINE 1.16.2-2 0.072
micrOS LivingKitchen 10.0.1.200 ONLINE 1.16.2-2 0.076
micrOS RoboArm 10.0.1.232 ONLINE 1.15.4-0 0.072
micrS Cabinet 10.0.1.204 ONLINE 1.16.2-2 0.074
micr4OS TestBird 10.0.1.179 ONLINE 1.16.2-1 0.083
micrOS RingLamp 10.0.1.75 ONLINE 1.16.2-2 0.099
micrOS CatFeeder 10.0.1.111 OFFLINE n/a
micrOS ImpiGamePro 10.0.1.23 OFFLINE n/a
micrS micrOSPublic02 10.0.1.47 ONLINE 1.16.2-2 0.101
micrcOS micrOSPublic01 10.0.1.197 ONLINE 1.16.2-2 0.099
micrcOS experipurple 10.0.1.94 OFFLINE n/a
```**Other Developer commands**
```
Development & Deployment & Connection:
-f, --force_update Force mode for -r/--update and -o/--OTA
-e, --erase Erase device
-d, --deploy Deploy micropython
-i, --install Install micrOS on micropython
-l, --list_devs_n_bins
List connected devices & micropython binaries.
-ls, --node_ls List micrOS node filesystem content.
-u, --connect_via_usb
Connect via serial port - usb
-b, --backup_node_config
Backup usb connected node config.
-sim, --simulate start micrOS on your computer in simulated mode
-cc, --cross_compile_micros
Cross Compile micrOS system [py -> mpy]
-gw, --gateway Start micrOS Gateway rest-api server
-v, --version Get micrOS version - repo + connected device.
```## Socket terminal example - non interactive
### Identify device
```
devToolKit.py -c -p '--dev slim01 hello'
Load MicrOS device cache: /Users/bnm/Documents/NodeMcu/MicrOs/tools/device_conn_cache.json
Activate MicrOS device connection address
[i] FUID IP UID
[0] Device: slim01 - 10.0.1.73 - 0x500x20x910x680xc0xf7
Device was found: slim01
hello:slim01:0x500x20x910x680xc0xf7
```### Get help
```bash
devToolKit.py -c -p '--dev BedLamp help'[MICROS] - built-in shell commands
hello - hello msg - for device identification
version - returns micrOS version
exit - exit from shell socket prompt
reboot - system soft reboot (vm), hard reboot (hw): reboot -h
webrepl - start webrepl, for file transfers use with --update
[CONF] Configure mode - built-in shell commands
conf - Enter conf mode
dump - Dump all data
key - Get value
key value - Set value
noconf - Exit conf mode
[TASK] postfix: &x - one-time, &&x - periodic, x: wait ms [x min: 20ms]
task list - list tasks with s
task kill - stop task
task show - show task output
[EXEC] Command mode (LMs):
help lm - list ALL LoadModules
cct
help
co2
help
dht22
help
intercon
help
robustness
help
system
help
```
### Embedded config handler
```
devToolKit.py -c -p '--dev BedLamp conf dump'
staessid :
devip : 10.0.1.204
version : 1.11.0-1
devfid : BedLamp
cron : True
cronseq : 3000
soctout : 10
irq2_cbf : n/a
stapwd :
dbg : False
irq2 : False
irq1 : False
irq1_cbf : n/a
appwd : ADmin123
irq2_trig : n/a
hwuid : micr7c9ebd623ff8OS
crontasks : sunset!cct toggle True;*:0:30:0!cct toggle False;*:5:0:0!cct toggle False
timirq : True
irq3 : False
irq3_cbf : n/a
irq4 : False
irq4_cbf : n/a
irq4_trig : n/a
nwmd : STA
timirqcbf : system ha_sta
irq_prell_ms: 300
boothook : cct load
aioqueue : 3
auth : False
timirqseq : 60000
utc : 60
boostmd : True
socport : 9008
irq3_trig : n/a
irq1_trig : n/a
guimeta : ...
cstmpmap : n/a
```### Load Modules - User defined functions
```
devToolKit.py -c -p '--dev BedLamp system info'CPU clock: 24 [MHz]
Mem usage: 71.0 %
FS usage: 14.6 %
upython: v1.19.1 on 2022-06-18
board: ESP32 module with ESP32
mac: 7c:9e:bd:62:3f:f8
uptime: 0 1:29:19
```## SocketClient
### Config:
micrOS/toolkit/user_data/device_conn_cache.json
```json
{
"__devuid__": [
"192.168.4.1",
9008,
"__device_on_AP__"
],
"__localhost__": [
"127.0.0.1",
9008,
"__simulator__"
],
"micr500291863428OS": [
"10.0.1.72",
9008,
"BedLamp"
]
}
```#### Interactive mode
```
devToolKit.py -c
or
devToolKit.py -connect[i] FUID IP UID
[0] Device: __device_on_AP__ - 192.168.4.1 - __devuid__
[1] Device: __simulator__ - 127.0.0.1 - __localhost__
[2] Device: BedLamp - 10.0.1.72 - micr500291863428OSChoose a device index: 5
Device was selected: ['10.0.1.204', 9008, 'Cabinet']
BedLamp $ help
[MICROS] - built-in shell commands
hello - hello msg - for device identification
version - returns micrOS version
exit - exit from shell socket prompt
reboot - system soft reboot (vm), hard reboot (hw): reboot -h
webrepl - start webrepl, for file transfers use with --update
[CONF] Configure mode - built-in shell commands
conf - Enter conf mode
dump - Dump all data
key - Get value
key value - Set value
noconf - Exit conf mode
[TASK] postfix: &x - one-time, &&x - periodic, x: wait ms [x min: 20ms]
task list - list tasks with s
task kill - stop task
task show - show task output
[EXEC] Command mode (LMs):
help lm - list ALL LoadModules
cct
help
co2
help
dht22
help
intercon
help
robustness
help
system
help
BedLamp $ exit
Bye!```
## Project structure
### micrOS resources library
#### micrOS Core
```
Core micrOS resources
1 154 Time.py (mlint: True) (pylint: 9.17) (ref.: 6)
2 104 micrOSloader.py (mlint: True) (pylint: 7.59) (ref.: 1)
3 50 Hooks.py (mlint: True) (pylint: 9.68) (ref.: 1)
4 418 Server.py (mlint: True) (pylint: 9.29) (ref.: 4)
5 454 Tasks.py (mlint: True) (pylint: 9.71) (ref.: 13)
6 185 Config.py (mlint: True) (pylint: 9.44) (ref.: 13)
7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
8 225 Shell.py (mlint: True) (pylint: 9.61) (ref.: 1)
9 179 Notify.py (mlint: True) (pylint: 9.55) (ref.: 2)
10 77 Types.py (mlint: True) (pylint: 9.69) (ref.: 11)
11 157 Common.py (mlint: True) (pylint: 9.1) (ref.: 24)
12 153 InterConnect.py (mlint: True) (pylint: 9.4) (ref.: 1)
13 177 Debug.py (mlint: True) (pylint: 8.72) (ref.: 22)
14 164 Network.py (mlint: True) (pylint: 9.71) (ref.: 10)
15 183 Scheduler.py (mlint: True) (pylint: 9.61) (ref.: 1)
16 113 microIO.py (mlint: True) (pylint: 9.08) (ref.: 38)
17 49 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
18 113 Interrupts.py (mlint: True) (pylint: 9.05) (ref.: 2)
19 15 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
20 117 urequests.py (mlint: True) (pylint: 8.9) (ref.: 4)SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3096
```#### micrOS Load Modules
```
micrOS Load Module resources
1 231 LM_roboarm.py (mlint: True) (pylint: 9.11) (ref.: 0)
2 122 LM_stepper.py (mlint: True) (pylint: 8.9) (ref.: 1)
3 118 LM_genIO.py (mlint: True) (pylint: 7.26) (ref.: 1)
4 498 LM_oled_ui.py (mlint: False) (pylint: 8.83) (ref.: 0)
5 190 LM_system.py (mlint: True) (pylint: 7.57) (ref.: 3)
6 63 LM_robustness.py (mlint: True) (pylint: 7.5) (ref.: 0)
7 115 LM_co2.py (mlint: True) (pylint: 8.42) (ref.: 3)
8 34 LM_rest.py (mlint: False) (pylint: 7.0) (ref.: 0)
9 266 LM_oled.py (mlint: True) (pylint: 9.23) (ref.: 3)
10 72 LM_tinyrgb.py (mlint: True) (pylint: 7.95) (ref.: 0)
11 96 LM_aht10.py (mlint: True) (pylint: 8.73) (ref.: 0)
12 293 LM_bme280.py (mlint: True) (pylint: 8.03) (ref.: 0)
13 37 LM_ph_sensor.py (mlint: True) (pylint: 5.79) (ref.: 0)
14 241 LM_buzzer.py (mlint: True) (pylint: 8.83) (ref.: 0)
15 199 LM_switch.py (mlint: True) (pylint: 8.56) (ref.: 2)
16 113 LM_servo.py (mlint: True) (pylint: 7.73) (ref.: 4)
17 53 LM_rgbcct.py (mlint: True) (pylint: 8.62) (ref.: 0)
18 284 LM_oled_sh1106.py (mlint: True) (pylint: 8.79) (ref.: 1)
19 150 LM_ld2410.py (mlint: True) (pylint: 9.07) (ref.: 0)
20 273 LM_neopixel.py (mlint: True) (pylint: 7.59) (ref.: 2)
21 274 LM_cct.py (mlint: True) (pylint: 8.83) (ref.: 1)
22 38 LM_L9110_DCmotor.py (mlint: True) (pylint: 7.69) (ref.: 0)
23 256 LM_neoeffects.py (mlint: True) (pylint: 6.91) (ref.: 0)
24 30 LM_i2c.py (mlint: True) (pylint: 5.71) (ref.: 0)
25 69 LM_dht22.py (mlint: True) (pylint: 8.0) (ref.: 0)
26 59 LM_L298N_DCmotor.py (mlint: True) (pylint: 8.78) (ref.: 0)
27 37 LM_esp32.py (mlint: True) (pylint: 4.38) (ref.: 0)
28 56 LM_pet_feeder.py (mlint: True) (pylint: 7.88) (ref.: 0)
29 82 LM_rencoder.py (mlint: True) (pylint: 8.92) (ref.: 0)
30 247 LM_keychain.py (mlint: False) (pylint: 9.14) (ref.: 0)
31 69 LM_dht11.py (mlint: True) (pylint: 8.0) (ref.: 0)
32 74 LM_telegram.py (mlint: False) (pylint: 8.94) (ref.: 0)
33 177 LM_OV2640.py (mlint: False) (pylint: 9.06) (ref.: 0)
34 249 LM_rgb.py (mlint: True) (pylint: 8.66) (ref.: 1)
35 62 LM_distance.py (mlint: True) (pylint: 8.14) (ref.: 0)
36 313 LM_VL53L0X.py (mlint: True) (pylint: 9.07) (ref.: 0)
37 107 LM_light_sensor.py (mlint: True) (pylint: 8.94) (ref.: 0)
38 12 LM_rp2w.py (mlint: True) (pylint: 4.44) (ref.: 0)
39 190 LM_presence.py (mlint: True) (pylint: 8.75) (ref.: 4)
40 29 LM_dashboard_be.py (mlint: True) (pylint: 6.5) (ref.: 0)
41 170 LM_dimmer.py (mlint: True) (pylint: 8.22) (ref.: 0)
42 66 LM_demo.py (mlint: False) (pylint: 8.21) (ref.: 0)
43 105 LM_lmpacman.py (mlint: True) (pylint: 8.38) (ref.: 0)
44 176 LM_gameOfLife.py (mlint: True) (pylint: 9.29) (ref.: 2)
45 58 LM_catgame.py (mlint: True) (pylint: 8.46) (ref.: 0)
46 42 LM_intercon.py (mlint: True) (pylint: 8.18) (ref.: 3)
47 43 LM_ds18.py (mlint: True) (pylint: 5.0) (ref.: 2)
48 250 LM_i2s_mic.py (mlint: False) (pylint: 8.71) (ref.: 1)
49 34 LM_sdcard.py (mlint: True) (pylint: 7.88) (ref.: 0)SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6822
```> LM (Load Modules) - Application logic - accessable over socket server as a command
### micrOS devToolkit resources
#### DevToolKit Dashboard apps
> You can easly copy the `Template_app.py`, and create a new socket based app.
[Template_app.py](https://github.com/BxNxM/micrOS/blob/master/toolkit/dashboard_apps/Template_app.py)```
micrOS/toolkit/dashboard_apps
โย ย โโโ AirQualityBME280_app.py
โย ย โโโ AirQualityDHT22_CO2_app.py
โย ย โโโ AnalogCCT_app.py
โย ย โโโ AnalogRGB_app.py
โย ย โโโ CatGame_app.py
โย ย โโโ Dimmer_app.py
โย ย โโโ GetVersion_app.py
โย ย โโโ GetVersion_app.pyc
โย ย โโโ NeopixelTest_app.py
โย ย โโโ RoboArm_app.py
โย ย โโโ SysCheck_app.py
โย ย โโโ Template_app.py
```#### Stored connection data and default node configs
```
micrOS/toolkit/user_data
โย ย โโโ device_conn_cache.json <- connection cache
โย ย โโโ node_config_archive
โย ย โโโ BigRGB-node_config.json
โย ย โโโ Chillight-node_config.json
โย ย โโโ Kapcsolo230-node_config.json
โย ย โโโ LampController-node_config.json
โย ย โโโ MeasureNode-node_config.json
โย ย โโโ MrGreen-node_config.json
โย ย โโโ RingLamp-node_config.json
โย ย โโโ test-node_config.json
```#### Virtaulenv for development and stored USB-Serial drivers
```
micrOS/env/
โโโ __init__.py
โโโ driver_cp210x
โย ย โโโ CP210x_Universal_Windows_Driver
โย ย โโโ macOS_VCP_Driver
โโโ requirements.txt
โโโ venv
โโโ bin
โโโ include
โโโ lib
โโโ pyvenv.cfg
```#### Precompiled resources for easy install
```
micrOS/toolkit/workspace/precompiled
โย ย โโโ BgJob.mpy
โย ย โโโ Common.mpy
โย ย โโโ ConfigHandler.mpy
โย ย โโโ Debug.mpy
โย ย โโโ Hooks.mpy
โย ย โโโ InterConnect.mpy
โย ย โโโ InterpreterCore.mpy
โย ย โโโ InterpreterShell.mpy
โย ย โโโ InterruptHandler.mpy
โย ย โโโ LM_L298N_DCmotor.mpy
โย ย โโโ LM_L9110_DCmotor.py
โย ย โโโ LM_VL53L0X.py
โย ย โโโ LM_bme280.mpy
โย ย โโโ LM_buzzer.mpy
โย ย โโโ LM_catgame.py
โย ย โโโ LM_cct.mpy
โย ย โโโ LM_co2.mpy
โย ย โโโ LM_dht11.mpy
โย ย โโโ LM_dht22.mpy
โย ย โโโ LM_dimmer.mpy
โย ย โโโ LM_distance_HCSR04.py
โย ย โโโ LM_ds18.mpy
โย ย โโโ LM_esp32.py
โย ย โโโ LM_genIO.mpy
โย ย โโโ LM_i2c.py
โย ย โโโ LM_intercon.mpy
โย ย โโโ LM_light_sensor.mpy
โย ย โโโ LM_neoeffects.mpy
โย ย โโโ LM_neopixel.mpy
โย ย โโโ LM_oled.mpy
โย ย โโโ LM_oled_ui.mpy
โย ย โโโ LM_pet_feeder.py
โย ย โโโ LM_ph_sensor.py
โย ย โโโ LM_rgb.mpy
โย ย โโโ LM_roboarm.mpy
โย ย โโโ LM_robustness.py
โย ย โโโ LM_servo.mpy
โย ย โโโ LM_stepper.mpy
โย ย โโโ LM_switch.mpy
โย ย โโโ LM_system.mpy
โย ย โโโ LM_tinyrgb.mpy
โย ย โโโ IO_esp32.mpy
โย ย โโโ IO_tinypico.mpy
โย ย โโโ LogicalPins.mpy
โย ย โโโ Network.mpy
โย ย โโโ Scheduler.mpy
โย ย โโโ SocketServer.mpy
โย ย โโโ Time.mpy
โย ย โโโ TinyPLed.mpy
โย ย โโโ boot.py
โย ย โโโ micrOS.mpy
โย ย โโโ micrOSloader.mpy
โย ย โโโ reset.mpy
```> Note: From the `micrOS/source/` by default the LMs are not compiling, to extend complied LM list add LM explicitly to the following file:
```
micrOs/toolkit/LM_to_compile.dat
```----------------------------------------
## HINTS
- Save **screen** console buffer (**output**)
Press `ctrl + A :` and type `hardcopy -h `- Create callgraph: [pycallgraph](http://pycallgraph.slowchop.com/en/master/)
- Convert PNG/JPG-s to GIF: `convert -delay 60 ./*.png mygif.gif`
- **micrOS core and Load Module source code info**:
```bash
devToolKit.py -lint
OR
devToolKit.py --linter
```### micrOS gateway - Linux service template
> [BETA] service setup tool: `toolkit/helper_scripts/linux_service/make.bash`
- Prerequisite: install micrOS devtoolkit **PiP package**
- Create service: [micrOS gateway service](https://domoticproject.com/creating-raspberry-pi-service/)
- [1] create `micros-gw.service` file:
```bash
[Unit]
Description=micrOS gateway REST API service
After=network-online.target[Service]
Environment="API_AUTH=:" <-- replace
ExecStart=/usr/bin/python3 -m devToolKit -gw <-- check (depends on deployment) OR /bin/bash
WorkingDirectory=/home/gateway <-- replace
StandardOutput=inherit
StandardError=inherit
Restart=always
User= <-- replace[Install]
WantedBy=multi-user.target
```- [2] copy service to `sudo cp micros-gw.service /lib/systemd/system/`
- [3] start service: `sudo systemctl start micros-gw.service`
- [4] enable service at bootup: `sudo systemctl enable micros-gw.service`
- [5] show service state: `sudo systemctl status micros-gw.service`
### GIT
- Add git tag: `git tag -a vX.Y.Z-K -m "tag message"`
- Publish tags: `git push origin --tags`
- Pretty git view: `git log --pretty=oneline`
- File change list: `git diff --name-only fbb4875609a3c0ee088b6a118ebf9f8a500be0fd HEAD | grep 'mpy-MicrOS'`
- GitHub embed youtube link: `https://github.com/itskeshav/Add-youtube-link-in-Readme.md`
- Git history visualization with Gource
```bash
gource \
--highlight-users \
--hide filenames \
--file-idle-time 0 \
--max-files 0 \
--seconds-per-day 0.01 \
--auto-skip-seconds 1 \
--title "micrOS Evolution" \
--output-ppm-stream - \
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 output.mp4
```git push -u origin master