paule96 / TryThingsWithMicroControllers

Apply to FNK0082

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning

Setup project

First you need to setup the project. Go to an empty folder and run the following:

/home/vscode/.platformio/penv/bin/pio project init -b esp32-s3-devkitc-1 --ide vscode --project-option "framework=espidf"

This will setup a project for the Espressif ESP32-S3. The development framework that is used is Espressif IoT Development Framework.

If you want a faster setup you can create a project with the ardoino framework:

~/.platformio/penv/bin/pio project init -b esp32-s3-devkitc-1 --ide vscode

GPIO 2 = small blue LED GPIO 48 = big white LED

Start a project with on windows:

git fetch
git pull
~/.platformio/penv/Scripts/platformio run --target upload --target monitor --environment esp32-s3-devkitc-1

Freenove_Ultimate_Starter_Kit_for_ESP32_S3

A kit with a Freenove® ESP32-S3 Board for learning programming and electronics.

ESP32-S3 chip is manufactured by Espressif®.

Espressif® is a trademark of Espressif Systems (Shanghai) Co.Ltd (https://www.espressif.com/).

Freenove ESP32-S3 Board can be uploaded code using Arduino® IDE.

Arduino® is a trademark of Arduino LLC (https://www.arduino.cc/).

Download

Click the green "Code" button, then click "Download ZIP" button in the pop-up window. Do NOT click the "Open in Desktop" button, it will lead you to install Github software.

If you meet any difficulties, please contact our technical team for help.

Use

  1. Download the ZIP file as above.
  2. Unzip it and you will get a folder contains tutorials and related files.
  3. Please start with "Start Here.pdf".

Support

Freenove provides free and quick customer support. Including but not limited to:

  • Quality problems of products
  • Problems of products when used
  • Questions of learning and creation
  • Opinions and suggestions
  • Ideas and thoughts

Please send an email to:

support@freenove.com

We will reply within one working day.

Purchase

Please visit the following page to purchase our products:

http://freenove.com/store

Business customers please contact us through the following email address:

sale@freenove.com

About

Freenove provides open source electronic products and services.

Freenove is committed to helping customers learn programming and electronic knowledge, quickly implement product prototypes, realize their creativity and launch innovative products. Our services include:

  • Kits for learning programming and electronics
  • Kits compatible with Arduino®, Raspberry Pi®, micro:bit®, etc.
  • Kits for robots, smart cars, drones, etc.
  • Components, modules and tools
  • Design and customization

To learn more about us or get our latest information, please visit our website:

http://www.freenove.com

Copyright

All the files in this repository are released under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. You can find a copy of the license in this repository.

markdown

It means you can use these files on your own derived works, in part or completely. But not for commercial use.

Freenove® brand and logo are trademarks of Freenove Creative Technology Co., Ltd. Must not be used without permission.

Other registered trademarks and their owners appearing in this repository:

Arduino® is a trademark of Arduino LLC (https://www.arduino.cc/). Raspberry Pi® is a trademark of Raspberry Pi Foundation (https://www.raspberrypi.org/). micro:bit® is a trademark of Micro:bit Educational Foundation (https://www.microbit.org/). Espressif® is a trademark of Espressif Systems (Shanghai) Co.Ltd (https://www.espressif.com/).

About

Apply to FNK0082

License:Other


Languages

Language:Python 54.3%Language:C 25.4%Language:C++ 6.9%Language:HTML 6.7%Language:Processing 6.1%Language:Makefile 0.4%Language:Shell 0.1%Language:PowerShell 0.1%Language:CMake 0.0%