Wyliodrin STUDIO is an educational platform for IoT and Embedded Linux systems.
- Connect to devices using TCP/IP or serial port
- Develop software and firmware for IoT in several programming languages
- Shell access to the device
- Import and export Wyliodrin STUDIO projects
- Visual dashboard for displaying sensor data
- Display the hardware schematics
- Manage packages for Python and Javascript
- Task manager for managing the device
- Network connection manager for the device (Ethernet and WiFi)
- Interactive electronics documentation (resistor color code)
- Example projects and firmware
- Raspberry Pi
- MicroPython
- Pico PI iMX8M
- UDOO Neo
- BeagleBone Black
- Visual Programming (translates to Python)
- Javascript
- Python
- Shell Script (bash)
If there are any errors, run
npm install --global --production windows-build-tools
For bluetooth WinUSB driver with Zadig tool
Install Xcode
This section is used for when you want to build application from the source code.
- NodeJS version 10 or higher.
The application itself can run in 2 modes.
Electron is the preffered way of running the application. The resulting tool starts as a standalone application.
npm install
npx electron-rebuild
npm run electron
To start the application you can issue:
npm start
Another way of running the application is leveragin your internet browser, Firefox is recommended. Following lines will build all the needed artifacts:
npm install
npm run browser
Then to run the application enter the build
folder and run
npm install
npm start
We would love your help. Click here to find out how to contribute.
Wyliodrin STUDIO is a product of Wyliodrin in partnership with the Politehnica University of Bucharest
- Alexandru Radovici - Maintainer
- Ovidiu Stoica - UX / UI
- Ioana Culic - Development Manager
- Marius Aluculesei - Projects, Application
- Liviu-Nicolae Moraru - Embedded Software
- Cosmin Daniel Radu - Embedded Software
- Calin Dumitru - Simulators
- Diana Ghindaoanu - Notebook, Dashboard, Documentation
- Teona Severin - Web File Systems, Hooks, Statistics
- Andrei-Paul Zamfir - MicroPython
- Iulia Andreea Luta - Docker
- Alexandra-Gabriela State - Tutorials
Contributions
- Ana Marinescu - Pin Layout
- Andrei Deatcu - Resistor Color Code, Schematics
- Alexandru Vochescu - Examples
- Luis Miguel Capacho Valbuena - Translations, WyApp Serial
- Roberta-Alexandra Craciun - Tutorials
- Serban Andrei - GitLab Download
Wyliodrin is a trademark of Wyliodrin SRL. All rights reserved.
Apache 2.0