Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:micropython [2020/08/16 06:00]
darron [STM32]
tools:micropython [2020/08/17 11:35] (current)
darron [ESP32]
Line 116: Line 116:
 MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32 MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32
 Type "help()" for more information. Type "help()" for more information.
 +>>> help("modules")
 +__main__          gc                uasyncio/stream   upip_utarfile
 +_boot             inisetup          ubinascii         upysh
 +_onewire          machine           ubluetooth        urandom
 +_thread           math              ucollections      ure
 +_uasyncio         micropython       ucryptolib        urequests
 +_webrepl          neopixel          uctypes           uselect
 +apa106            network           uerrno            usocket
 +btree             ntptime           uhashlib          ussl
 +builtins          onewire           uhashlib          ustruct
 +cmath             sys               uheapq            utime
 +dht               uarray            uio               utimeq
 +ds18x20           uasyncio/__init__ ujson             uwebsocket
 +esp               uasyncio/core     umqtt/robust      uzlib
 +esp32             uasyncio/event    umqtt/simple      webrepl
 +flashbdev         uasyncio/funcs    uos               webrepl_setup
 +framebuf          uasyncio/lock     upip              websocket_helper
 +Plus any modules on the filesystem
 </code> </code>
  
Line 217: Line 235:
 2020-08-16T07:00:04 INFO common.c: Starting verification of write complete 2020-08-16T07:00:04 INFO common.c: Starting verification of write complete
 2020-08-16T07:00:07 INFO common.c: Flash written and verified! jolly good! 2020-08-16T07:00:07 INFO common.c: Flash written and verified! jolly good!
 +</code>
 +
 +Run
 +
 +<code>
 +picocom -b 115200 /dev/ttyACM0
 +picocom v3.1
 +
 +port is        : /dev/ttyACM0
 +flowcontrol    : none
 +baudrate is    : 115200
 +parity is      : none
 +databits are   : 8
 +stopbits are   : 1
 +escape is      : C-a
 +local echo is  : no
 +noinit is      : no
 +noreset is     : no
 +hangup is      : no
 +nolock is      : no
 +send_cmd is    : sz -vv
 +receive_cmd is : rz -vv -E
 +imap is        :
 +omap is        :
 +emap is        : crcrlf,delbs,
 +logfile is     : none
 +initstring     : none
 +exit_after is  : not set
 +exit is        : no
 +
 +Type [C-a] [C-h] to see available commands
 +Terminal ready
 +
 +MPY: sync filesystems
 +MPY: soft reboot
 +MicroPython v1.12-663-g9883d8e81 on 2020-08-16; NUCLEO-F411RE with STM32F411xE
 +Type "help()" for more information.
 </code> </code>
 === Resources === === Resources ===