Modifications

Sauter à la navigation Sauter à la recherche
2 628 octets ajoutés ,  26 mars 2017 à 20:16
aucun résumé de modification
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
29 917

modifications

Menu de navigation