Skip to content

Commit

Permalink
Update micropython.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isobianin committed Dec 16, 2023
1 parent fea0ceb commit 4d33d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/micropython.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Getting you ESP32 ready

To start programming ESP32 in MicroPython, you should consider downloading Thonny IDE and the (latest build of ESP32 MicroPython distribution)[https://micropython.org/download/ESP32_GENERIC/] (.bin file). Thonny installation is more or less straightforward. MicroPython distribution for ESP32, however, needs to be installed onto the board through Thonny IDE.
To start programming ESP32 in MicroPython, you should consider downloading Thonny IDE and the [latest build of ESP32 MicroPython distribution](https://micropython.org/download/ESP32_GENERIC/) (download the .bin file). Thonny installation is more or less straightforward. MicroPython distribution for ESP32, however, needs to be installed onto the board through Thonny IDE.

To flash your firmware:

Expand All @@ -11,9 +11,9 @@ To flash your firmware:
5. Press “install or update the firmware”.
6. Find the file you had downloaded earlier.

A detailed guide on installation procedure can be found at (Random Nerd Tutorials)[https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/].
A detailed guide on installation procedure can be found at [Random Nerd Tutorials](https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/).

#### Programming basics

There are tons of great sources and one of the places to start might be (our course)[https://beehive-org.github.io/courses/intro_to_electronics/]. It covers most of the basics and comes with a supplementary data in a form of codes that were used during (the course exercises)[https://github.com/BeeHive-org/BeeHive/tree/master/workshops/2022_autum/code].
There are tons of great sources and one of the places to start might be [our course](https://beehive-org.github.io/courses/intro_to_electronics/). It covers most of the basics and comes with a supplementary data in a form of codes that were used during [the course exercises](https://github.com/BeeHive-org/BeeHive/tree/master/workshops/2022_autum/code).

0 comments on commit 4d33d92

Please sign in to comment.