Project

General

Profile

Wiki » History » Revision 8

Revision 7 (Frédéric Blanc, 2024-03-28 09:55) → Revision 8/123 (Frédéric Blanc, 2024-03-29 11:20)

h1. Wiki 

 h2. XY6015L 

 !clipboard-202403251011-lfrn1.png! 

 µC AT32F421    ARM® Cortex®-M4 core 
 Ctrl EG1163S BUCK DC-DC de Rectification synchrone 300kHz 
 MOS NCE82H140 

 Baud rate 9600 ? 

 Modbus registers: 
 U_SET = 0 
 I_SET = 1 
 UOUT = 2 
 IOUT = 3 
 POWER = 4 
 UIN = 5 
 Ah = 6 
 PROTECT = 7 # not tested 
 Wh = 8 
 Time = 11 
 Temp = 13 
 Lock = 15 
 CV_CC = 17 
 ONOFF = 18 
 Celsius = 19 
 MODEL = 22 # ? 
 VERSION = 23 # ? 

 h2. GUI Python 

 venv — Création d'environnements virtuels 

 <pre><code class="shell"> 
 $ python3 python -m venv venv 
 </code></pre> 

 Pour activer l'environnement, exécutez 

 <pre><code class="shell"> 
 source venv/bin/activate 
 </code></pre> 

 <pre><code class="shell"> 
 . venv/bin/activate 
 </code></pre> 

 ous devrez « quitter » ou « désactiver » votre environnement virtuel à l'aide de la commande  

 <pre><code class="shell"> 
 deactivate 
 </code></pre> 



 https://docs.python.org/fr/3/library/venv.html 

 h2. Sources 


 https://github.com/AntaresAdroit/RDTech_PS_Comm 
 https://github.com/lambcutlet/DPS5005_pyGUI 
 https://github.com/kbs3056/XY6015L_pyGUI