ESP32 WROOM: Difference between revisions

From Makerpedia

m Ajhg moved page ESP32:Intro to Microcontrollers:ESP32
No edit summary
Line 8: Line 8:
== Installation ==
== Installation ==


The easiest way to work with ESP32 microcontrollers is by using the [https://arduino.cc Arduino IDE].
The easiest way to work with ESP32 microcontrollers is by using the [https://arduino.cc Arduino IDE]. After installing the Arduino IDE, open the application, and go to File -> Preferences, and add the following to the 'Additional Boards Managers URLs' field:
<nowiki>https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json</nowiki>
After adding the URL, close the preference panel, and go to "Tools -> Board -> Boards Manager...", and search for ESP32 in the dialog window that appears. Click the "Install" button to download the latest version of the tools required to work with the ESP32.  


== Networking ==
== Networking ==

Revision as of 15:11, 9 September 2021


This is Carleton's repository for all things related to Espressif's System-on-a-chip ESP32.

Installation

The easiest way to work with ESP32 microcontrollers is by using the Arduino IDE. After installing the Arduino IDE, open the application, and go to File -> Preferences, and add the following to the 'Additional Boards Managers URLs' field:

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

After adding the URL, close the preference panel, and go to "Tools -> Board -> Boards Manager...", and search for ESP32 in the dialog window that appears. Click the "Install" button to download the latest version of the tools required to work with the ESP32.

Networking

Using ESP32 controllers on Carleton's Networks

There are two methodologies for using an ESP32 on Carleton's networks; either using eduroam (which may cause headaches, but is possible) or using CarletonGuests, which is the preferred method.

IO