ESP32 WROOM: Difference between revisions

From Makerpedia

No edit summary
No edit summary
Line 19: Line 19:


== IO ==
== IO ==
[[Category:Microcontrollers]]

Revision as of 15:21, 9 October 2023


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