Modifications

Sauter à la navigation Sauter à la recherche
465 octets ajoutés ,  19 février 2017 à 16:23
Ligne 159 : Ligne 159 :  
</syntaxhighlight>
 
</syntaxhighlight>
   −
Most users, especially WiPy users, would want a wifi script in the boot.py file. A basic wifi script but also more advanced WLAN examples, like fixed IP and multiple networks, can be found in the [https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/wlan.html#wlan-step-by-step Wifi Examples] chapter (''PyCom, anglais''). Nous avons également un tutoriel en Français sur le sujet (également applicable à Wipy2 et Lopy même s'il s'agit d'un tutoriel WiPy 1).
+
Most users, especially WiPy users, would want a wifi script in the boot.py file. A basic wifi script but also more advanced WLAN examples, like fixed IP and multiple networks, can be found in the [https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/wlan.html#wlan-step-by-step Wifi Examples] chapter (''PyCom, anglais''). Nous avons également [[Hack-wipy-wlan|un tutoriel en Français sur le sujet]] (également applicable à Wipy2 et Lopy même s'il s'agit d'un tutoriel WiPy 1).
    
Besides the neccesary main.py and boot.py files, you can create any folders and python files or libraries that you want to include in your main file. Pymakr will synchronize all files in the project to the board when using the sync button.
 
Besides the neccesary main.py and boot.py files, you can create any folders and python files or libraries that you want to include in your main file. Pymakr will synchronize all files in the project to the board when using the sync button.
 +
 +
{{tmbox|When synchronizing your project to the board, make sure the REPL console is ready. If any programs are running or the board is still booting, synchronization might fail.}}
 +
 +
== Sans créer de projet ==
 +
If you just want to test some code on the module, you can create a new file or open an existing one and press the ‘run’ button.
 +
 +
{{tmbox|The changes you make to your file won’t be automatically saved to the device on execution.}}
    
{{LOPY-TRAILER}}
 
{{LOPY-TRAILER}}
29 917

modifications

Menu de navigation