Différences entre versions de « MyDin »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 52 : Ligne 52 :
 
| align="center" | DINCASE-MB3PICO<br/>[[fichier:dincase-mb3pico.png|250px]]
 
| align="center" | DINCASE-MB3PICO<br/>[[fichier:dincase-mb3pico.png|250px]]
 
| align="left"  | <ul><li>RTC</li><li>4 User buttons</li><li>Reset button</li><li>4 User LEDs</li><li>Status LED</li><li>Buzzer</li><li>Qwiic/StemmaQt (I2C)</li><li>UEXT conn. (I2C,SPI,UART)</li><li>OneWire conn.</li><li>WiFi/Bt</li><li>micro USB</li></ul>
 
| align="left"  | <ul><li>RTC</li><li>4 User buttons</li><li>Reset button</li><li>4 User LEDs</li><li>Status LED</li><li>Buzzer</li><li>Qwiic/StemmaQt (I2C)</li><li>UEXT conn. (I2C,SPI,UART)</li><li>OneWire conn.</li><li>WiFi/Bt</li><li>micro USB</li></ul>
| align="center" | DINCASE-2R-BP3MOD<br/>[[fichier:dincase-2r-bp3mod.png|250px]]
+
| align="center" | {{pl|2737|DINCASE-2R-BP3MOD}}<br/>[[fichier:dincase-2r-bp3mod.png|250px]]
 
| align="left"  | Two relays<br />(opto-isolated)
 
| align="left"  | Two relays<br />(opto-isolated)
 
| align="center" | coming soon
 
| align="center" | coming soon

Version du 25 avril 2025 à 22:07

Introduction

MyDin is a versatile DIN based prototyping solution running MicroPython.

MyDin is designed to create custom automation solutions.

MyDin-3modules.jpg

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

MyDin-Principle.jpg

MyDin is propelled by a software solution (Python classes) designed to help writing your own code with MicroPython.

Thanks to the power of Python, the DIN controler class is configured with a backplane class making the backplane features automagically injected inside the controler.

MyDin Features

  • Controler board based on Raspberry-Pi Pico 2
    • Dual Core Cortex M33 @ 150 MHz
    • 512 KB RAM
    • 4 MB Flash
    • WiFi/Bluetooth
  • Watchdog
  • Realtime Clock
  • AsyncIO implementation (cooperative multitasking)
  • setup() / loop() implementation for user code
  • Monitoring task
    • Inner temperature
  • Custom task (for user code)
  • DS18B20 temperature sensor (automatic detection and activation)
  • User Interface (configuration depends on DIN module size)
  • Expansion Interface
    • Qwiic / StemmaQt (I2C)
    • UEXT (I2C, SPI, UART, OneWire)
    • Support for many sensors thank to MicroPython (see esp8266-upy repository)
  • Interchangeable "Power" BackPlane board
    Many power interface combinations...
    • Relay
    • 24V in/out
    • Analog input/output

MyDin Assortments

Din size Controler Backplane Backplane
3 modules
Dincase-3modules.png
DINCASE-MB3PICO
Dincase-mb3pico.png
  • RTC
  • 4 User buttons
  • Reset button
  • 4 User LEDs
  • Status LED
  • Buzzer
  • Qwiic/StemmaQt (I2C)
  • UEXT conn. (I2C,SPI,UART)
  • OneWire conn.
  • WiFi/Bt
  • micro USB
DINCASE-2R-BP3MOD
Dincase-2r-bp3mod.png
Two relays
(opto-isolated)
coming soon coming soon
4 modules
Dincase-4modules.png
to do to to to do to do to do to do
6 modules
Dincase-6modules.png
to do to to to do to do to do to do

Learning

xxx

Async or not

Tlogo-mydin-async-or-not.jpg

Controling your DIN with AsyncIO or with procedural code.

 

Modèle:MyDin-TRAILER