diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:36:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:36:44 +0100 |
| commit | d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (patch) | |
| tree | 7a4280e072382c09ac76b9da4e7b82f4170699db /content/posts/2020-09-06-esp-and-micropython.md | |
| parent | c67c1800f22e66b7f11c904ff8fdee6947f91c07 (diff) | |
| download | mitjafelicijan.com-d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9.tar.gz | |
A bunch of theme changes and removal of Cactus comments
Diffstat (limited to 'content/posts/2020-09-06-esp-and-micropython.md')
| -rwxr-xr-x | content/posts/2020-09-06-esp-and-micropython.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/content/posts/2020-09-06-esp-and-micropython.md b/content/posts/2020-09-06-esp-and-micropython.md index 75e8295..481be0a 100755 --- a/content/posts/2020-09-06-esp-and-micropython.md +++ b/content/posts/2020-09-06-esp-and-micropython.md | |||
| @@ -5,18 +5,6 @@ date: 2020-09-06 | |||
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | **Table of contents** | ||
| 9 | |||
| 10 | 1. [Introduction](#introduction) | ||
| 11 | 2. [Flashing the SOC](#flashing-the-soc) | ||
| 12 | 3. [Install better tooling](#install-better-tooling) | ||
| 13 | 1. [ampy](#ampy) | ||
| 14 | 2. [rshell](#rshell) | ||
| 15 | 1. [Moving files to flash](#moving-files-to-flash) | ||
| 16 | 2. [Executing scripts](#executing-scripts) | ||
| 17 | 4. [Additional resources](#additional-resources) | ||
| 18 | |||
| 19 | |||
| 20 | ## Introduction | 8 | ## Introduction |
| 21 | 9 | ||
| 22 | A while ago I bought some [ESP8266](https://www.espressif.com/en/products/socs/esp8266) and [ESP32](https://www.espressif.com/en/products/socs/esp32) dev boards to play around with and I finally found a project to try it out. | 10 | A while ago I bought some [ESP8266](https://www.espressif.com/en/products/socs/esp8266) and [ESP32](https://www.espressif.com/en/products/socs/esp32) dev boards to play around with and I finally found a project to try it out. |
