mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 08:06:34 +01:00
3631 lines
91 KiB
Plaintext
3631 lines
91 KiB
Plaintext
[[menu.main]]
|
|
name = ""
|
|
url = "/README"
|
|
identifier = "README"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Pycom Products"
|
|
url = "/products"
|
|
identifier = "products"
|
|
weight = 30
|
|
|
|
# *** Getting Started
|
|
[[menu.main]]
|
|
name = "Getting Started"
|
|
url = "/gettingstarted/introduction"
|
|
identifier = "gettingstarted@introduction"
|
|
parent = "gettingstarted"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Hardware Setup"
|
|
url = "/gettingstarted/connection/README"
|
|
identifier = "gettingstarted@connection@README"
|
|
parent = "gettingstarted@connection"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "LoPy"
|
|
url = "/gettingstarted/connection/lopy"
|
|
identifier = "gettingstarted@connection@lopy"
|
|
parent = "gettingstarted@connection"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "LoPy 4"
|
|
url = "/gettingstarted/connection/lopy4"
|
|
identifier = "gettingstarted@connection@lopy4"
|
|
parent = "gettingstarted@connection"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "SiPy"
|
|
url = "/gettingstarted/connection/sipy"
|
|
identifier = "gettingstarted@connection@sipy"
|
|
parent = "gettingstarted@connection"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "GPy"
|
|
url = "/gettingstarted/connection/gpy"
|
|
identifier = "gettingstarted@connection@gpy"
|
|
parent = "gettingstarted@connection"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "FiPy"
|
|
url = "/gettingstarted/connection/fipy"
|
|
identifier = "gettingstarted@connection@fipy"
|
|
parent = "gettingstarted@connection"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "WiPy"
|
|
url = "/gettingstarted/connection/wipy"
|
|
identifier = "gettingstarted@connection@wipy"
|
|
parent = "gettingstarted@connection"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "Software"
|
|
url = "/gettingstarted/installation/README"
|
|
identifier = "gettingstarted@installation@README"
|
|
parent = "gettingstarted@installation"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Drivers"
|
|
url = "/gettingstarted/installation/drivers"
|
|
identifier = "gettingstarted@installation@drivers"
|
|
parent = "gettingstarted@installation"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Updating Firmware"
|
|
url = "/gettingstarted/installation/firmwaretool"
|
|
identifier = "gettingstarted@installation@firmwaretool"
|
|
parent = "gettingstarted@installation"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Pymakr"
|
|
url = "/gettingstarted/installation/pymakr"
|
|
identifier = "gettingstarted@installation@pymakr"
|
|
parent = "gettingstarted@installation"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Programming the modules"
|
|
url = "/gettingstarted/programming/README"
|
|
identifier = "gettingstarted@programming@README"
|
|
parent = "gettingstarted@programming"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Introduction to MicroPython"
|
|
url = "/gettingstarted/programming/micropython"
|
|
identifier = "gettingstarted@programming@micropython"
|
|
parent = "gettingstarted@programming"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "MicroPython Examples"
|
|
url = "/gettingstarted/programming/examples"
|
|
identifier = "gettingstarted@programming@examples"
|
|
parent = "gettingstarted@programming"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Your first Pymakr project"
|
|
url = "/gettingstarted/programming/first-project"
|
|
identifier = "gettingstarted@programming@first-project"
|
|
parent = "gettingstarted@programming"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "REPL"
|
|
url = "/gettingstarted/programming/repl/README"
|
|
identifier = "gettingstarted@programming@repl@README"
|
|
parent = "gettingstarted@programming@repl"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Serial USB (UART)"
|
|
url = "/gettingstarted/programming/repl/serial"
|
|
identifier = "gettingstarted@programming@repl@serial"
|
|
parent = "gettingstarted@programming@repl"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Telnet REPL"
|
|
url = "/gettingstarted/programming/repl/telnet"
|
|
identifier = "gettingstarted@programming@repl@telnet"
|
|
parent = "gettingstarted@programming@repl"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "FTP"
|
|
url = "/gettingstarted/programming/ftp"
|
|
identifier = "gettingstarted@programming@ftp"
|
|
parent = "gettingstarted@programming"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "Safe boot"
|
|
url = "/gettingstarted/programming/safeboot"
|
|
identifier = "gettingstarted@programming@safeboot"
|
|
parent = "gettingstarted@programming"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "Device Registration"
|
|
url = "/gettingstarted/registration/README"
|
|
identifier = "gettingstarted@registration@README"
|
|
parent = "gettingstarted@registration"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Sigfox"
|
|
url = "/gettingstarted/registration/sigfox"
|
|
identifier = "gettingstarted@registration@sigfox"
|
|
parent = "gettingstarted@registration"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Cellular"
|
|
url = "/gettingstarted/registration/cellular"
|
|
identifier = "gettingstarted@registration@cellular"
|
|
parent = "gettingstarted@registration"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "LoRaWAN"
|
|
url = "/gettingstarted/registration/lora/README"
|
|
identifier = "gettingstarted@registration@lora@README"
|
|
parent = "gettingstarted@registration@lora"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "The Things Network"
|
|
url = "/gettingstarted/registration/lora/ttn"
|
|
identifier = "gettingstarted@registration@lora@ttn"
|
|
parent = "gettingstarted@registration@lora"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Objenious"
|
|
url = "/gettingstarted/registration/lora/objenious"
|
|
identifier = "gettingstarted@registration@lora@objenious"
|
|
parent = "gettingstarted@registration@lora"
|
|
weight = 30
|
|
|
|
# *** Pymakr Plugin
|
|
[[menu.main]]
|
|
name = "Installation"
|
|
url = "/pymakr/installation/README"
|
|
identifier = "pymakr@installation@README"
|
|
parent = "pymakr@installation"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Atom"
|
|
url = "/pymakr/installation/atom"
|
|
identifier = "pymakr@installation@atom"
|
|
parent = "pymakr@installation"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Visual Studio Code"
|
|
url = "/pymakr/installation/vscode"
|
|
identifier = "pymakr@installation@vscode"
|
|
parent = "pymakr@installation"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Tools/Features"
|
|
url = "/pymakr/toolsfeatures"
|
|
identifier = "pymakr@toolsfeatures"
|
|
parent = "pymakr"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Settings"
|
|
url = "/pymakr/settings"
|
|
identifier = "pymakr@settings"
|
|
parent = "pymakr"
|
|
weight = 20
|
|
|
|
# *** Pytrack, Pysense, Pyscan
|
|
[[menu.main]]
|
|
name = "Pytrack, Pysense, Pyscan"
|
|
url = "/pytrackpysense/introduction"
|
|
identifier = "pytrackpysense@introduction"
|
|
parent = "pytrackpysense"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Installing Software"
|
|
url = "/pytrackpysense/installation/README"
|
|
identifier = "pytrackpysense@installation@README"
|
|
parent = "pytrackpysense@installation"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Updating Firmware"
|
|
url = "/pytrackpysense/installation/firmware"
|
|
identifier = "pytrackpysense@installation@firmware"
|
|
parent = "pytrackpysense@installation"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Installing Drivers - Windows 7"
|
|
url = "/pytrackpysense/installation/drivers"
|
|
identifier = "pytrackpysense@installation@drivers"
|
|
parent = "pytrackpysense@installation"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Installing Libraries"
|
|
url = "/pytrackpysense/installation/libraries"
|
|
identifier = "pytrackpysense@installation@libraries"
|
|
parent = "pytrackpysense@installation"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "API Reference"
|
|
url = "/pytrackpysense/apireference/README"
|
|
identifier = "pytrackpysense@apireference@README"
|
|
parent = "pytrackpysense@apireference"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Pytrack"
|
|
url = "/pytrackpysense/apireference/pytrack"
|
|
identifier = "pytrackpysense@apireference@pytrack"
|
|
parent = "pytrackpysense@apireference"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Pysense"
|
|
url = "/pytrackpysense/apireference/pysense"
|
|
identifier = "pytrackpysense@apireference@pysense"
|
|
parent = "pytrackpysense@apireference"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Pyscan"
|
|
url = "/pytrackpysense/apireference/pyscan"
|
|
identifier = "pytrackpysense@apireference@pyscan"
|
|
parent = "pytrackpysense@apireference"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Sleep"
|
|
url = "/pytrackpysense/apireference/sleep"
|
|
identifier = "pytrackpysense@apireference@sleep"
|
|
parent = "pytrackpysense@apireference"
|
|
weight = 50
|
|
|
|
# *** Tutorials & Examples
|
|
[[menu.main]]
|
|
name = "Tutorials & Examples"
|
|
url = "/tutorials/introduction"
|
|
identifier = "tutorials@introduction"
|
|
parent = "tutorials"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "All Pycom Device Examples"
|
|
url = "/tutorials/all/README"
|
|
identifier = "tutorials@all@README"
|
|
parent = "tutorials@all"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "REPL"
|
|
url = "/tutorials/all/repl"
|
|
identifier = "tutorials@all@repl"
|
|
parent = "tutorials@all"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "WLAN"
|
|
url = "/tutorials/all/wlan"
|
|
identifier = "tutorials@all@wlan"
|
|
parent = "tutorials@all"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Bluetooth"
|
|
url = "/tutorials/all/ble"
|
|
identifier = "tutorials@all@ble"
|
|
parent = "tutorials@all"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "HTTPS"
|
|
url = "/tutorials/all/https"
|
|
identifier = "tutorials@all@https"
|
|
parent = "tutorials@all"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "MQTT"
|
|
url = "/tutorials/all/mqtt"
|
|
identifier = "tutorials@all@mqtt"
|
|
parent = "tutorials@all"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "AWS"
|
|
url = "/tutorials/all/aws"
|
|
identifier = "tutorials@all@aws"
|
|
parent = "tutorials@all"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "ADC"
|
|
url = "/tutorials/all/adc"
|
|
identifier = "tutorials@all@adc"
|
|
parent = "tutorials@all"
|
|
weight = 80
|
|
|
|
[[menu.main]]
|
|
name = "I2C"
|
|
url = "/tutorials/all/i2c"
|
|
identifier = "tutorials@all@i2c"
|
|
parent = "tutorials@all"
|
|
weight = 90
|
|
|
|
[[menu.main]]
|
|
name = "Onewire Driver"
|
|
url = "/tutorials/all/owd"
|
|
identifier = "tutorials@all@owd"
|
|
parent = "tutorials@all"
|
|
weight = 100
|
|
|
|
[[menu.main]]
|
|
name = "Threading"
|
|
url = "/tutorials/all/threading"
|
|
identifier = "tutorials@all@threading"
|
|
parent = "tutorials@all"
|
|
weight = 110
|
|
|
|
[[menu.main]]
|
|
name = "RGB LED"
|
|
url = "/tutorials/all/rgbled"
|
|
identifier = "tutorials@all@rgbled"
|
|
parent = "tutorials@all"
|
|
weight = 120
|
|
|
|
[[menu.main]]
|
|
name = "Timers"
|
|
url = "/tutorials/all/timers"
|
|
identifier = "tutorials@all@timers"
|
|
parent = "tutorials@all"
|
|
weight = 130
|
|
|
|
[[menu.main]]
|
|
name = "PIR Sensor"
|
|
url = "/tutorials/all/pir"
|
|
identifier = "tutorials@all@pir"
|
|
parent = "tutorials@all"
|
|
weight = 140
|
|
|
|
[[menu.main]]
|
|
name = "Modbus"
|
|
url = "/tutorials/all/modbus"
|
|
identifier = "tutorials@all@modbus"
|
|
parent = "tutorials@all"
|
|
weight = 150
|
|
|
|
[[menu.main]]
|
|
name = "OTA update"
|
|
url = "/tutorials/all/ota"
|
|
identifier = "tutorials@all@ota"
|
|
parent = "tutorials@all"
|
|
weight = 160
|
|
|
|
[[menu.main]]
|
|
name = "RMT"
|
|
url = "/tutorials/all/rmt"
|
|
identifier = "tutorials@all@rmt"
|
|
parent = "tutorials@all"
|
|
weight = 170
|
|
|
|
[[menu.main]]
|
|
name = "Socket"
|
|
url = "/tutorials/all/socket"
|
|
identifier = "tutorials@all@socket"
|
|
parent = "tutorials@all"
|
|
weight = 180
|
|
|
|
[[menu.main]]
|
|
name = "Touch"
|
|
url = "/tutorials/all/touch"
|
|
identifier = "tutorials@all@touch"
|
|
parent = "tutorials@all"
|
|
weight = 190
|
|
|
|
[[menu.main]]
|
|
name = "LoRa Examples"
|
|
url = "/tutorials/lora/README"
|
|
identifier = "tutorials@lora@README"
|
|
parent = "tutorials@lora"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "LoRa-MAC (Raw LoRa)"
|
|
url = "/tutorials/lora/lora-mac"
|
|
identifier = "tutorials@lora@lora-mac"
|
|
parent = "tutorials@lora"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "LoRaWAN with OTAA"
|
|
url = "/tutorials/lora/lorawan-otaa"
|
|
identifier = "tutorials@lora@lorawan-otaa"
|
|
parent = "tutorials@lora"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "LoRaWAN with ABP"
|
|
url = "/tutorials/lora/lorawan-abp"
|
|
identifier = "tutorials@lora@lorawan-abp"
|
|
parent = "tutorials@lora"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "LoRa-MAC Nano-Gateway"
|
|
url = "/tutorials/lora/lora-mac-nano-gateway"
|
|
identifier = "tutorials@lora@lora-mac-nano-gateway"
|
|
parent = "tutorials@lora"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "LoPy to LoPy"
|
|
url = "/tutorials/lora/module-module"
|
|
identifier = "tutorials@lora@module-module"
|
|
parent = "tutorials@lora"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "LoRaWAN Nano-Gateway"
|
|
url = "/tutorials/lora/lorawan-nano-gateway"
|
|
identifier = "tutorials@lora@lorawan-nano-gateway"
|
|
parent = "tutorials@lora"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "RN2483 to LoPy"
|
|
url = "/tutorials/lora/rn2483-to-lopy"
|
|
identifier = "tutorials@lora@rn2483-to-lopy"
|
|
parent = "tutorials@lora"
|
|
weight = 80
|
|
|
|
[[menu.main]]
|
|
name = "LoRa Mesh"
|
|
url = "/tutorials/lora/lora-mesh"
|
|
identifier = "tutorials@lora@lora-mesh"
|
|
parent = "tutorials@lora"
|
|
weight = 90
|
|
|
|
[[menu.main]]
|
|
name = "PyMesh Border Router"
|
|
url = "/tutorials/lora/pymesh-br"
|
|
identifier = "tutorials@lora@pymesh-br"
|
|
parent = "tutorials@lora"
|
|
weight = 100
|
|
|
|
[[menu.main]]
|
|
name = "Sigfox Examples"
|
|
url = "/tutorials/sigfox"
|
|
identifier = "tutorials@sigfox"
|
|
parent = "tutorials"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "LTE Examples"
|
|
url = "/tutorials/lte/README"
|
|
identifier = "tutorials@lte@README"
|
|
parent = "tutorials@lte"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "CAT-M1"
|
|
url = "/tutorials/lte/cat-m1"
|
|
identifier = "tutorials@lte@cat-m1"
|
|
parent = "tutorials@lte"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "NB-IoT"
|
|
url = "/tutorials/lte/nb-iot"
|
|
identifier = "tutorials@lte@nb-iot"
|
|
parent = "tutorials@lte"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Module IMEI"
|
|
url = "/tutorials/lte/imei"
|
|
identifier = "tutorials@lte@imei"
|
|
parent = "tutorials@lte"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Modem Firmware Update"
|
|
url = "/tutorials/lte/firmware"
|
|
identifier = "tutorials@lte@firmware"
|
|
parent = "tutorials@lte"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "Pytrack Examples"
|
|
url = "/tutorials/pytrack"
|
|
identifier = "tutorials@pytrack"
|
|
parent = "tutorials"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Pysense Examples"
|
|
url = "/tutorials/pysense"
|
|
identifier = "tutorials@pysense"
|
|
parent = "tutorials"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Pyscan Examples"
|
|
url = "/tutorials/pyscan"
|
|
identifier = "tutorials@pyscan"
|
|
parent = "tutorials"
|
|
weight = 50
|
|
|
|
# *** Firmware & API Reference
|
|
[[menu.main]]
|
|
name = "Firmware & API Reference"
|
|
url = "/firmwareapi/introduction"
|
|
identifier = "firmwareapi@introduction"
|
|
parent = "firmwareapi"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Pycom Modules"
|
|
url = "/firmwareapi/pycom/README"
|
|
identifier = "firmwareapi@pycom@README"
|
|
parent = "firmwareapi@pycom"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "machine"
|
|
url = "/firmwareapi/pycom/machine/README"
|
|
identifier = "firmwareapi@pycom@machine@README"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "ADC"
|
|
url = "/firmwareapi/pycom/machine/adc"
|
|
identifier = "firmwareapi@pycom@machine@adc"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "DAC"
|
|
url = "/firmwareapi/pycom/machine/dac"
|
|
identifier = "firmwareapi@pycom@machine@dac"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "I2C"
|
|
url = "/firmwareapi/pycom/machine/i2c"
|
|
identifier = "firmwareapi@pycom@machine@i2c"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Pin"
|
|
url = "/firmwareapi/pycom/machine/pin"
|
|
identifier = "firmwareapi@pycom@machine@pin"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "PWM"
|
|
url = "/firmwareapi/pycom/machine/pwm"
|
|
identifier = "firmwareapi@pycom@machine@pwm"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "RTC"
|
|
url = "/firmwareapi/pycom/machine/rtc"
|
|
identifier = "firmwareapi@pycom@machine@rtc"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "SPI"
|
|
url = "/firmwareapi/pycom/machine/spi"
|
|
identifier = "firmwareapi@pycom@machine@spi"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 80
|
|
|
|
[[menu.main]]
|
|
name = "UART"
|
|
url = "/firmwareapi/pycom/machine/uart"
|
|
identifier = "firmwareapi@pycom@machine@uart"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 90
|
|
|
|
[[menu.main]]
|
|
name = "WDT"
|
|
url = "/firmwareapi/pycom/machine/wdt"
|
|
identifier = "firmwareapi@pycom@machine@wdt"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 100
|
|
|
|
[[menu.main]]
|
|
name = "Timer"
|
|
url = "/firmwareapi/pycom/machine/timer"
|
|
identifier = "firmwareapi@pycom@machine@timer"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 110
|
|
|
|
[[menu.main]]
|
|
name = "SD"
|
|
url = "/firmwareapi/pycom/machine/sd"
|
|
identifier = "firmwareapi@pycom@machine@sd"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 120
|
|
|
|
[[menu.main]]
|
|
name = "CAN"
|
|
url = "/firmwareapi/pycom/machine/can"
|
|
identifier = "firmwareapi@pycom@machine@can"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 130
|
|
|
|
[[menu.main]]
|
|
name = "RMT"
|
|
url = "/firmwareapi/pycom/machine/rmt"
|
|
identifier = "firmwareapi@pycom@machine@rmt"
|
|
parent = "firmwareapi@pycom@machine"
|
|
weight = 140
|
|
|
|
[[menu.main]]
|
|
name = "network"
|
|
url = "/firmwareapi/pycom/network/README"
|
|
identifier = "firmwareapi@pycom@network@README"
|
|
parent = "firmwareapi@pycom@network"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "WLAN"
|
|
url = "/firmwareapi/pycom/network/wlan"
|
|
identifier = "firmwareapi@pycom@network@wlan"
|
|
parent = "firmwareapi@pycom@network"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Server"
|
|
url = "/firmwareapi/pycom/network/server"
|
|
identifier = "firmwareapi@pycom@network@server"
|
|
parent = "firmwareapi@pycom@network"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Bluetooth"
|
|
url = "/firmwareapi/pycom/network/bluetooth/README"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@README"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "GATT"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gatt"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gatt"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "GATTCConnection"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gattcconnection"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gattcconnection"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "GATTCService"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gattccservice"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gattccservice"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "GATTCCharacteristic"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gattccharacteristic"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gattccharacteristic"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "GATTSService"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gattsservice"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gattsservice"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "GATTSCharacteristic"
|
|
url = "/firmwareapi/pycom/network/bluetooth/gattscharacteristic"
|
|
identifier = "firmwareapi@pycom@network@bluetooth@gattscharacteristic"
|
|
parent = "firmwareapi@pycom@network@bluetooth"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "LoRa"
|
|
url = "/firmwareapi/pycom/network/lora/README"
|
|
identifier = "firmwareapi@pycom@network@lora@README"
|
|
parent = "firmwareapi@pycom@network@lora"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Pymesh"
|
|
url = "/firmwareapi/pycom/network/lora/pymesh"
|
|
identifier = "firmwareapi@pycom@network@lora@pymesh"
|
|
parent = "firmwareapi@pycom@network@lora"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Sigfox"
|
|
url = "/firmwareapi/pycom/network/sigfox"
|
|
identifier = "firmwareapi@pycom@network@sigfox"
|
|
parent = "firmwareapi@pycom@network"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "LTE"
|
|
url = "/firmwareapi/pycom/network/lte"
|
|
identifier = "firmwareapi@pycom@network@lte"
|
|
parent = "firmwareapi@pycom@network"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "AES"
|
|
url = "/firmwareapi/pycom/aes"
|
|
identifier = "firmwareapi@pycom@aes"
|
|
parent = "firmwareapi@pycom"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "pycom"
|
|
url = "/firmwareapi/pycom/pycom"
|
|
identifier = "firmwareapi@pycom@pycom"
|
|
parent = "firmwareapi@pycom"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "MicroPython Modules"
|
|
url = "/firmwareapi/micropython/README"
|
|
identifier = "firmwareapi@micropython@README"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "micropython"
|
|
url = "/firmwareapi/micropython/micropython"
|
|
identifier = "firmwareapi@micropython@micropython"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "uctypes"
|
|
url = "/firmwareapi/micropython/uctypes"
|
|
identifier = "firmwareapi@micropython@uctypes"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "sys"
|
|
url = "/firmwareapi/micropython/sys"
|
|
identifier = "firmwareapi@micropython@sys"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "uos"
|
|
url = "/firmwareapi/micropython/uos"
|
|
identifier = "firmwareapi@micropython@uos"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "array"
|
|
url = "/firmwareapi/micropython/array"
|
|
identifier = "firmwareapi@micropython@array"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "cmath"
|
|
url = "/firmwareapi/micropython/cmath"
|
|
identifier = "firmwareapi@micropython@cmath"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "math"
|
|
url = "/firmwareapi/micropython/math"
|
|
identifier = "firmwareapi@micropython@math"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 80
|
|
|
|
[[menu.main]]
|
|
name = "gc"
|
|
url = "/firmwareapi/micropython/gc"
|
|
identifier = "firmwareapi@micropython@gc"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 90
|
|
|
|
[[menu.main]]
|
|
name = "ubinascii"
|
|
url = "/firmwareapi/micropython/ubinascii"
|
|
identifier = "firmwareapi@micropython@ubinascii"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 100
|
|
|
|
[[menu.main]]
|
|
name = "ujson"
|
|
url = "/firmwareapi/micropython/ujson"
|
|
identifier = "firmwareapi@micropython@ujson"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 110
|
|
|
|
[[menu.main]]
|
|
name = "ure"
|
|
url = "/firmwareapi/micropython/ure"
|
|
identifier = "firmwareapi@micropython@ure"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 120
|
|
|
|
[[menu.main]]
|
|
name = "usocket"
|
|
url = "/firmwareapi/micropython/usocket"
|
|
identifier = "firmwareapi@micropython@usocket"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 130
|
|
|
|
[[menu.main]]
|
|
name = "select"
|
|
url = "/firmwareapi/micropython/select"
|
|
identifier = "firmwareapi@micropython@select"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 140
|
|
|
|
[[menu.main]]
|
|
name = "utime"
|
|
url = "/firmwareapi/micropython/utime"
|
|
identifier = "firmwareapi@micropython@utime"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 150
|
|
|
|
[[menu.main]]
|
|
name = "uhashlib"
|
|
url = "/firmwareapi/micropython/uhashlib"
|
|
identifier = "firmwareapi@micropython@uhashlib"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 160
|
|
|
|
[[menu.main]]
|
|
name = "ussl"
|
|
url = "/firmwareapi/micropython/ussl"
|
|
identifier = "firmwareapi@micropython@ussl"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 170
|
|
|
|
[[menu.main]]
|
|
name = "ucrypto"
|
|
url = "/firmwareapi/micropython/ucrypto"
|
|
identifier = "firmwareapi@micropython@ucrypto"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 180
|
|
|
|
[[menu.main]]
|
|
name = "ustruct"
|
|
url = "/firmwareapi/micropython/ustruct/README"
|
|
identifier = "firmwareapi@micropython@ustruct@README"
|
|
parent = "firmwareapi@micropython@ustruct"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "uzlib"
|
|
url = "/firmwareapi/micropython/ustruct/uzlib"
|
|
identifier = "firmwareapi@micropython@ustruct@uzlib"
|
|
parent = "firmwareapi@micropython@ustruct"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "_thread"
|
|
url = "/firmwareapi/micropython/_thread"
|
|
identifier = "firmwareapi@micropython@_thread"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 190
|
|
|
|
[[menu.main]]
|
|
name = "Builtin"
|
|
url = "/firmwareapi/micropython/builtin"
|
|
identifier = "firmwareapi@micropython@builtin"
|
|
parent = "firmwareapi@micropython"
|
|
weight = 200
|
|
|
|
[[menu.main]]
|
|
name = "Notes"
|
|
url = "/firmwareapi/notes"
|
|
identifier = "firmwareapi@notes"
|
|
parent = "firmwareapi"
|
|
weight = 20
|
|
|
|
# *** Product Info, Datasheets
|
|
[[menu.main]]
|
|
name = "Product Info, Datasheets"
|
|
url = "/datasheets/introduction"
|
|
identifier = "datasheets@introduction"
|
|
parent = "datasheets"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Development Modules"
|
|
url = "/datasheets/development/README"
|
|
identifier = "datasheets@development@README"
|
|
parent = "datasheets@development"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "WiPy 2.0"
|
|
url = "/datasheets/development/wipy2"
|
|
identifier = "datasheets@development@wipy2"
|
|
parent = "datasheets@development"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "WiPy 3.0"
|
|
url = "/datasheets/development/wipy3"
|
|
identifier = "datasheets@development@wipy3"
|
|
parent = "datasheets@development"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "LoPy"
|
|
url = "/datasheets/development/lopy"
|
|
identifier = "datasheets@development@lopy"
|
|
parent = "datasheets@development"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "LoPy 4"
|
|
url = "/datasheets/development/lopy4"
|
|
identifier = "datasheets@development@lopy4"
|
|
parent = "datasheets@development"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "SiPy"
|
|
url = "/datasheets/development/sipy"
|
|
identifier = "datasheets@development@sipy"
|
|
parent = "datasheets@development"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "GPy"
|
|
url = "/datasheets/development/gpy"
|
|
identifier = "datasheets@development@gpy"
|
|
parent = "datasheets@development"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "FiPy"
|
|
url = "/datasheets/development/fipy"
|
|
identifier = "datasheets@development@fipy"
|
|
parent = "datasheets@development"
|
|
weight = 80
|
|
|
|
[[menu.main]]
|
|
name = "OEM Modules"
|
|
url = "/datasheets/oem/README"
|
|
identifier = "datasheets@oem@README"
|
|
parent = "datasheets@oem"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "W01"
|
|
url = "/datasheets/oem/w01"
|
|
identifier = "datasheets@oem@w01"
|
|
parent = "datasheets@oem"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "L01"
|
|
url = "/datasheets/oem/l01"
|
|
identifier = "datasheets@oem@l01"
|
|
parent = "datasheets@oem"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "L04"
|
|
url = "/datasheets/oem/l04"
|
|
identifier = "datasheets@oem@l04"
|
|
parent = "datasheets@oem"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "G01"
|
|
url = "/datasheets/oem/g01"
|
|
identifier = "datasheets@oem@g01"
|
|
parent = "datasheets@oem"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "L01 OEM Baseboard Reference"
|
|
url = "/datasheets/oem/l01_reference"
|
|
identifier = "datasheets@oem@l01_reference"
|
|
parent = "datasheets@oem"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "Universal OEM Baseboard Reference"
|
|
url = "/datasheets/oem/universal_reference"
|
|
identifier = "datasheets@oem@universal_reference"
|
|
parent = "datasheets@oem"
|
|
weight = 70
|
|
|
|
[[menu.main]]
|
|
name = "Expansion Boards and Shields"
|
|
url = "/datasheets/boards/README"
|
|
identifier = "datasheets@boards@README"
|
|
parent = "datasheets@boards"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Expansion Board 3.0"
|
|
url = "/datasheets/boards/expansion3"
|
|
identifier = "datasheets@boards@expansion3"
|
|
parent = "datasheets@boards"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Pytrack"
|
|
url = "/datasheets/boards/pytrack"
|
|
identifier = "datasheets@boards@pytrack"
|
|
parent = "datasheets@boards"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Pysense"
|
|
url = "/datasheets/boards/pysense"
|
|
identifier = "datasheets@boards@pysense"
|
|
parent = "datasheets@boards"
|
|
weight = 40
|
|
|
|
[[menu.main]]
|
|
name = "Pyscan"
|
|
url = "/datasheets/boards/pyscan"
|
|
identifier = "datasheets@boards@pyscan"
|
|
parent = "datasheets@boards"
|
|
weight = 50
|
|
|
|
[[menu.main]]
|
|
name = "Expansion Board 2.0"
|
|
url = "/datasheets/boards/expansion2"
|
|
identifier = "datasheets@boards@expansion2"
|
|
parent = "datasheets@boards"
|
|
weight = 60
|
|
|
|
[[menu.main]]
|
|
name = "Deep Sleep Shield"
|
|
url = "/datasheets/boards/deepsleep/README"
|
|
identifier = "datasheets@boards@deepsleep@README"
|
|
parent = "datasheets@boards@deepsleep"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Deep Sleep API"
|
|
url = "/datasheets/boards/deepsleep/api"
|
|
identifier = "datasheets@boards@deepsleep@api"
|
|
parent = "datasheets@boards@deepsleep"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Notes"
|
|
url = "/datasheets/notes"
|
|
identifier = "datasheets@notes"
|
|
parent = "datasheets"
|
|
weight = 20
|
|
|
|
# *** Pybytes
|
|
[[menu.main]]
|
|
name = "Pybytes"
|
|
url = "/pybytes/introduction"
|
|
identifier = "pybytes@introduction"
|
|
parent = "pybytes"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Getting Started with Pybytes"
|
|
url = "/pybytes/getstarted"
|
|
identifier = "pybytes@getstarted"
|
|
parent = "pybytes"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Add a device to Pybytes"
|
|
url = "/pybytes/connect/README"
|
|
identifier = "pybytes@connect@README"
|
|
parent = "pybytes@connect"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Connect to Pybytes: Quick Add"
|
|
url = "/pybytes/connect/quick"
|
|
identifier = "pybytes@connect@quick"
|
|
parent = "pybytes@connect"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Connect to Pybytes: Flash Pybytes library manually"
|
|
url = "/pybytes/connect/flash"
|
|
identifier = "pybytes@connect@flash"
|
|
parent = "pybytes@connect"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Add Sigfox device"
|
|
url = "/pybytes/connect/sigfox/README"
|
|
identifier = "pybytes@connect@sigfox@README"
|
|
parent = "pybytes@connect@sigfox"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "DevKit contract"
|
|
url = "/pybytes/connect/sigfox/devkit"
|
|
identifier = "pybytes@connect@sigfox@devkit"
|
|
parent = "pybytes@connect@sigfox"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Custom contract"
|
|
url = "/pybytes/connect/sigfox/custom"
|
|
identifier = "pybytes@connect@sigfox@custom"
|
|
parent = "pybytes@connect@sigfox"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Visualise data from your device"
|
|
url = "/pybytes/dashboard"
|
|
identifier = "pybytes@dashboard"
|
|
parent = "pybytes"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Integrations"
|
|
url = "/pybytes/integrations/README"
|
|
identifier = "pybytes@integrations@README"
|
|
parent = "pybytes@integrations"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Amazon IoT"
|
|
url = "/pybytes/integrations/amazon-iot"
|
|
identifier = "pybytes@integrations@amazon-iot"
|
|
parent = "pybytes@integrations"
|
|
weight = 20
|
|
|
|
# *** Documentation Notes
|
|
[[menu.main]]
|
|
name = "Documentation Notes"
|
|
url = "/docnotes/introduction"
|
|
identifier = "docnotes@introduction"
|
|
parent = "docnotes"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Syntax"
|
|
url = "/docnotes/syntax"
|
|
identifier = "docnotes@syntax"
|
|
parent = "docnotes"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "REPL vs Scripts"
|
|
url = "/docnotes/replscript"
|
|
identifier = "docnotes@replscript"
|
|
parent = "docnotes"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Mesh Networks"
|
|
url = "/docnotes/mesh-networks"
|
|
identifier = "docnotes@mesh-networks"
|
|
parent = "docnotes"
|
|
weight = 40
|
|
|
|
# *** Advanced Topics
|
|
[[menu.main]]
|
|
name = "Firmware Downgrade"
|
|
url = "/advance/downgrade"
|
|
identifier = "advance@downgrade"
|
|
parent = "advance"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "CLI Updater"
|
|
url = "/advance/cli"
|
|
identifier = "advance@cli"
|
|
parent = "advance"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "SecureBoot and Encryption"
|
|
url = "/advance/encryption"
|
|
identifier = "advance@encryption"
|
|
parent = "advance"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "License"
|
|
url = "/advance/license"
|
|
identifier = "advance@license"
|
|
parent = "advance"
|
|
weight = 40
|
|
|
|
# *** Have a question?
|
|
[[menu.main]]
|
|
name = "Ask on the Forum"
|
|
url = "/https://forum.pycom.io"
|
|
identifier = "https:@@forum.pycom.io"
|
|
parent = "https:@"
|
|
weight = 10
|
|
|
|
content/SUMMARY.md
|
|
title not found for content/SUMMARY.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- SUMMARY.html
|
|
- SUMMARY.md
|
|
---
|
|
|
|
content/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
---
|
|
|
|
compare ./products content/products
|
|
content/products.md
|
|
no front matter in file
|
|
---
|
|
title: "Pycom Products"
|
|
aliases:
|
|
- products.html
|
|
- products.md
|
|
- chapter/products
|
|
---
|
|
|
|
content/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
---
|
|
|
|
compare ./pymakr/settings content/pymakr/settings
|
|
content/pymakr/settings.md
|
|
no front matter in file
|
|
---
|
|
title: "Settings"
|
|
aliases:
|
|
- pymakr/settings.html
|
|
- pymakr/settings.md
|
|
- chapter/pymakr/settings
|
|
---
|
|
|
|
compare ./pymakr/toolsfeatures content/pymakr/toolsfeatures
|
|
content/pymakr/toolsfeatures.md
|
|
no front matter in file
|
|
---
|
|
title: "Tools/Features"
|
|
aliases:
|
|
- pymakr/toolsfeatures.html
|
|
- pymakr/toolsfeatures.md
|
|
- chapter/pymakr/toolsfeatures
|
|
---
|
|
|
|
compare ./pymakr/installation/atom content/pymakr/installation/atom
|
|
content/pymakr/installation/atom.md
|
|
no front matter in file
|
|
---
|
|
title: "Atom"
|
|
aliases:
|
|
- pymakr/installation/atom.html
|
|
- pymakr/installation/atom.md
|
|
- chapter/pymakr/installation/atom
|
|
---
|
|
|
|
compare ./pymakr/installation/README content/pymakr/installation/README
|
|
content/pymakr/installation/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Installation"
|
|
aliases:
|
|
- chapter/pymakr/installation
|
|
---
|
|
|
|
compare ./pymakr/installation/vscode content/pymakr/installation/vscode
|
|
content/pymakr/installation/vscode.md
|
|
no front matter in file
|
|
---
|
|
title: "Visual Studio Code"
|
|
aliases:
|
|
- pymakr/installation/vscode.html
|
|
- pymakr/installation/vscode.md
|
|
- chapter/pymakr/installation/vscode
|
|
---
|
|
|
|
content/pymakr/installation/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Installation"
|
|
aliases:
|
|
---
|
|
|
|
compare ./datasheets/introduction content/datasheets/introduction
|
|
compare ./datasheets/introduction content/datasheets/introduction
|
|
content/datasheets/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- datasheets/introduction.html
|
|
- datasheets/introduction.md
|
|
- product-info
|
|
- chapter/datasheets
|
|
---
|
|
|
|
compare ./datasheets/notes content/datasheets/notes
|
|
compare ./datasheets/notes content/datasheets/notes
|
|
content/datasheets/notes.md
|
|
no front matter in file
|
|
---
|
|
title: "Notes"
|
|
aliases:
|
|
- datasheets/notes.html
|
|
- datasheets/notes.md
|
|
- product-info/notes
|
|
- chapter/datasheets/notes
|
|
---
|
|
|
|
content/datasheets/_index.md
|
|
title not found for content/datasheets/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./datasheets/development/sipy content/datasheets/development/sipy
|
|
compare ./datasheets/development/sipy content/datasheets/development/sipy
|
|
content/datasheets/development/sipy.md
|
|
no front matter in file
|
|
---
|
|
title: "SiPy"
|
|
aliases:
|
|
- datasheets/development/sipy.html
|
|
- datasheets/development/sipy.md
|
|
- product-info/development/sipy
|
|
- chapter/datasheets/development/sipy
|
|
---
|
|
|
|
compare ./datasheets/development/lopy4 content/datasheets/development/lopy4
|
|
compare ./datasheets/development/lopy4 content/datasheets/development/lopy4
|
|
content/datasheets/development/lopy4.md
|
|
no front matter in file
|
|
---
|
|
title: "LoPy 4"
|
|
aliases:
|
|
- datasheets/development/lopy4.html
|
|
- datasheets/development/lopy4.md
|
|
- product-info/development/lopy4
|
|
- chapter/datasheets/development/lopy4
|
|
---
|
|
|
|
compare ./datasheets/development/wipy3 content/datasheets/development/wipy3
|
|
compare ./datasheets/development/wipy3 content/datasheets/development/wipy3
|
|
content/datasheets/development/wipy3.md
|
|
no front matter in file
|
|
---
|
|
title: "WiPy 3.0"
|
|
aliases:
|
|
- datasheets/development/wipy3.html
|
|
- datasheets/development/wipy3.md
|
|
- product-info/development/wipy3
|
|
- chapter/datasheets/development/wipy3
|
|
---
|
|
|
|
compare ./datasheets/development/wipy2 content/datasheets/development/wipy2
|
|
compare ./datasheets/development/wipy2 content/datasheets/development/wipy2
|
|
content/datasheets/development/wipy2.md
|
|
no front matter in file
|
|
---
|
|
title: "WiPy 2.0"
|
|
aliases:
|
|
- datasheets/development/wipy2.html
|
|
- datasheets/development/wipy2.md
|
|
- product-info/development/wipy2
|
|
- chapter/datasheets/development/wipy2
|
|
---
|
|
|
|
compare ./datasheets/development/lopy content/datasheets/development/lopy
|
|
compare ./datasheets/development/lopy content/datasheets/development/lopy
|
|
content/datasheets/development/lopy.md
|
|
no front matter in file
|
|
---
|
|
title: "LoPy"
|
|
aliases:
|
|
- datasheets/development/lopy.html
|
|
- datasheets/development/lopy.md
|
|
- product-info/development/lopy
|
|
- chapter/datasheets/development/lopy
|
|
---
|
|
|
|
compare ./datasheets/development/README content/datasheets/development/README
|
|
compare ./datasheets/development/README content/datasheets/development/README
|
|
content/datasheets/development/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Development Modules"
|
|
aliases:
|
|
- product-info/development
|
|
- chapter/datasheets/development
|
|
---
|
|
|
|
compare ./datasheets/development/gpy content/datasheets/development/gpy
|
|
compare ./datasheets/development/gpy content/datasheets/development/gpy
|
|
content/datasheets/development/gpy.md
|
|
no front matter in file
|
|
---
|
|
title: "GPy"
|
|
aliases:
|
|
- datasheets/development/gpy.html
|
|
- datasheets/development/gpy.md
|
|
- product-info/development/gpy
|
|
- chapter/datasheets/development/gpy
|
|
---
|
|
|
|
content/datasheets/development/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Development Modules"
|
|
aliases:
|
|
---
|
|
|
|
compare ./datasheets/development/fipy content/datasheets/development/fipy
|
|
compare ./datasheets/development/fipy content/datasheets/development/fipy
|
|
content/datasheets/development/fipy.md
|
|
no front matter in file
|
|
---
|
|
title: "FiPy"
|
|
aliases:
|
|
- datasheets/development/fipy.html
|
|
- datasheets/development/fipy.md
|
|
- product-info/development/fipy
|
|
- chapter/datasheets/development/fipy
|
|
---
|
|
|
|
compare ./datasheets/oem/g01 content/datasheets/oem/g01
|
|
compare ./datasheets/oem/g01 content/datasheets/oem/g01
|
|
content/datasheets/oem/g01.md
|
|
no front matter in file
|
|
---
|
|
title: "G01"
|
|
aliases:
|
|
- datasheets/oem/g01.html
|
|
- datasheets/oem/g01.md
|
|
- product-info/oem/g01
|
|
- chapter/datasheets/oem/g01
|
|
---
|
|
|
|
compare ./datasheets/oem/l04 content/datasheets/oem/l04
|
|
compare ./datasheets/oem/l04 content/datasheets/oem/l04
|
|
content/datasheets/oem/l04.md
|
|
no front matter in file
|
|
---
|
|
title: "L04"
|
|
aliases:
|
|
- datasheets/oem/l04.html
|
|
- datasheets/oem/l04.md
|
|
- product-info/oem/l04
|
|
- chapter/datasheets/oem/l04
|
|
---
|
|
|
|
compare ./datasheets/oem/universal_reference content/datasheets/oem/universal_reference
|
|
compare ./datasheets/oem/universal_reference content/datasheets/oem/universal_reference
|
|
content/datasheets/oem/universal_reference.md
|
|
no front matter in file
|
|
---
|
|
title: "Universal OEM Baseboard Reference"
|
|
aliases:
|
|
- datasheets/oem/universal_reference.html
|
|
- datasheets/oem/universal_reference.md
|
|
- product-info/oem/universal_reference
|
|
- chapter/datasheets/oem/universal_reference
|
|
---
|
|
|
|
compare ./datasheets/oem/l01 content/datasheets/oem/l01
|
|
compare ./datasheets/oem/l01 content/datasheets/oem/l01
|
|
content/datasheets/oem/l01.md
|
|
no front matter in file
|
|
---
|
|
title: "L01"
|
|
aliases:
|
|
- datasheets/oem/l01.html
|
|
- datasheets/oem/l01.md
|
|
- product-info/oem/l01
|
|
- chapter/datasheets/oem/l01
|
|
---
|
|
|
|
compare ./datasheets/oem/README content/datasheets/oem/README
|
|
compare ./datasheets/oem/README content/datasheets/oem/README
|
|
content/datasheets/oem/README.md
|
|
no front matter in file
|
|
---
|
|
title: "OEM Modules"
|
|
aliases:
|
|
- product-info/oem
|
|
- chapter/datasheets/oem
|
|
---
|
|
|
|
compare ./datasheets/oem/w01 content/datasheets/oem/w01
|
|
compare ./datasheets/oem/w01 content/datasheets/oem/w01
|
|
content/datasheets/oem/w01.md
|
|
no front matter in file
|
|
---
|
|
title: "W01"
|
|
aliases:
|
|
- datasheets/oem/w01.html
|
|
- datasheets/oem/w01.md
|
|
- product-info/oem/w01
|
|
- chapter/datasheets/oem/w01
|
|
---
|
|
|
|
content/datasheets/oem/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "OEM Modules"
|
|
aliases:
|
|
---
|
|
|
|
compare ./datasheets/oem/l01_reference content/datasheets/oem/l01_reference
|
|
compare ./datasheets/oem/l01_reference content/datasheets/oem/l01_reference
|
|
content/datasheets/oem/l01_reference.md
|
|
no front matter in file
|
|
---
|
|
title: "L01 OEM Baseboard Reference"
|
|
aliases:
|
|
- datasheets/oem/l01_reference.html
|
|
- datasheets/oem/l01_reference.md
|
|
- product-info/oem/l01_reference
|
|
- chapter/datasheets/oem/l01_reference
|
|
---
|
|
|
|
compare ./datasheets/boards/pysense content/datasheets/boards/pysense
|
|
compare ./datasheets/boards/pysense content/datasheets/boards/pysense
|
|
content/datasheets/boards/pysense.md
|
|
no front matter in file
|
|
---
|
|
title: "Pysense"
|
|
aliases:
|
|
- datasheets/boards/pysense.html
|
|
- datasheets/boards/pysense.md
|
|
- product-info/boards/pysense
|
|
- chapter/datasheets/boards/pysense
|
|
---
|
|
|
|
compare ./datasheets/boards/expansion2 content/datasheets/boards/expansion2
|
|
compare ./datasheets/boards/expansion2 content/datasheets/boards/expansion2
|
|
content/datasheets/boards/expansion2.md
|
|
no front matter in file
|
|
---
|
|
title: "Expansion Board 2.0"
|
|
aliases:
|
|
- datasheets/boards/expansion2.html
|
|
- datasheets/boards/expansion2.md
|
|
- product-info/boards/expansion2
|
|
- chapter/datasheets/boards/expansion2
|
|
---
|
|
|
|
compare ./datasheets/boards/expansion3 content/datasheets/boards/expansion3
|
|
compare ./datasheets/boards/expansion3 content/datasheets/boards/expansion3
|
|
content/datasheets/boards/expansion3.md
|
|
no front matter in file
|
|
---
|
|
title: "Expansion Board 3.0"
|
|
aliases:
|
|
- datasheets/boards/expansion3.html
|
|
- datasheets/boards/expansion3.md
|
|
- product-info/boards/expansion3
|
|
- chapter/datasheets/boards/expansion3
|
|
---
|
|
|
|
compare ./datasheets/boards/README content/datasheets/boards/README
|
|
compare ./datasheets/boards/README content/datasheets/boards/README
|
|
content/datasheets/boards/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Expansion Boards and Shields"
|
|
aliases:
|
|
- product-info/boards
|
|
- chapter/datasheets/boards
|
|
---
|
|
|
|
compare ./datasheets/boards/pytrack content/datasheets/boards/pytrack
|
|
compare ./datasheets/boards/pytrack content/datasheets/boards/pytrack
|
|
content/datasheets/boards/pytrack.md
|
|
no front matter in file
|
|
---
|
|
title: "Pytrack"
|
|
aliases:
|
|
- datasheets/boards/pytrack.html
|
|
- datasheets/boards/pytrack.md
|
|
- product-info/boards/pytrack
|
|
- chapter/datasheets/boards/pytrack
|
|
---
|
|
|
|
content/datasheets/boards/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Expansion Boards and Shields"
|
|
aliases:
|
|
---
|
|
|
|
compare ./datasheets/boards/pyscan content/datasheets/boards/pyscan
|
|
compare ./datasheets/boards/pyscan content/datasheets/boards/pyscan
|
|
content/datasheets/boards/pyscan.md
|
|
no front matter in file
|
|
---
|
|
title: "Pyscan"
|
|
aliases:
|
|
- datasheets/boards/pyscan.html
|
|
- datasheets/boards/pyscan.md
|
|
- product-info/boards/pyscan
|
|
- chapter/datasheets/boards/pyscan
|
|
---
|
|
|
|
compare ./datasheets/boards/deepsleep/api content/datasheets/boards/deepsleep/api
|
|
compare ./datasheets/boards/deepsleep/api content/datasheets/boards/deepsleep/api
|
|
content/datasheets/boards/deepsleep/api.md
|
|
no front matter in file
|
|
---
|
|
title: "Deep Sleep API"
|
|
aliases:
|
|
- datasheets/boards/deepsleep/api.html
|
|
- datasheets/boards/deepsleep/api.md
|
|
- product-info/boards/deepsleep/api
|
|
- chapter/datasheets/boards/deepsleep/api
|
|
---
|
|
|
|
compare ./datasheets/boards/deepsleep/README content/datasheets/boards/deepsleep/README
|
|
compare ./datasheets/boards/deepsleep/README content/datasheets/boards/deepsleep/README
|
|
content/datasheets/boards/deepsleep/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Deep Sleep Shield"
|
|
aliases:
|
|
- product-info/boards/deepsleep
|
|
- chapter/datasheets/boards/deepsleep
|
|
---
|
|
|
|
content/datasheets/boards/deepsleep/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Deep Sleep Shield"
|
|
aliases:
|
|
---
|
|
|
|
content/advance/license.md
|
|
no front matter in file
|
|
---
|
|
title: "License"
|
|
aliases:
|
|
- advance/license.html
|
|
- advance/license.md
|
|
---
|
|
|
|
compare ./advance/cli content/advance/cli
|
|
content/advance/cli.md
|
|
no front matter in file
|
|
---
|
|
title: "CLI Updater"
|
|
aliases:
|
|
- advance/cli.html
|
|
- advance/cli.md
|
|
- chapter/advance/cli
|
|
---
|
|
|
|
compare ./advance/downgrade content/advance/downgrade
|
|
content/advance/downgrade.md
|
|
no front matter in file
|
|
---
|
|
title: "Firmware Downgrade"
|
|
aliases:
|
|
- advance/downgrade.html
|
|
- advance/downgrade.md
|
|
- chapter/advance/downgrade
|
|
---
|
|
|
|
compare ./advance/encryption content/advance/encryption
|
|
content/advance/encryption.md
|
|
no front matter in file
|
|
---
|
|
title: "SecureBoot and Encryption"
|
|
aliases:
|
|
- advance/encryption.html
|
|
- advance/encryption.md
|
|
- chapter/advance/encryption
|
|
---
|
|
|
|
compare ./pybytes/getstarted content/pybytes/getstarted
|
|
content/pybytes/getstarted.md
|
|
no front matter in file
|
|
---
|
|
title: "Getting Started with Pybytes"
|
|
aliases:
|
|
- pybytes/getstarted.html
|
|
- pybytes/getstarted.md
|
|
- chapter/pybytes/getstarted/intro
|
|
---
|
|
|
|
compare ./pybytes/dashboard content/pybytes/dashboard
|
|
content/pybytes/dashboard.md
|
|
no front matter in file
|
|
---
|
|
title: "Visualise data from your device"
|
|
aliases:
|
|
- pybytes/dashboard.html
|
|
- pybytes/dashboard.md
|
|
- chapter/pybytes/dashboard/intro
|
|
---
|
|
|
|
compare ./pybytes/introduction content/pybytes/introduction
|
|
content/pybytes/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- pybytes/introduction.html
|
|
- pybytes/introduction.md
|
|
- chapter/pybytes
|
|
---
|
|
|
|
content/pybytes/_index.md
|
|
title not found for content/pybytes/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
content/pybytes/integrations/amazon-iot.md
|
|
no front matter in file
|
|
---
|
|
title: "Amazon IoT"
|
|
aliases:
|
|
- pybytes/integrations/amazon-iot.html
|
|
- pybytes/integrations/amazon-iot.md
|
|
---
|
|
|
|
content/pybytes/integrations/webhooks.md
|
|
title not found for content/pybytes/integrations/webhooks.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- pybytes/integrations/webhooks.html
|
|
- pybytes/integrations/webhooks.md
|
|
---
|
|
|
|
content/pybytes/integrations/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Integrations"
|
|
aliases:
|
|
---
|
|
|
|
content/pybytes/integrations/google.md
|
|
title not found for content/pybytes/integrations/google.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- pybytes/integrations/google.html
|
|
- pybytes/integrations/google.md
|
|
---
|
|
|
|
content/pybytes/integrations/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Integrations"
|
|
aliases:
|
|
---
|
|
|
|
content/pybytes/integrations/azure.md
|
|
title not found for content/pybytes/integrations/azure.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- pybytes/integrations/azure.html
|
|
- pybytes/integrations/azure.md
|
|
---
|
|
|
|
compare ./pybytes/connect/flash content/pybytes/connect/flash
|
|
content/pybytes/connect/flash.md
|
|
no front matter in file
|
|
---
|
|
title: "Connect to Pybytes: Flash Pybytes library manually"
|
|
aliases:
|
|
- pybytes/connect/flash.html
|
|
- pybytes/connect/flash.md
|
|
- chapter/pybytes/connect/flash
|
|
---
|
|
|
|
compare ./pybytes/connect/README content/pybytes/connect/README
|
|
content/pybytes/connect/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Add a device to Pybytes"
|
|
aliases:
|
|
- chapter/pybytes/connect/intro
|
|
---
|
|
|
|
compare ./pybytes/connect/quick content/pybytes/connect/quick
|
|
content/pybytes/connect/quick.md
|
|
no front matter in file
|
|
---
|
|
title: "Connect to Pybytes: Quick Add"
|
|
aliases:
|
|
- pybytes/connect/quick.html
|
|
- pybytes/connect/quick.md
|
|
- chapter/pybytes/connect/quick
|
|
---
|
|
|
|
content/pybytes/connect/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Add a device to Pybytes"
|
|
aliases:
|
|
---
|
|
|
|
compare ./pybytes/connect/sigfox/devkit content/pybytes/connect/sigfox/devkit
|
|
content/pybytes/connect/sigfox/devkit.md
|
|
no front matter in file
|
|
---
|
|
title: "DevKit contract"
|
|
aliases:
|
|
- pybytes/connect/sigfox/devkit.html
|
|
- pybytes/connect/sigfox/devkit.md
|
|
- chapter/pybytes/connect/sigfox/sigfoxDevKit
|
|
---
|
|
|
|
compare ./pybytes/connect/sigfox/README content/pybytes/connect/sigfox/README
|
|
content/pybytes/connect/sigfox/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Add Sigfox device"
|
|
aliases:
|
|
- chapter/pybytes/connect/sigfox/sigfox
|
|
---
|
|
|
|
compare ./pybytes/connect/sigfox/custom content/pybytes/connect/sigfox/custom
|
|
content/pybytes/connect/sigfox/custom.md
|
|
no front matter in file
|
|
---
|
|
title: "Custom contract"
|
|
aliases:
|
|
- pybytes/connect/sigfox/custom.html
|
|
- pybytes/connect/sigfox/custom.md
|
|
- chapter/pybytes/connect/sigfox/sigfoxCustomContract
|
|
---
|
|
|
|
content/pybytes/connect/sigfox/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Add Sigfox device"
|
|
aliases:
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/sipy.md
|
|
title not found for content/getting-started/hardwaresetup/sipy.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/sipy.html
|
|
- getting-started/hardwaresetup/sipy.md
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/wipy.md
|
|
title not found for content/getting-started/hardwaresetup/wipy.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/wipy.html
|
|
- getting-started/hardwaresetup/wipy.md
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/lopy4.md
|
|
title not found for content/getting-started/hardwaresetup/lopy4.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/lopy4.html
|
|
- getting-started/hardwaresetup/lopy4.md
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/lopy.md
|
|
title not found for content/getting-started/hardwaresetup/lopy.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/lopy.html
|
|
- getting-started/hardwaresetup/lopy.md
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/README.md
|
|
title not found for content/getting-started/hardwaresetup/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/gpy.md
|
|
title not found for content/getting-started/hardwaresetup/gpy.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/gpy.html
|
|
- getting-started/hardwaresetup/gpy.md
|
|
---
|
|
|
|
content/getting-started/hardwaresetup/fipy.md
|
|
title not found for content/getting-started/hardwaresetup/fipy.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- getting-started/hardwaresetup/fipy.html
|
|
- getting-started/hardwaresetup/fipy.md
|
|
---
|
|
|
|
compare ./gettingstarted/introduction content/gettingstarted/introduction
|
|
compare ./gettingstarted/introduction content/gettingstarted/introduction
|
|
compare ./gettingstarted/introduction content/gettingstarted/introduction
|
|
compare ./gettingstarted/introduction content/gettingstarted/introduction
|
|
content/gettingstarted/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- gettingstarted/introduction.html
|
|
- gettingstarted/introduction.md
|
|
- chapter/gettingstarted
|
|
- getting-started
|
|
- getting-started/introduction
|
|
- chapter/gettingstarted/introduction
|
|
---
|
|
|
|
content/gettingstarted/_index.md
|
|
title not found for content/gettingstarted/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/registration/sigfox content/gettingstarted/registration/sigfox
|
|
content/gettingstarted/registration/sigfox.md
|
|
no front matter in file
|
|
---
|
|
title: "Sigfox"
|
|
aliases:
|
|
- gettingstarted/registration/sigfox.html
|
|
- gettingstarted/registration/sigfox.md
|
|
- chapter/gettingstarted/registration/sigfox
|
|
---
|
|
|
|
compare ./gettingstarted/registration/README content/gettingstarted/registration/README
|
|
content/gettingstarted/registration/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Device Registration"
|
|
aliases:
|
|
- chapter/gettingstarted/registration/README
|
|
---
|
|
|
|
compare ./gettingstarted/registration/cellular content/gettingstarted/registration/cellular
|
|
content/gettingstarted/registration/cellular.md
|
|
no front matter in file
|
|
---
|
|
title: "Cellular"
|
|
aliases:
|
|
- gettingstarted/registration/cellular.html
|
|
- gettingstarted/registration/cellular.md
|
|
- chapter/gettingstarted/registration/cellular
|
|
---
|
|
|
|
content/gettingstarted/registration/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Device Registration"
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/registration/lora/objenious content/gettingstarted/registration/lora/objenious
|
|
content/gettingstarted/registration/lora/objenious.md
|
|
no front matter in file
|
|
---
|
|
title: "Objenious"
|
|
aliases:
|
|
- gettingstarted/registration/lora/objenious.html
|
|
- gettingstarted/registration/lora/objenious.md
|
|
- chapter/gettingstarted/registration/lora/objenious
|
|
---
|
|
|
|
compare ./gettingstarted/registration/lora/README content/gettingstarted/registration/lora/README
|
|
content/gettingstarted/registration/lora/README.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRaWAN"
|
|
aliases:
|
|
- chapter/gettingstarted/registration/lora
|
|
---
|
|
|
|
compare ./gettingstarted/registration/lora/ttn content/gettingstarted/registration/lora/ttn
|
|
content/gettingstarted/registration/lora/ttn.md
|
|
no front matter in file
|
|
---
|
|
title: "The Things Network"
|
|
aliases:
|
|
- gettingstarted/registration/lora/ttn.html
|
|
- gettingstarted/registration/lora/ttn.md
|
|
- chapter/gettingstarted/registration/lora/ttn
|
|
---
|
|
|
|
content/gettingstarted/registration/lora/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRaWAN"
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/connection/sipy content/gettingstarted/connection/sipy
|
|
compare ./gettingstarted/connection/sipy content/gettingstarted/connection/sipy
|
|
content/gettingstarted/connection/sipy.md
|
|
no front matter in file
|
|
---
|
|
title: "SiPy"
|
|
aliases:
|
|
- gettingstarted/connection/sipy.html
|
|
- gettingstarted/connection/sipy.md
|
|
- chapter/gettingstarted/connection/sipy
|
|
- gettingstarted/sipy.html
|
|
---
|
|
|
|
compare ./gettingstarted/connection/wipy content/gettingstarted/connection/wipy
|
|
compare ./gettingstarted/connection/wipy content/gettingstarted/connection/wipy
|
|
content/gettingstarted/connection/wipy.md
|
|
no front matter in file
|
|
---
|
|
title: "WiPy"
|
|
aliases:
|
|
- gettingstarted/connection/wipy.html
|
|
- gettingstarted/connection/wipy.md
|
|
- chapter/gettingstarted/connection/wipy
|
|
- gettingstarted/wipy.html
|
|
---
|
|
|
|
compare ./gettingstarted/connection/lopy4 content/gettingstarted/connection/lopy4
|
|
compare ./gettingstarted/connection/lopy4 content/gettingstarted/connection/lopy4
|
|
content/gettingstarted/connection/lopy4.md
|
|
no front matter in file
|
|
---
|
|
title: "LoPy 4"
|
|
aliases:
|
|
- gettingstarted/connection/lopy4.html
|
|
- gettingstarted/connection/lopy4.md
|
|
- chapter/gettingstarted/connection/lopy4
|
|
- gettingstarted/lopy4.html
|
|
---
|
|
|
|
compare ./gettingstarted/connection/lopy content/gettingstarted/connection/lopy
|
|
compare ./gettingstarted/connection/lopy content/gettingstarted/connection/lopy
|
|
content/gettingstarted/connection/lopy.md
|
|
no front matter in file
|
|
---
|
|
title: "LoPy"
|
|
aliases:
|
|
- gettingstarted/connection/lopy.html
|
|
- gettingstarted/connection/lopy.md
|
|
- chapter/gettingstarted/connection/lopy
|
|
- gettingstarted/lopy.html
|
|
---
|
|
|
|
compare ./gettingstarted/connection/README content/gettingstarted/connection/README
|
|
content/gettingstarted/connection/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Hardware Setup"
|
|
aliases:
|
|
- chapter/gettingstarted/hardwaresetup
|
|
---
|
|
|
|
compare ./gettingstarted/connection/gpy content/gettingstarted/connection/gpy
|
|
compare ./gettingstarted/connection/gpy content/gettingstarted/connection/gpy
|
|
content/gettingstarted/connection/gpy.md
|
|
no front matter in file
|
|
---
|
|
title: "GPy"
|
|
aliases:
|
|
- gettingstarted/connection/gpy.html
|
|
- gettingstarted/connection/gpy.md
|
|
- chapter/gettingstarted/connection/gpy
|
|
- gettingstarted/gpy.html
|
|
---
|
|
|
|
content/gettingstarted/connection/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Hardware Setup"
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/connection/fipy content/gettingstarted/connection/fipy
|
|
compare ./gettingstarted/connection/fipy content/gettingstarted/connection/fipy
|
|
content/gettingstarted/connection/fipy.md
|
|
no front matter in file
|
|
---
|
|
title: "FiPy"
|
|
aliases:
|
|
- gettingstarted/connection/fipy.html
|
|
- gettingstarted/connection/fipy.md
|
|
- chapter/gettingstarted/connection/fipy
|
|
- gettingstarted/fipy.html
|
|
---
|
|
|
|
compare ./gettingstarted/installation/README content/gettingstarted/installation/README
|
|
content/gettingstarted/installation/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Software"
|
|
aliases:
|
|
- chapter/gettingstarted/installation/installingsoftware
|
|
---
|
|
|
|
compare ./gettingstarted/installation/drivers content/gettingstarted/installation/drivers
|
|
content/gettingstarted/installation/drivers.md
|
|
no front matter in file
|
|
---
|
|
title: "Drivers"
|
|
aliases:
|
|
- gettingstarted/installation/drivers.html
|
|
- gettingstarted/installation/drivers.md
|
|
- chapter/gettingstarted/installation/drivers
|
|
---
|
|
|
|
compare ./gettingstarted/installation/pymakr content/gettingstarted/installation/pymakr
|
|
content/gettingstarted/installation/pymakr.md
|
|
no front matter in file
|
|
---
|
|
title: "Pymakr"
|
|
aliases:
|
|
- gettingstarted/installation/pymakr.html
|
|
- gettingstarted/installation/pymakr.md
|
|
- chapter/gettingstarted/installation/pymakr
|
|
---
|
|
|
|
compare ./gettingstarted/installation/firmwaretool content/gettingstarted/installation/firmwaretool
|
|
content/gettingstarted/installation/firmwaretool.md
|
|
no front matter in file
|
|
---
|
|
title: "Updating Firmware"
|
|
aliases:
|
|
- gettingstarted/installation/firmwaretool.html
|
|
- gettingstarted/installation/firmwaretool.md
|
|
- chapter/gettingstarted/installation/firmwaretool
|
|
---
|
|
|
|
content/gettingstarted/installation/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Software"
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/programming/examples content/gettingstarted/programming/examples
|
|
content/gettingstarted/programming/examples.md
|
|
no front matter in file
|
|
---
|
|
title: "MicroPython Examples"
|
|
aliases:
|
|
- gettingstarted/programming/examples.html
|
|
- gettingstarted/programming/examples.md
|
|
- chapter/gettingstarted/programming/examples
|
|
---
|
|
|
|
compare ./gettingstarted/programming/safeboot content/gettingstarted/programming/safeboot
|
|
content/gettingstarted/programming/safeboot.md
|
|
no front matter in file
|
|
---
|
|
title: "Safe boot"
|
|
aliases:
|
|
- gettingstarted/programming/safeboot.html
|
|
- gettingstarted/programming/safeboot.md
|
|
- chapter/gettingstarted/programming/safeboot
|
|
---
|
|
|
|
compare ./gettingstarted/programming/first-project content/gettingstarted/programming/first-project
|
|
content/gettingstarted/programming/first-project.md
|
|
no front matter in file
|
|
---
|
|
title: "Your first Pymakr project"
|
|
aliases:
|
|
- gettingstarted/programming/first-project.html
|
|
- gettingstarted/programming/first-project.md
|
|
- chapter/gettingstarted/programming/first-project
|
|
---
|
|
|
|
compare ./gettingstarted/programming/ftp content/gettingstarted/programming/ftp
|
|
content/gettingstarted/programming/ftp.md
|
|
no front matter in file
|
|
---
|
|
title: "FTP"
|
|
aliases:
|
|
- gettingstarted/programming/ftp.html
|
|
- gettingstarted/programming/ftp.md
|
|
- chapter/gettingstarted/programming/ftp
|
|
---
|
|
|
|
compare ./gettingstarted/programming/README content/gettingstarted/programming/README
|
|
content/gettingstarted/programming/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Programming the modules"
|
|
aliases:
|
|
- chapter/gettingstarted/programming
|
|
---
|
|
|
|
compare ./gettingstarted/programming/micropython content/gettingstarted/programming/micropython
|
|
content/gettingstarted/programming/micropython.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction to MicroPython"
|
|
aliases:
|
|
- gettingstarted/programming/micropython.html
|
|
- gettingstarted/programming/micropython.md
|
|
- chapter/gettingstarted/programming/micropython
|
|
---
|
|
|
|
content/gettingstarted/programming/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Programming the modules"
|
|
aliases:
|
|
---
|
|
|
|
compare ./gettingstarted/programming/repl/serial content/gettingstarted/programming/repl/serial
|
|
content/gettingstarted/programming/repl/serial.md
|
|
no front matter in file
|
|
---
|
|
title: "Serial USB (UART)"
|
|
aliases:
|
|
- gettingstarted/programming/repl/serial.html
|
|
- gettingstarted/programming/repl/serial.md
|
|
- chapter/gettingstarted/programming/repl/serial
|
|
---
|
|
|
|
compare ./gettingstarted/programming/repl/README content/gettingstarted/programming/repl/README
|
|
content/gettingstarted/programming/repl/README.md
|
|
no front matter in file
|
|
---
|
|
title: "REPL"
|
|
aliases:
|
|
- chapter/gettingstarted/programming/repl
|
|
---
|
|
|
|
compare ./gettingstarted/programming/repl/telnet content/gettingstarted/programming/repl/telnet
|
|
content/gettingstarted/programming/repl/telnet.md
|
|
no front matter in file
|
|
---
|
|
title: "Telnet REPL"
|
|
aliases:
|
|
- gettingstarted/programming/repl/telnet.html
|
|
- gettingstarted/programming/repl/telnet.md
|
|
- chapter/gettingstarted/programming/repl/telnet
|
|
---
|
|
|
|
content/gettingstarted/programming/repl/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "REPL"
|
|
aliases:
|
|
---
|
|
|
|
compare ./tutorials/pysense content/tutorials/pysense
|
|
content/tutorials/pysense.md
|
|
no front matter in file
|
|
---
|
|
title: "Pysense Examples"
|
|
aliases:
|
|
- tutorials/pysense.html
|
|
- tutorials/pysense.md
|
|
- chapter/tutorials/pysense
|
|
---
|
|
|
|
compare ./tutorials/introduction content/tutorials/introduction
|
|
content/tutorials/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- tutorials/introduction.html
|
|
- tutorials/introduction.md
|
|
- chapter/tutorials
|
|
---
|
|
|
|
compare ./tutorials/sigfox content/tutorials/sigfox
|
|
content/tutorials/sigfox.md
|
|
no front matter in file
|
|
---
|
|
title: "Sigfox Examples"
|
|
aliases:
|
|
- tutorials/sigfox.html
|
|
- tutorials/sigfox.md
|
|
- chapter/tutorials/sigfox
|
|
---
|
|
|
|
compare ./tutorials/pytrack content/tutorials/pytrack
|
|
content/tutorials/pytrack.md
|
|
no front matter in file
|
|
---
|
|
title: "Pytrack Examples"
|
|
aliases:
|
|
- tutorials/pytrack.html
|
|
- tutorials/pytrack.md
|
|
- chapter/tutorials/pytrack
|
|
---
|
|
|
|
content/tutorials/_index.md
|
|
title not found for content/tutorials/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./tutorials/pyscan content/tutorials/pyscan
|
|
content/tutorials/pyscan.md
|
|
no front matter in file
|
|
---
|
|
title: "Pyscan Examples"
|
|
aliases:
|
|
- tutorials/pyscan.html
|
|
- tutorials/pyscan.md
|
|
- chapter/tutorials/pyscan
|
|
---
|
|
|
|
compare ./tutorials/lte/nb-iot content/tutorials/lte/nb-iot
|
|
content/tutorials/lte/nb-iot.md
|
|
no front matter in file
|
|
---
|
|
title: "NB-IoT"
|
|
aliases:
|
|
- tutorials/lte/nb-iot.html
|
|
- tutorials/lte/nb-iot.md
|
|
- chapter/tutorials/lte/nb-iot
|
|
---
|
|
|
|
compare ./tutorials/lte/cat-m1 content/tutorials/lte/cat-m1
|
|
content/tutorials/lte/cat-m1.md
|
|
no front matter in file
|
|
---
|
|
title: "CAT-M1"
|
|
aliases:
|
|
- tutorials/lte/cat-m1.html
|
|
- tutorials/lte/cat-m1.md
|
|
- chapter/tutorials/lte/cat-m1
|
|
---
|
|
|
|
compare ./tutorials/lte/imei content/tutorials/lte/imei
|
|
content/tutorials/lte/imei.md
|
|
no front matter in file
|
|
---
|
|
title: "Module IMEI"
|
|
aliases:
|
|
- tutorials/lte/imei.html
|
|
- tutorials/lte/imei.md
|
|
- chapter/tutorials/lte/imei
|
|
---
|
|
|
|
compare ./tutorials/lte/README content/tutorials/lte/README
|
|
content/tutorials/lte/README.md
|
|
no front matter in file
|
|
---
|
|
title: "LTE Examples"
|
|
aliases:
|
|
- chapter/tutorials/lte
|
|
---
|
|
|
|
compare ./tutorials/lte/firmware content/tutorials/lte/firmware
|
|
content/tutorials/lte/firmware.md
|
|
no front matter in file
|
|
---
|
|
title: "Modem Firmware Update"
|
|
aliases:
|
|
- tutorials/lte/firmware.html
|
|
- tutorials/lte/firmware.md
|
|
- chapter/tutorials/lte/firmware
|
|
---
|
|
|
|
content/tutorials/lte/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "LTE Examples"
|
|
aliases:
|
|
---
|
|
|
|
content/tutorials/all/touch.md
|
|
no front matter in file
|
|
---
|
|
title: "Touch"
|
|
aliases:
|
|
- tutorials/all/touch.html
|
|
- tutorials/all/touch.md
|
|
---
|
|
|
|
compare ./tutorials/all/modbus content/tutorials/all/modbus
|
|
content/tutorials/all/modbus.md
|
|
no front matter in file
|
|
---
|
|
title: "Modbus"
|
|
aliases:
|
|
- tutorials/all/modbus.html
|
|
- tutorials/all/modbus.md
|
|
- chapter/tutorials/all/modbus
|
|
---
|
|
|
|
compare ./tutorials/all/threading content/tutorials/all/threading
|
|
content/tutorials/all/threading.md
|
|
no front matter in file
|
|
---
|
|
title: "Threading"
|
|
aliases:
|
|
- tutorials/all/threading.html
|
|
- tutorials/all/threading.md
|
|
- chapter/tutorials/all/threading
|
|
---
|
|
|
|
compare ./tutorials/all/ota content/tutorials/all/ota
|
|
content/tutorials/all/ota.md
|
|
no front matter in file
|
|
---
|
|
title: "OTA update"
|
|
aliases:
|
|
- tutorials/all/ota.html
|
|
- tutorials/all/ota.md
|
|
- chapter/tutorials/all/ota
|
|
---
|
|
|
|
compare ./tutorials/all/owd content/tutorials/all/owd
|
|
content/tutorials/all/owd.md
|
|
no front matter in file
|
|
---
|
|
title: "Onewire Driver"
|
|
aliases:
|
|
- tutorials/all/owd.html
|
|
- tutorials/all/owd.md
|
|
- chapter/tutorials/all/owd
|
|
---
|
|
|
|
compare ./tutorials/all/adc content/tutorials/all/adc
|
|
content/tutorials/all/adc.md
|
|
no front matter in file
|
|
---
|
|
title: "ADC"
|
|
aliases:
|
|
- tutorials/all/adc.html
|
|
- tutorials/all/adc.md
|
|
- chapter/tutorials/all/adc
|
|
---
|
|
|
|
compare ./tutorials/all/socket content/tutorials/all/socket
|
|
content/tutorials/all/socket.md
|
|
no front matter in file
|
|
---
|
|
title: "Socket"
|
|
aliases:
|
|
- tutorials/all/socket.html
|
|
- tutorials/all/socket.md
|
|
- chapter/tutorials/all/socket
|
|
---
|
|
|
|
compare ./tutorials/all/timers content/tutorials/all/timers
|
|
content/tutorials/all/timers.md
|
|
no front matter in file
|
|
---
|
|
title: "Timers"
|
|
aliases:
|
|
- tutorials/all/timers.html
|
|
- tutorials/all/timers.md
|
|
- chapter/tutorials/all/timers
|
|
---
|
|
|
|
compare ./tutorials/all/README content/tutorials/all/README
|
|
content/tutorials/all/README.md
|
|
no front matter in file
|
|
---
|
|
title: "All Pycom Device Examples"
|
|
aliases:
|
|
- chapter/tutorials/all
|
|
---
|
|
|
|
compare ./tutorials/all/rmt content/tutorials/all/rmt
|
|
content/tutorials/all/rmt.md
|
|
no front matter in file
|
|
---
|
|
title: "RMT"
|
|
aliases:
|
|
- tutorials/all/rmt.html
|
|
- tutorials/all/rmt.md
|
|
- chapter/tutorials/all/rmt
|
|
---
|
|
|
|
compare ./tutorials/all/ble content/tutorials/all/ble
|
|
content/tutorials/all/ble.md
|
|
no front matter in file
|
|
---
|
|
title: "Bluetooth"
|
|
aliases:
|
|
- tutorials/all/ble.html
|
|
- tutorials/all/ble.md
|
|
- chapter/tutorials/all/ble
|
|
---
|
|
|
|
compare ./tutorials/all/rgbled content/tutorials/all/rgbled
|
|
content/tutorials/all/rgbled.md
|
|
no front matter in file
|
|
---
|
|
title: "RGB LED"
|
|
aliases:
|
|
- tutorials/all/rgbled.html
|
|
- tutorials/all/rgbled.md
|
|
- chapter/tutorials/all/rgbled
|
|
---
|
|
|
|
compare ./tutorials/all/https content/tutorials/all/https
|
|
content/tutorials/all/https.md
|
|
no front matter in file
|
|
---
|
|
title: "HTTPS"
|
|
aliases:
|
|
- tutorials/all/https.html
|
|
- tutorials/all/https.md
|
|
- chapter/tutorials/all/https
|
|
---
|
|
|
|
compare ./tutorials/all/pir content/tutorials/all/pir
|
|
content/tutorials/all/pir.md
|
|
no front matter in file
|
|
---
|
|
title: "PIR Sensor"
|
|
aliases:
|
|
- tutorials/all/pir.html
|
|
- tutorials/all/pir.md
|
|
- chapter/tutorials/all/pir
|
|
---
|
|
|
|
compare ./tutorials/all/wlan content/tutorials/all/wlan
|
|
content/tutorials/all/wlan.md
|
|
no front matter in file
|
|
---
|
|
title: "WLAN"
|
|
aliases:
|
|
- tutorials/all/wlan.html
|
|
- tutorials/all/wlan.md
|
|
- chapter/tutorials/all/wlan
|
|
---
|
|
|
|
compare ./tutorials/all/aws content/tutorials/all/aws
|
|
content/tutorials/all/aws.md
|
|
no front matter in file
|
|
---
|
|
title: "AWS"
|
|
aliases:
|
|
- tutorials/all/aws.html
|
|
- tutorials/all/aws.md
|
|
- chapter/tutorials/all/aws
|
|
---
|
|
|
|
compare ./tutorials/all/mqtt content/tutorials/all/mqtt
|
|
content/tutorials/all/mqtt.md
|
|
no front matter in file
|
|
---
|
|
title: "MQTT"
|
|
aliases:
|
|
- tutorials/all/mqtt.html
|
|
- tutorials/all/mqtt.md
|
|
- chapter/tutorials/all/mqtt
|
|
---
|
|
|
|
compare ./tutorials/all/repl content/tutorials/all/repl
|
|
content/tutorials/all/repl.md
|
|
no front matter in file
|
|
---
|
|
title: "REPL"
|
|
aliases:
|
|
- tutorials/all/repl.html
|
|
- tutorials/all/repl.md
|
|
- chapter/tutorials/all/repl
|
|
---
|
|
|
|
content/tutorials/all/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "All Pycom Device Examples"
|
|
aliases:
|
|
---
|
|
|
|
compare ./tutorials/all/i2c content/tutorials/all/i2c
|
|
content/tutorials/all/i2c.md
|
|
no front matter in file
|
|
---
|
|
title: "I2C"
|
|
aliases:
|
|
- tutorials/all/i2c.html
|
|
- tutorials/all/i2c.md
|
|
- chapter/tutorials/all/i2c
|
|
---
|
|
|
|
compare ./tutorials/lora/lora-mac content/tutorials/lora/lora-mac
|
|
content/tutorials/lora/lora-mac.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa-MAC (Raw LoRa)"
|
|
aliases:
|
|
- tutorials/lora/lora-mac.html
|
|
- tutorials/lora/lora-mac.md
|
|
- chapter/tutorials/lora/lora-mac
|
|
---
|
|
|
|
compare ./tutorials/lora/lora-mesh content/tutorials/lora/lora-mesh
|
|
content/tutorials/lora/lora-mesh.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa Mesh"
|
|
aliases:
|
|
- tutorials/lora/lora-mesh.html
|
|
- tutorials/lora/lora-mesh.md
|
|
- chapter/tutorials/lora/lora-mesh
|
|
---
|
|
|
|
compare ./tutorials/lora/module-module content/tutorials/lora/module-module
|
|
content/tutorials/lora/module-module.md
|
|
no front matter in file
|
|
---
|
|
title: "LoPy to LoPy"
|
|
aliases:
|
|
- tutorials/lora/module-module.html
|
|
- tutorials/lora/module-module.md
|
|
- chapter/tutorials/lora/module-module
|
|
---
|
|
|
|
compare ./tutorials/lora/lorawan-abp content/tutorials/lora/lorawan-abp
|
|
content/tutorials/lora/lorawan-abp.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRaWAN with ABP"
|
|
aliases:
|
|
- tutorials/lora/lorawan-abp.html
|
|
- tutorials/lora/lorawan-abp.md
|
|
- chapter/tutorials/lora/lorawan-abp
|
|
---
|
|
|
|
compare ./tutorials/lora/lorawan-nano-gateway content/tutorials/lora/lorawan-nano-gateway
|
|
content/tutorials/lora/lorawan-nano-gateway.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRaWAN Nano-Gateway"
|
|
aliases:
|
|
- tutorials/lora/lorawan-nano-gateway.html
|
|
- tutorials/lora/lorawan-nano-gateway.md
|
|
- chapter/tutorials/lora/lorawan-nano-gateway
|
|
---
|
|
|
|
compare ./tutorials/lora/README content/tutorials/lora/README
|
|
content/tutorials/lora/README.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa Examples"
|
|
aliases:
|
|
- chapter/tutorials/lora
|
|
---
|
|
|
|
content/tutorials/lora/pymesh-br.md
|
|
no front matter in file
|
|
---
|
|
title: "PyMesh Border Router"
|
|
aliases:
|
|
- tutorials/lora/pymesh-br.html
|
|
- tutorials/lora/pymesh-br.md
|
|
---
|
|
|
|
compare ./tutorials/lora/rn2483-to-lopy content/tutorials/lora/rn2483-to-lopy
|
|
content/tutorials/lora/rn2483-to-lopy.md
|
|
no front matter in file
|
|
---
|
|
title: "RN2483 to LoPy"
|
|
aliases:
|
|
- tutorials/lora/rn2483-to-lopy.html
|
|
- tutorials/lora/rn2483-to-lopy.md
|
|
- chapter/tutorials/lora/rn2483-to-lopy
|
|
---
|
|
|
|
compare ./tutorials/lora/lorawan-otaa content/tutorials/lora/lorawan-otaa
|
|
content/tutorials/lora/lorawan-otaa.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRaWAN with OTAA"
|
|
aliases:
|
|
- tutorials/lora/lorawan-otaa.html
|
|
- tutorials/lora/lorawan-otaa.md
|
|
- chapter/tutorials/lora/lorawan-otaa
|
|
---
|
|
|
|
compare ./tutorials/lora/lora-mac-nano-gateway content/tutorials/lora/lora-mac-nano-gateway
|
|
content/tutorials/lora/lora-mac-nano-gateway.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa-MAC Nano-Gateway"
|
|
aliases:
|
|
- tutorials/lora/lora-mac-nano-gateway.html
|
|
- tutorials/lora/lora-mac-nano-gateway.md
|
|
- chapter/tutorials/lora/lora-mac-nano-gateway
|
|
---
|
|
|
|
content/tutorials/lora/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa Examples"
|
|
aliases:
|
|
---
|
|
|
|
compare ./docnotes/syntax content/docnotes/syntax
|
|
content/docnotes/syntax.md
|
|
no front matter in file
|
|
---
|
|
title: "Syntax"
|
|
aliases:
|
|
- docnotes/syntax.html
|
|
- docnotes/syntax.md
|
|
- chapter/docnotes/syntax
|
|
---
|
|
|
|
compare ./docnotes/replscript content/docnotes/replscript
|
|
content/docnotes/replscript.md
|
|
no front matter in file
|
|
---
|
|
title: "REPL vs Scripts"
|
|
aliases:
|
|
- docnotes/replscript.html
|
|
- docnotes/replscript.md
|
|
- chapter/docnotes/replscript
|
|
---
|
|
|
|
compare ./docnotes/mesh-networks content/docnotes/mesh-networks
|
|
content/docnotes/mesh-networks.md
|
|
no front matter in file
|
|
---
|
|
title: "Mesh Networks"
|
|
aliases:
|
|
- docnotes/mesh-networks.html
|
|
- docnotes/mesh-networks.md
|
|
- chapter/docnotes/mesh-networks
|
|
---
|
|
|
|
compare ./docnotes/introduction content/docnotes/introduction
|
|
content/docnotes/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- docnotes/introduction.html
|
|
- docnotes/introduction.md
|
|
- chapter/docnotes
|
|
---
|
|
|
|
content/docnotes/_index.md
|
|
title not found for content/docnotes/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./pytrackpysense/introduction content/pytrackpysense/introduction
|
|
content/pytrackpysense/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- pytrackpysense/introduction.html
|
|
- pytrackpysense/introduction.md
|
|
- chapter/pytrackpysense
|
|
---
|
|
|
|
content/pytrackpysense/_index.md
|
|
title not found for content/pytrackpysense/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./pytrackpysense/installation/README content/pytrackpysense/installation/README
|
|
content/pytrackpysense/installation/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Installing Software"
|
|
aliases:
|
|
- chapter/pytrackpysense/installation
|
|
---
|
|
|
|
compare ./pytrackpysense/installation/drivers content/pytrackpysense/installation/drivers
|
|
content/pytrackpysense/installation/drivers.md
|
|
no front matter in file
|
|
---
|
|
title: "Installing Drivers - Windows 7"
|
|
aliases:
|
|
- pytrackpysense/installation/drivers.html
|
|
- pytrackpysense/installation/drivers.md
|
|
- chapter/pytrackpysense/installation/drivers
|
|
---
|
|
|
|
compare ./pytrackpysense/installation/firmware content/pytrackpysense/installation/firmware
|
|
content/pytrackpysense/installation/firmware.md
|
|
no front matter in file
|
|
---
|
|
title: "Updating Firmware"
|
|
aliases:
|
|
- pytrackpysense/installation/firmware.html
|
|
- pytrackpysense/installation/firmware.md
|
|
- chapter/pytrackpysense/installation/firmware
|
|
---
|
|
|
|
compare ./pytrackpysense/installation/libraries content/pytrackpysense/installation/libraries
|
|
content/pytrackpysense/installation/libraries.md
|
|
no front matter in file
|
|
---
|
|
title: "Installing Libraries"
|
|
aliases:
|
|
- pytrackpysense/installation/libraries.html
|
|
- pytrackpysense/installation/libraries.md
|
|
- chapter/pytrackpysense/installation/libraries
|
|
---
|
|
|
|
content/pytrackpysense/installation/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Installing Software"
|
|
aliases:
|
|
---
|
|
|
|
compare ./pytrackpysense/apireference/pysense content/pytrackpysense/apireference/pysense
|
|
content/pytrackpysense/apireference/pysense.md
|
|
no front matter in file
|
|
---
|
|
title: "Pysense"
|
|
aliases:
|
|
- pytrackpysense/apireference/pysense.html
|
|
- pytrackpysense/apireference/pysense.md
|
|
- chapter/pytrackpysense/apireference/pysense
|
|
---
|
|
|
|
compare ./pytrackpysense/apireference/sleep content/pytrackpysense/apireference/sleep
|
|
content/pytrackpysense/apireference/sleep.md
|
|
no front matter in file
|
|
---
|
|
title: "Sleep"
|
|
aliases:
|
|
- pytrackpysense/apireference/sleep.html
|
|
- pytrackpysense/apireference/sleep.md
|
|
- chapter/pytrackpysense/apireference/sleep
|
|
---
|
|
|
|
compare ./pytrackpysense/apireference/README content/pytrackpysense/apireference/README
|
|
content/pytrackpysense/apireference/README.md
|
|
no front matter in file
|
|
---
|
|
title: "API Reference"
|
|
aliases:
|
|
- chapter/pytrackpysense/apireference
|
|
---
|
|
|
|
compare ./pytrackpysense/apireference/pytrack content/pytrackpysense/apireference/pytrack
|
|
content/pytrackpysense/apireference/pytrack.md
|
|
no front matter in file
|
|
---
|
|
title: "Pytrack"
|
|
aliases:
|
|
- pytrackpysense/apireference/pytrack.html
|
|
- pytrackpysense/apireference/pytrack.md
|
|
- chapter/pytrackpysense/apireference/pytrack
|
|
---
|
|
|
|
content/pytrackpysense/apireference/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "API Reference"
|
|
aliases:
|
|
---
|
|
|
|
compare ./pytrackpysense/apireference/pyscan content/pytrackpysense/apireference/pyscan
|
|
content/pytrackpysense/apireference/pyscan.md
|
|
no front matter in file
|
|
---
|
|
title: "Pyscan"
|
|
aliases:
|
|
- pytrackpysense/apireference/pyscan.html
|
|
- pytrackpysense/apireference/pyscan.md
|
|
- chapter/pytrackpysense/apireference/pyscan
|
|
---
|
|
|
|
compare ./firmwareapi/introduction content/firmwareapi/introduction
|
|
content/firmwareapi/introduction.md
|
|
no front matter in file
|
|
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- firmwareapi/introduction.html
|
|
- firmwareapi/introduction.md
|
|
- chapter/firmwareapi
|
|
---
|
|
|
|
compare ./firmwareapi/notes content/firmwareapi/notes
|
|
content/firmwareapi/notes.md
|
|
no front matter in file
|
|
---
|
|
title: "Notes"
|
|
aliases:
|
|
- firmwareapi/notes.html
|
|
- firmwareapi/notes.md
|
|
- chapter/firmwareapi/notes
|
|
---
|
|
|
|
content/firmwareapi/_index.md
|
|
title not found for content/firmwareapi/README.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/uos content/firmwareapi/micropython/uos
|
|
content/firmwareapi/micropython/uos.md
|
|
no front matter in file
|
|
---
|
|
title: "uos"
|
|
aliases:
|
|
- firmwareapi/micropython/uos.html
|
|
- firmwareapi/micropython/uos.md
|
|
- chapter/firmwareapi/micropython/uos
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/sys content/firmwareapi/micropython/sys
|
|
content/firmwareapi/micropython/sys.md
|
|
no front matter in file
|
|
---
|
|
title: "sys"
|
|
aliases:
|
|
- firmwareapi/micropython/sys.html
|
|
- firmwareapi/micropython/sys.md
|
|
- chapter/firmwareapi/micropython/sys
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/uhashlib content/firmwareapi/micropython/uhashlib
|
|
content/firmwareapi/micropython/uhashlib.md
|
|
no front matter in file
|
|
---
|
|
title: "uhashlib"
|
|
aliases:
|
|
- firmwareapi/micropython/uhashlib.html
|
|
- firmwareapi/micropython/uhashlib.md
|
|
- chapter/firmwareapi/micropython/uhashlib
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/select content/firmwareapi/micropython/select
|
|
content/firmwareapi/micropython/select.md
|
|
no front matter in file
|
|
---
|
|
title: "select"
|
|
aliases:
|
|
- firmwareapi/micropython/select.html
|
|
- firmwareapi/micropython/select.md
|
|
- chapter/firmwareapi/micropython/select
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/utime content/firmwareapi/micropython/utime
|
|
content/firmwareapi/micropython/utime.md
|
|
no front matter in file
|
|
---
|
|
title: "utime"
|
|
aliases:
|
|
- firmwareapi/micropython/utime.html
|
|
- firmwareapi/micropython/utime.md
|
|
- chapter/firmwareapi/micropython/utime
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/math content/firmwareapi/micropython/math
|
|
content/firmwareapi/micropython/math.md
|
|
no front matter in file
|
|
---
|
|
title: "math"
|
|
aliases:
|
|
- firmwareapi/micropython/math.html
|
|
- firmwareapi/micropython/math.md
|
|
- chapter/firmwareapi/micropython/math
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/builtin content/firmwareapi/micropython/builtin
|
|
content/firmwareapi/micropython/builtin.md
|
|
no front matter in file
|
|
---
|
|
title: "Builtin"
|
|
aliases:
|
|
- firmwareapi/micropython/builtin.html
|
|
- firmwareapi/micropython/builtin.md
|
|
- chapter/firmwareapi/micropython/builtin
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/_thread content/firmwareapi/micropython/_thread
|
|
content/firmwareapi/micropython/_thread.md
|
|
no front matter in file
|
|
---
|
|
title: "_thread"
|
|
aliases:
|
|
- firmwareapi/micropython/_thread.html
|
|
- firmwareapi/micropython/_thread.md
|
|
- chapter/firmwareapi/micropython/_thread
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/array content/firmwareapi/micropython/array
|
|
content/firmwareapi/micropython/array.md
|
|
no front matter in file
|
|
---
|
|
title: "array"
|
|
aliases:
|
|
- firmwareapi/micropython/array.html
|
|
- firmwareapi/micropython/array.md
|
|
- chapter/firmwareapi/micropython/array
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ussl content/firmwareapi/micropython/ussl
|
|
content/firmwareapi/micropython/ussl.md
|
|
no front matter in file
|
|
---
|
|
title: "ussl"
|
|
aliases:
|
|
- firmwareapi/micropython/ussl.html
|
|
- firmwareapi/micropython/ussl.md
|
|
- chapter/firmwareapi/micropython/ussl
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/README content/firmwareapi/micropython/README
|
|
content/firmwareapi/micropython/README.md
|
|
no front matter in file
|
|
---
|
|
title: "MicroPython Modules"
|
|
aliases:
|
|
- chapter/firmwareapi/micropython
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ure content/firmwareapi/micropython/ure
|
|
content/firmwareapi/micropython/ure.md
|
|
no front matter in file
|
|
---
|
|
title: "ure"
|
|
aliases:
|
|
- firmwareapi/micropython/ure.html
|
|
- firmwareapi/micropython/ure.md
|
|
- chapter/firmwareapi/micropython/ure
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ujson content/firmwareapi/micropython/ujson
|
|
content/firmwareapi/micropython/ujson.md
|
|
no front matter in file
|
|
---
|
|
title: "ujson"
|
|
aliases:
|
|
- firmwareapi/micropython/ujson.html
|
|
- firmwareapi/micropython/ujson.md
|
|
- chapter/firmwareapi/micropython/ujson
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/cmath content/firmwareapi/micropython/cmath
|
|
content/firmwareapi/micropython/cmath.md
|
|
no front matter in file
|
|
---
|
|
title: "cmath"
|
|
aliases:
|
|
- firmwareapi/micropython/cmath.html
|
|
- firmwareapi/micropython/cmath.md
|
|
- chapter/firmwareapi/micropython/cmath
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/gc content/firmwareapi/micropython/gc
|
|
content/firmwareapi/micropython/gc.md
|
|
no front matter in file
|
|
---
|
|
title: "gc"
|
|
aliases:
|
|
- firmwareapi/micropython/gc.html
|
|
- firmwareapi/micropython/gc.md
|
|
- chapter/firmwareapi/micropython/gc
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ucrypto content/firmwareapi/micropython/ucrypto
|
|
content/firmwareapi/micropython/ucrypto.md
|
|
no front matter in file
|
|
---
|
|
title: "ucrypto"
|
|
aliases:
|
|
- firmwareapi/micropython/ucrypto.html
|
|
- firmwareapi/micropython/ucrypto.md
|
|
- chapter/firmwareapi/micropython/ucrypto
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ubinascii content/firmwareapi/micropython/ubinascii
|
|
content/firmwareapi/micropython/ubinascii.md
|
|
no front matter in file
|
|
---
|
|
title: "ubinascii"
|
|
aliases:
|
|
- firmwareapi/micropython/ubinascii.html
|
|
- firmwareapi/micropython/ubinascii.md
|
|
- chapter/firmwareapi/micropython/ubinascii
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/usocket content/firmwareapi/micropython/usocket
|
|
content/firmwareapi/micropython/usocket.md
|
|
no front matter in file
|
|
---
|
|
title: "usocket"
|
|
aliases:
|
|
- firmwareapi/micropython/usocket.html
|
|
- firmwareapi/micropython/usocket.md
|
|
- chapter/firmwareapi/micropython/usocket
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/micropython content/firmwareapi/micropython/micropython
|
|
content/firmwareapi/micropython/micropython.md
|
|
no front matter in file
|
|
---
|
|
title: "micropython"
|
|
aliases:
|
|
- firmwareapi/micropython/micropython.html
|
|
- firmwareapi/micropython/micropython.md
|
|
- chapter/firmwareapi/micropython/micropython
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/uzlib content/firmwareapi/micropython/uzlib
|
|
content/firmwareapi/micropython/uzlib.md
|
|
title not found for content/firmwareapi/micropython/uzlib.md
|
|
no front matter in file
|
|
---
|
|
title: ""
|
|
aliases:
|
|
- firmwareapi/micropython/uzlib.html
|
|
- firmwareapi/micropython/uzlib.md
|
|
- chapter/firmwareapi/micropython/uzlib
|
|
---
|
|
|
|
content/firmwareapi/micropython/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "MicroPython Modules"
|
|
aliases:
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/ustruct content/firmwareapi/micropython/ustruct
|
|
content/firmwareapi/micropython/ustruct.md
|
|
no front matter in file
|
|
---
|
|
title: "ustruct"
|
|
aliases:
|
|
- firmwareapi/micropython/ustruct.html
|
|
- firmwareapi/micropython/ustruct.md
|
|
- chapter/firmwareapi/micropython/ustruct
|
|
---
|
|
|
|
compare ./firmwareapi/micropython/uctypes content/firmwareapi/micropython/uctypes
|
|
content/firmwareapi/micropython/uctypes.md
|
|
no front matter in file
|
|
---
|
|
title: "uctypes"
|
|
aliases:
|
|
- firmwareapi/micropython/uctypes.html
|
|
- firmwareapi/micropython/uctypes.md
|
|
- chapter/firmwareapi/micropython/uctypes
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/README content/firmwareapi/pycom/README
|
|
content/firmwareapi/pycom/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Pycom Modules"
|
|
aliases:
|
|
- chapter/firmwareapi/pycom
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/aes content/firmwareapi/pycom/aes
|
|
content/firmwareapi/pycom/aes.md
|
|
no front matter in file
|
|
---
|
|
title: "AES"
|
|
aliases:
|
|
- firmwareapi/pycom/aes.html
|
|
- firmwareapi/pycom/aes.md
|
|
- chapter/firmwareapi/pycom/aes
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/pycom content/firmwareapi/pycom/pycom
|
|
content/firmwareapi/pycom/pycom.md
|
|
no front matter in file
|
|
---
|
|
title: "pycom"
|
|
aliases:
|
|
- firmwareapi/pycom/pycom.html
|
|
- firmwareapi/pycom/pycom.md
|
|
- chapter/firmwareapi/pycom/pycom
|
|
---
|
|
|
|
content/firmwareapi/pycom/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Pycom Modules"
|
|
aliases:
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/sigfox content/firmwareapi/pycom/network/sigfox
|
|
content/firmwareapi/pycom/network/sigfox.md
|
|
no front matter in file
|
|
---
|
|
title: "Sigfox"
|
|
aliases:
|
|
- firmwareapi/pycom/network/sigfox.html
|
|
- firmwareapi/pycom/network/sigfox.md
|
|
- chapter/firmwareapi/pycom/network/sigfox
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/README content/firmwareapi/pycom/network/README
|
|
content/firmwareapi/pycom/network/README.md
|
|
no front matter in file
|
|
---
|
|
title: "network"
|
|
aliases:
|
|
- chapter/firmwareapi/pycom/network
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/lte content/firmwareapi/pycom/network/lte
|
|
content/firmwareapi/pycom/network/lte.md
|
|
no front matter in file
|
|
---
|
|
title: "LTE"
|
|
aliases:
|
|
- firmwareapi/pycom/network/lte.html
|
|
- firmwareapi/pycom/network/lte.md
|
|
- chapter/firmwareapi/pycom/network/lte
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/server content/firmwareapi/pycom/network/server
|
|
content/firmwareapi/pycom/network/server.md
|
|
no front matter in file
|
|
---
|
|
title: "Server"
|
|
aliases:
|
|
- firmwareapi/pycom/network/server.html
|
|
- firmwareapi/pycom/network/server.md
|
|
- chapter/firmwareapi/pycom/network/server
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/wlan content/firmwareapi/pycom/network/wlan
|
|
content/firmwareapi/pycom/network/wlan.md
|
|
no front matter in file
|
|
---
|
|
title: "WLAN"
|
|
aliases:
|
|
- firmwareapi/pycom/network/wlan.html
|
|
- firmwareapi/pycom/network/wlan.md
|
|
- chapter/firmwareapi/pycom/network/wlan
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "network"
|
|
aliases:
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/bluetooth/gattscharacteristic.md
|
|
no front matter in file
|
|
---
|
|
title: "GATTSCharacteristic"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gattscharacteristic.html
|
|
- firmwareapi/pycom/network/bluetooth/gattscharacteristic.md
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/bluetooth/gattccharacteristic.md
|
|
no front matter in file
|
|
---
|
|
title: "GATTCCharacteristic"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gattccharacteristic.html
|
|
- firmwareapi/pycom/network/bluetooth/gattccharacteristic.md
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/bluetooth/gattccservice.md
|
|
no front matter in file
|
|
---
|
|
title: "GATTCService"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gattccservice.html
|
|
- firmwareapi/pycom/network/bluetooth/gattccservice.md
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/bluetooth/README content/firmwareapi/pycom/network/bluetooth/README
|
|
content/firmwareapi/pycom/network/bluetooth/README.md
|
|
no front matter in file
|
|
---
|
|
title: "Bluetooth"
|
|
aliases:
|
|
- chapter/firmwareapi/pycom/network/bluetooth
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/bluetooth/gatt content/firmwareapi/pycom/network/bluetooth/gatt
|
|
content/firmwareapi/pycom/network/bluetooth/gatt.md
|
|
no front matter in file
|
|
---
|
|
title: "GATT"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gatt.html
|
|
- firmwareapi/pycom/network/bluetooth/gatt.md
|
|
- chapter/firmwareapi/pycom/network/bluetooth/gatt
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/network/bluetooth/gattsservice content/firmwareapi/pycom/network/bluetooth/gattsservice
|
|
content/firmwareapi/pycom/network/bluetooth/gattsservice.md
|
|
no front matter in file
|
|
---
|
|
title: "GATTSService"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gattsservice.html
|
|
- firmwareapi/pycom/network/bluetooth/gattsservice.md
|
|
- chapter/firmwareapi/pycom/network/bluetooth/gattsservice
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/bluetooth/gattcconnection.md
|
|
no front matter in file
|
|
---
|
|
title: "GATTCConnection"
|
|
aliases:
|
|
- firmwareapi/pycom/network/bluetooth/gattcconnection.html
|
|
- firmwareapi/pycom/network/bluetooth/gattcconnection.md
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/bluetooth/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "Bluetooth"
|
|
aliases:
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/lora/pymesh.md
|
|
no front matter in file
|
|
---
|
|
title: "Pymesh"
|
|
aliases:
|
|
- firmwareapi/pycom/network/lora/pymesh.html
|
|
- firmwareapi/pycom/network/lora/pymesh.md
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/lora/README.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa"
|
|
aliases:
|
|
---
|
|
|
|
content/firmwareapi/pycom/network/lora/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "LoRa"
|
|
aliases:
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/rtc content/firmwareapi/pycom/machine/rtc
|
|
content/firmwareapi/pycom/machine/rtc.md
|
|
no front matter in file
|
|
---
|
|
title: "RTC"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/rtc.html
|
|
- firmwareapi/pycom/machine/rtc.md
|
|
- chapter/firmwareapi/pycom/machine/rtc
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/uart content/firmwareapi/pycom/machine/uart
|
|
content/firmwareapi/pycom/machine/uart.md
|
|
no front matter in file
|
|
---
|
|
title: "UART"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/uart.html
|
|
- firmwareapi/pycom/machine/uart.md
|
|
- chapter/firmwareapi/pycom/machine/uart
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/can content/firmwareapi/pycom/machine/can
|
|
content/firmwareapi/pycom/machine/can.md
|
|
no front matter in file
|
|
---
|
|
title: "CAN"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/can.html
|
|
- firmwareapi/pycom/machine/can.md
|
|
- chapter/firmwareapi/pycom/machine/can
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/spi content/firmwareapi/pycom/machine/spi
|
|
content/firmwareapi/pycom/machine/spi.md
|
|
no front matter in file
|
|
---
|
|
title: "SPI"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/spi.html
|
|
- firmwareapi/pycom/machine/spi.md
|
|
- chapter/firmwareapi/pycom/machine/spi
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/adc content/firmwareapi/pycom/machine/adc
|
|
content/firmwareapi/pycom/machine/adc.md
|
|
no front matter in file
|
|
---
|
|
title: "ADC"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/adc.html
|
|
- firmwareapi/pycom/machine/adc.md
|
|
- chapter/firmwareapi/pycom/machine/adc
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/sd content/firmwareapi/pycom/machine/sd
|
|
content/firmwareapi/pycom/machine/sd.md
|
|
no front matter in file
|
|
---
|
|
title: "SD"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/sd.html
|
|
- firmwareapi/pycom/machine/sd.md
|
|
- chapter/firmwareapi/pycom/machine/sd
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/README content/firmwareapi/pycom/machine/README
|
|
content/firmwareapi/pycom/machine/README.md
|
|
no front matter in file
|
|
---
|
|
title: "machine"
|
|
aliases:
|
|
- chapter/firmwareapi/pycom/machine
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/rmt content/firmwareapi/pycom/machine/rmt
|
|
content/firmwareapi/pycom/machine/rmt.md
|
|
no front matter in file
|
|
---
|
|
title: "RMT"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/rmt.html
|
|
- firmwareapi/pycom/machine/rmt.md
|
|
- chapter/firmwareapi/pycom/machine/rmt
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/pwm content/firmwareapi/pycom/machine/pwm
|
|
content/firmwareapi/pycom/machine/pwm.md
|
|
no front matter in file
|
|
---
|
|
title: "PWM"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/pwm.html
|
|
- firmwareapi/pycom/machine/pwm.md
|
|
- chapter/firmwareapi/pycom/machine/pwm
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/pin content/firmwareapi/pycom/machine/pin
|
|
content/firmwareapi/pycom/machine/pin.md
|
|
no front matter in file
|
|
---
|
|
title: "Pin"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/pin.html
|
|
- firmwareapi/pycom/machine/pin.md
|
|
- chapter/firmwareapi/pycom/machine/pin
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/timer content/firmwareapi/pycom/machine/timer
|
|
content/firmwareapi/pycom/machine/timer.md
|
|
no front matter in file
|
|
---
|
|
title: "Timer"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/timer.html
|
|
- firmwareapi/pycom/machine/timer.md
|
|
- chapter/firmwareapi/pycom/machine/timer
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/dac content/firmwareapi/pycom/machine/dac
|
|
content/firmwareapi/pycom/machine/dac.md
|
|
no front matter in file
|
|
---
|
|
title: "DAC"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/dac.html
|
|
- firmwareapi/pycom/machine/dac.md
|
|
- chapter/firmwareapi/pycom/machine/dac
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/wdt content/firmwareapi/pycom/machine/wdt
|
|
content/firmwareapi/pycom/machine/wdt.md
|
|
no front matter in file
|
|
---
|
|
title: "WDT"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/wdt.html
|
|
- firmwareapi/pycom/machine/wdt.md
|
|
- chapter/firmwareapi/pycom/machine/wdt
|
|
---
|
|
|
|
content/firmwareapi/pycom/machine/_index.md
|
|
no front matter in file
|
|
---
|
|
title: "machine"
|
|
aliases:
|
|
---
|
|
|
|
compare ./firmwareapi/pycom/machine/i2c content/firmwareapi/pycom/machine/i2c
|
|
content/firmwareapi/pycom/machine/i2c.md
|
|
no front matter in file
|
|
---
|
|
title: "I2C"
|
|
aliases:
|
|
- firmwareapi/pycom/machine/i2c.html
|
|
- firmwareapi/pycom/machine/i2c.md
|
|
- chapter/firmwareapi/pycom/machine/i2c
|
|
---
|
|
|