You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microcontrollers/esp32.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "ESP32"
3
3
weight: 3
4
4
---
5
5
6
-
The [Espressif ESP32]() is a tiny development board based on the Xtensa [ESP32]() family of SoC.
6
+
The [Espressif ESP32](https://www.espressif.com/en/products/socs/esp32) is a powerful chip that is used on many different development boards. It includes a built-in radio that can be used for WiFi or Bluetooth wireless connections.
7
7
8
8
## Interfaces
9
9
@@ -15,6 +15,8 @@ The [Espressif ESP32]() is a tiny development board based on the Xtensa [ESP32](
15
15
| I2C | YES | Not Yet |
16
16
| ADC | YES | Not Yet |
17
17
| PWM | YES | Not Yet |
18
+
| WiFi | YES | Not Yet |
19
+
| Bluetooth | YES | Not Yet |
18
20
19
21
## Machine Package Docs
20
22
@@ -38,7 +40,7 @@ Now you should be able to flash your board as follows:
38
40
- Build and flash your TinyGo code using the `tinygo flash` command. This command flashes the ESP32 with the blinky1 example:
Copy file name to clipboardExpand all lines: content/microcontrollers/esp8266.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "ESP8266"
3
3
weight: 3
4
4
---
5
5
6
-
The [Espressif ESP8266]() is a tiny development board based on the Xtensa [ESP8266]() family of SoC.
6
+
The [Espressif ESP8266](https://www.espressif.com/en/products/socs/esp8266) is small yet powerful SoC that is usually used for WiFi applications thanks to its built-in radio.
7
7
8
8
## Interfaces
9
9
@@ -15,6 +15,7 @@ The [Espressif ESP8266]() is a tiny development board based on the Xtensa [ESP82
15
15
| I2C | YES | Not Yet |
16
16
| ADC | YES | Not Yet |
17
17
| PWM | YES | Not Yet |
18
+
| WiFi | YES | Not Yet |
18
19
19
20
## Machine Package Docs
20
21
@@ -24,7 +25,7 @@ The [Espressif ESP8266]() is a tiny development board based on the Xtensa [ESP82
24
25
25
26
### CLI Flashing on Linux
26
27
27
-
You need to install the Espressif toolchain for Linux to use TinyGo with the ESP8266. Note that it is the same download as for the ESP32:
28
+
You need to install the same toolchain for the ESP8266 as is used for the ESP32 to use the ESP8266 with TinyGo:
0 commit comments