Différences entre versions de « Hack-pycom-lopy-toolbox »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 4 : Ligne 4 :
  
 
Voir liens [https://docs.pycom.io/pycom_esp32/pycom_esp32/toolsandfeatures.html https://docs.pycom.io/pycom_esp32/pycom_esp32/toolsandfeatures.html]
 
Voir liens [https://docs.pycom.io/pycom_esp32/pycom_esp32/toolsandfeatures.html https://docs.pycom.io/pycom_esp32/pycom_esp32/toolsandfeatures.html]
 +
 +
== ESP32 et Modules Pycom ==
 +
Voici les caractéristiques principales des plateformes ESP_32 de Pycom.io et les modules disponibles.
 +
* 512 Kb available for the user as internal storage, (external SD card support available)
 +
* Up to 96 Kb of RAM available for python code.
 +
* Hardware floating point unit
 +
* Jusqu'à [https://docs.pycom.io/pycom_esp32/library/machine.Pin.html#machine.Pin 24 broches GPIO]
 +
* 2x [https://docs.pycom.io/pycom_esp32/library/machine.UART.html#machine.UART UARTs] (port série)
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.SPI.html#machine.SPI SPIs]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.Timer.html#machine.Timer Timers]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.RTC.html#machine.RTC RTC]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.PWM.html#machine.PWM PWM]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.ADC.html#machine.ADC ADC]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.DAC.html#machine.DAC DAC]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.I2C.html#machine.I2C I2C]
 +
* [https://docs.pycom.io/pycom_esp32/library/machine.SD.html#machine.SD SD]
 +
* [https://docs.pycom.io/pycom_esp32/library/network.WLAN.html#network.WLAN WiFi]
 +
* [https://docs.pycom.io/pycom_esp32/library/network.Bluetooth.html#network.Bluetooth Bluetooth]
 +
* [https://docs.pycom.io/pycom_esp32/library/network.LoRa.html#network.LoRa LoRa] (uniquement disponible sur LoPy)
 +
* [https://docs.pycom.io/pycom_esp32/library/uhashlib.html#module-uhashlib hashlib] algorithme de hachage (''hash'') MD5, SHA1, SHA256, SHA384 et SHA512
 +
* [https://docs.pycom.io/pycom_esp32/library/ucrypto.AES.html#ucrypto.AES Encryptage AES]
 +
* SSL/TLS support <.ussl>`
 +
 +
Click the links in the list above to see more details on that feature. For all available modules and libraries, please visit the [https://docs.pycom.io/pycom_esp32/library/index.html#firmware-api-reference Firmware API Reference] section.
 +
 +
== Fiches Techniques ===
 +
If you want to find out how things are connected, visit the [https://docs.pycom.io/pycom_esp32/pycom_esp32/datasheets.html#datasheets datasheets section]. Here you’ll find the datasheets for all of our products.
 +
 +
== REPL via Telnet et port série ==
 +
REPL signifie '''R'''ead '''E'''valuate '''P'''rint '''L'''oop (boucle de lecture-évaluation-affichage), c'est le nom donné à la ligne de commande interactive de MicroPython qui vous offre un accès en ligne de commande sur votre plateforme MicroPython (PyBoard, WiPy, WiPy2, LoPy).
 +
 +
Nous avons traité ce point en détail dans notre [[Hack-pycom-lopy-ftp tutoriel|"Telnet et FTP" pour WiPy2 et LoPy]].
  
 
* Les modules
 
* Les modules

Version du 26 mars 2017 à 20:16


MCHobby investit du temps et de l'argent dans la réalisation de traduction et/ou documentation. C'est un travail long et fastidieux réalisé dans l'esprit Open-Source... donc gratuit et librement accessible.
SI vous aimez nos traductions et documentations ALORS aidez nous à en produire plus en achetant vos produits chez MCHobby.

Voir liens https://docs.pycom.io/pycom_esp32/pycom_esp32/toolsandfeatures.html

ESP32 et Modules Pycom

Voici les caractéristiques principales des plateformes ESP_32 de Pycom.io et les modules disponibles.

Click the links in the list above to see more details on that feature. For all available modules and libraries, please visit the Firmware API Reference section.

Fiches Techniques =

If you want to find out how things are connected, visit the datasheets section. Here you’ll find the datasheets for all of our products.

REPL via Telnet et port série

REPL signifie Read Evaluate Print Loop (boucle de lecture-évaluation-affichage), c'est le nom donné à la ligne de commande interactive de MicroPython qui vous offre un accès en ligne de commande sur votre plateforme MicroPython (PyBoard, WiPy, WiPy2, LoPy).

Nous avons traité ce point en détail dans notre "Telnet et FTP" pour WiPy2 et LoPy.

  • Les modules
  • REPL, FTP --> rediriger vers les tutos existant/WiPy1
  • Boot Mode
  • Interruption
  • Pymakr IDE --> rediriger vers la page Pymakr

Tutoriel PyCom Getting started (ESP_32) sous copyright de Damien George et contributeurs en ce qui concerne MicroPython et/ou PyCom en ce qui concerne les informations relatives a WiPy et LoPy.

Tutoriel traduit par Meurisse D. pour MCHobby.be

Traduit avec l'autorisation de micropython.org - Translated with the authorisation of micropython.org

Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : «  Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.

L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.