IoTuz Dev Environment: Difference between revisions

From Open Hardware Miniconf
Jump to navigation Jump to search
Created page with "The IoTuz uses the ESP32 at its core, and hence the dev environment for the IoTuz is the standard ESP_IDF dev environment/framework. Instructions for installing the ESP-IDF d..."
 
No edit summary
Line 2: Line 2:


Instructions for installing the ESP-IDF dev framework are at https://github.com/espressif/esp-idf#setting-up-esp-idf
Instructions for installing the ESP-IDF dev framework are at https://github.com/espressif/esp-idf#setting-up-esp-idf
Before the conference, it's recommended that you complete steps 1-3 of the specific setup guides for your OS.


The on-board USB Serial chip for the IoTuz is the CP2102, and you'll need support for this to communicate with the board. You can download drivers from http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx
The on-board USB Serial chip for the IoTuz is the CP2102, and you'll need support for this to communicate with the board. You can download drivers from http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx


If you have a Linux 3.x or later kernel, these drivers are usually supplied by default with the OS Distro. If you roll your own kernel or are using a really stripped down system, you may need to build them from source.
If you have a Linux 3.x or later kernel, these drivers are usually supplied by default with the OS Distro. If you roll your own kernel or are using a really stripped down system, you may need to build them from source.

Revision as of 09:48, 9 January 2017

The IoTuz uses the ESP32 at its core, and hence the dev environment for the IoTuz is the standard ESP_IDF dev environment/framework.

Instructions for installing the ESP-IDF dev framework are at https://github.com/espressif/esp-idf#setting-up-esp-idf

Before the conference, it's recommended that you complete steps 1-3 of the specific setup guides for your OS.

The on-board USB Serial chip for the IoTuz is the CP2102, and you'll need support for this to communicate with the board. You can download drivers from http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

If you have a Linux 3.x or later kernel, these drivers are usually supplied by default with the OS Distro. If you roll your own kernel or are using a really stripped down system, you may need to build them from source.