mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 18:06:13 +01:00
21 lines
989 B
Markdown
21 lines
989 B
Markdown
---
|
|
title: "Introduction"
|
|
aliases:
|
|
- tutorials/introduction.html
|
|
- tutorials/introduction.md
|
|
- chapter/tutorials
|
|
---
|
|
|
|

|
|
|
|
## Tutorials and Examples
|
|
|
|
This section contains tutorials and examples for use with Pycom modules and Expansion boards.
|
|
|
|
General Pycom tutorials contains tutorials that may be run on any Pycom device, such as connecting to a WiFi network, Bluetooth, controlling I/O pins etc. Later sections are specific to the LoPy and SiPy devices such as setting up a LoRa node or connecting to the Sigfox network. The final sections are related to examples using the Pytrack and Pysense.
|
|
|
|
Before starting, ensure that any Pycom devices are running the latest firmware; for instructions see [Firmware Updates](/gettingstarted/installation/firmwaretool).
|
|
|
|
The source code for these tutorials, along with the required libraries can be found in in the [pycom-libraries](https://github.com/pycom/pycom-libraries) repository.
|
|
|