SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.48k stars 348 forks source link

Showcases needed #1648

Open slaff opened 5 years ago

slaff commented 5 years ago

We are interested in gathering information about hardware and software where Sming Framework is used. This will help us, the core developers, understand better what Sming is used for and act as an additional inspiration to the community.

Those of you that would like to share your projects with us make sure to include.

Thank you in advance!

kmihaylov commented 5 years ago

I can't provide you with any materials yet since my work is in beta stage, however my current projects that rely on Sming (and I find it the "killer app" for my consumer embedded projects) are listed below.

I think of Sming as the tool enabling "industry 4"-like embedded development, particularly getting the low-level code and hardware into "microservices".

For example, may I have several working devices such as:

I can combine them (high level logic via mqtt or similar) to build a heat meter (two temperature sensors and a flow meter), EEV (in HVAC - Electronic Expansion Valve) consisting of two temperature sensors and a stepper motor driver, and etc.

Similar ideas I found in the EspEasy project where one can write a script-like taking mqtt messages as input.

Excuse me for the lack of project names, however I didn't think of them because of the development stage. Also all my projects are intended to be commercial. Later I may open source some of them. I hope Sming will give me a boost for my career.

About my current projects:

Wish you luck and kind regards to the core developers!