Zerynth

Last updated
Zerynth
Developer(s) Kinzica Ventures, LLC
Initial release24 June 2015
Written in C, Python
Operating system Mac, Windows, Linux
Platform 32-bit microcontrollers
Available inEnglish
Type Python implementation
License Mixed
Website www.zerynth.com

Zerynth is a software implementation of the Python programming language for programming microcontrollers. It targets 32-bit microcontroller platforms and is designed to mix Python with C code. [1] It connects the microcontrollers to the cloud for developing Internet of Things (IoT) products. [2]

Contents

Zerynth is made for designers, engineers, programmers and IoT professionals for product designing and ideation without focusing on low-level configurations and programming.

Ecosystem

Zerynth's technology allows companies to acquire data from both their legacy machines and new industrial machines, to view data from an interactive dashboard, to receive real-time notifications, and integrates with their existing company’s ERP or other IT systems. [3]

The Zerynth IoT Platform allows companies to acquire data from both legacy and new generation machinery, do real-time production monitoring, measure energy consumption, predict malfunctions, gain instant notifications and easily integrate with any existing ERP, MES, or BI systems. [4]

[5] [6]

Tools

Zerynth Virtual Machine is a multithreaded stack-based virtual machine designed to execute a custom Python bytecode. [7] It has a footprint of around 60–80 kB of Flash and 3–5 kB of RAM, depending on the target platform and platform SDK. [2] Zerynth VM allows development of Python programs that are independent of the hardware permitting code reusability and integration. [8]

Zerynth Studio is a free, open-source cross-platform IDE empowered by a command line toolchain for provisioning microcontrollers with a Zerynth VM and developing Python programs for it. [7] [9]

Zerynth Advanced Device Manager (ADM) exposes an API-based interface to ease the cloud data forwarding, Firmware over-the-air (FOTA) updates, [10] and Remote Procedure Calling. [5] The software also has an app which allows users to prototype UI for devices programmed with Zerynth. [11]

License

Funding

According to Tech.eu, as of November 2022, "Zerynth raised €5.3 million, which brings its lifetime funding to €7.3 million, following a €2 million injection two years back. The funding round was led by United Ventures." [12] However, as of 2022, Zerynth, the company managing the Zerynth software, had a revenue of €629.656, down from 2021 revenue of €895.064, and a negative return of €−2.357.356 [13]

Related Research Articles

<span class="mw-page-title-main">Microcontroller</span> Small computer on a single integrated circuit

A microcontroller or microcontroller unit (MCU) is a small computer on a single integrated circuit. A microcontroller contains one or more CPUs along with memory and programmable input/output peripherals. Program memory in the form of NOR flash, OTP ROM, or ferroelectric RAM is also often included on the chip, as well as a small amount of RAM. Microcontrollers are designed for embedded applications, in contrast to the microprocessors used in personal computers or other general-purpose applications consisting of various discrete chips.

<span class="mw-page-title-main">ChibiOS/RT</span> Real-time operating system

ChibiOS/RT is a compact and fast real-time operating system supporting multiple architectures and released under a mix of the GNU General Public License version 3 (GPL3) and the Apache License 2.0. It is developed by Giovanni Di Sirio.

<span class="mw-page-title-main">WSO2</span> Company providing open-source middleware

WSO2 LLC is an open-source technology provider founded in 2005. It delivers software and cloud solutions that provide foundational technologies for application development and identity and access management (IAM). This represents an expansion upon its original focus on integrating application programming interfaces (APIs), applications, and web services locally and across the Internet.

Progress Chef is a configuration management tool written in Ruby and Erlang. It uses a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes". Chef is used to streamline the task of configuring and maintaining a company's servers, and can integrate with cloud-based platforms such as Amazon EC2, Google Cloud Platform, Oracle Cloud, OpenStack, IBM Cloud, Microsoft Azure, and Rackspace to automatically provision and configure new machines. Chef contains solutions for both small and large scale systems.

Huawei Lite OS is a discontinued lightweight real-time operating system (RTOS) developed by Huawei. It is an open source, POSIX compliant operating system for Internet of things (IoT) devices, released under a three-clause BSD license. Microcontrollers of different architectures such as ARM, x86, and RISC-V are supported by the project. Huawei LiteOS is part of Huawei's '1+8+N' Internet of Things solution, and has been featured in a number of open source development kits and industry offerings.

Mbed is a development platform and operating system for internet-connected devices based on 32-bit ARM Cortex-M microcontrollers. The project was a collaboratively developed by Arm and its technology partners. As of July 2024 Mbed is no longer actively developed by Arm.

<span class="mw-page-title-main">Anaconda (Python distribution)</span> Python and R distribution

{{Infobox software

<span class="mw-page-title-main">Micro Bit</span> Single-board computer designed by the BBC for use in computer education

The Micro Bit is an open source hardware ARM-based embedded system designed by the BBC for use in computer education in the United Kingdom. It was first announced on the launch of BBC's Make It Digital campaign on 12 March 2015 with the intent of delivering 1 million devices to pupils in the UK. The final device design and features were unveiled on 6 July 2015 whereas actual delivery of devices, initially planned for September 2015 to schools and October 2015 to general public, began on 10 February 2016.

<span class="mw-page-title-main">ESP8266</span> System-on-a-chip microcontroller model with Wi-Fi

The ESP8266 is a low-cost Wi-Fi microcontroller, with built-in TCP/IP networking software, and microcontroller capability, produced by Espressif Systems in Shanghai, China.

<span class="mw-page-title-main">Zephyr (operating system)</span> Real-time operating system

Zephyr is a small real-time operating system (RTOS) for connected, resource-constrained and embedded devices supporting multiple architectures and released under the Apache License 2.0. Zephyr includes a kernel, and all components and libraries, device drivers, protocol stacks, file systems, and firmware updates, needed to develop full application software.

Buck is a multi-language build system developed and used by Meta Platforms, Inc. It was designed for building small, reusable modules consisting of code and resources within a monorepo. It supports many programming languages, including C++, Swift, Unix Shell, Java, Kotlin, Python, Lua, OCaml, Rust and Go. It can produce binary outputs for a variety of target platforms including iOS, Android, .NET, and Java virtual machine (VM) runtime systems. Licensing for Buck1 is under Apache License 2.0, while Buck2 is under either MIT or Apache 2.0.

MicroPython is a software implementation of a programming language largely compatible with Python 3, written in C, that is optimized to run on a microcontroller.

<span class="mw-page-title-main">Apache Mynewt</span> Real-time operating system

Apache Mynewt is a modular real-time operating system for connected Internet of things (IoT) devices that must operate for long times under power, memory, and storage constraints. It is free and open-source software incubating under the Apache Software Foundation, with source code distributed under the Apache License 2.0, a permissive license that is conducive to commercial adoption of open-source software.

<span class="mw-page-title-main">CircuitPython</span> Programming language

CircuitPython is an open-source derivative of the MicroPython programming language targeted toward students and beginners. Development of CircuitPython is supported by Adafruit Industries. It is a software implementation of the Python 3 programming language, written in C. It has been ported to run on several modern microcontrollers.

Microsoft, a tech company historically known for its opposition to the open source software paradigm, turned to embrace the approach in the 2010s. From the 1970s through 2000s under CEOs Bill Gates and Steve Ballmer, Microsoft viewed the community creation and sharing of communal code, later to be known as free and open source software, as a threat to its business, and both executives spoke negatively against it. In the 2010s, as the industry turned towards cloud, embedded, and mobile computing—technologies powered by open source advances—CEO Satya Nadella led Microsoft towards open source adoption although Microsoft's traditional Windows business continued to grow throughout this period generating revenues of 26.8 billion in the third quarter of 2018, while Microsoft's Azure cloud revenues nearly doubled.

Apache IoTDB is a column-oriented open-source, time-series database (TSDB) management system written in Java. It has both edge and cloud versions, provides an optimized columnar file format for efficient time-series data storage, and TSDB with high ingestion rate, low latency queries and data analysis support. It is specially optimized for time-series oriented operations like aggregations query, downsampling and sub-sequence similarity search. The name IoTDB comes from Internet of Things (IoT) Database, which means it was designed as an IoT-native TSDB that resolves the pain points of the typical IoT scenarios, including massive data generation, high frequency sampling, out-of-order data, specific analytics requirements, high costs of storage and operation & maintenance, low computational power of IoT devices.

References

  1. "Zerynth: NXP Registered Partner". NXP Semiconductors.
  2. 1 2 "What Exactly is Zerynth?". Design Spark. RSA. Retrieved 17 July 2018.
  3. "Zerynth". Polo Tecnologico Navacchio. Retrieved 20 December 2022.
  4. "ZERYNTH". Unione Industriale Pisana (in Italian). Retrieved 20 December 2022.
  5. 1 2 "Zerynth Introduces Python on ESP32". Espressif Systems. Retrieved 30 September 2017.
  6. Wong, William (29 August 2018). "Python's Big Push into the Embedded Space". Electronic Design . Retrieved 29 August 2018.
  7. 1 2 Landoni, Boris (3 March 2016). "The Zerynth Framework: programming IoT with Python". Open Electronics. Retrieved 3 March 2016.
  8. Staff. "Accelerating product development for the Internet of Things with Python coding" (PDF). No. Spring 2019. Wireless Quarter magazine.
  9. Andrade, Eder (23 March 2019). "Zerynth Studio - Program Microcontrollers in Python". Embarcados.
  10. "Creating Secure Battery-Powered Projects for the Internet of Things" (PDF). No. September–October 2017. Microchip digital magazine.
  11. "Zerynth is a middleware tool for designing embedded applications and IoT connected devices in Python language for 32-bit microcontrollers". Microchip Technology Inc.
  12. Cyrus, Callum (15 November 2022). "Italian industrial IoT startup Zerynth raises €5.3 million". Tech.eu. Retrieved 20 December 2022.
  13. "Fatturato e utile/perdita di Zerynth Spa (02188290502), Toscana, Pisa, PISA - REGISTROAZIENDE.it". registroaziende.it. Retrieved 2024-01-06.