Différences entre versions de « MyDin »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 4 : Ligne 4 :
 
I always wanted to create a DIN based product capable of running MicroPython to create automation solutions.
 
I always wanted to create a DIN based product capable of running MicroPython to create automation solutions.
  
This solution combines one controler board (running software) together with a backplane board (power interface).
+
A_SAMPLE_PICTURE
  
The whole is propeled by classes designed to improves integration with MicroPython.  
+
MyDin combines one controler board (running software) together with one backplane board (power interface).  
  
------Graphic------
+
A_DETRAIL_PICTURE
  
'''Features:'''
+
The whole is propelled by classes designed to improves integration with MicroPython.
* demo
+
 
 +
'''MyDin Features:'''
 +
* Watchdog
 +
* [https://docs.micropython.org/en/latest/library/asyncio.html AsyncIO] implementation (cooperative multitasking)
 +
* setup() / loop() implementation
 +
* Monitoring task
 +
* DS18B20 temperature sensor (detection and activation)
 +
* User Interface (configuration depends on DIN module size)
 +
* Controler board based on Pico
  
  
 
{{MyDin-TRAILER}}
 
{{MyDin-TRAILER}}

Version du 19 avril 2025 à 01:03

Introduction

I always wanted to create a DIN based product capable of running MicroPython to create automation solutions.

A_SAMPLE_PICTURE

MyDin combines one controler board (running software) together with one backplane board (power interface).

A_DETRAIL_PICTURE

The whole is propelled by classes designed to improves integration with MicroPython.

MyDin Features:

  • Watchdog
  • AsyncIO implementation (cooperative multitasking)
  • setup() / loop() implementation
  • Monitoring task
  • DS18B20 temperature sensor (detection and activation)
  • User Interface (configuration depends on DIN module size)
  • Controler board based on Pico


Modèle:MyDin-TRAILER