Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansonhex/groveuidocs


https://github.com/ansonhex/groveuidocs

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started with ReScreen

## Introduction

ReScreen is the next generation, fully integrated high-end development platform, with a 2.4inch LCD Screen, Wi-Fi and Bluetooth connectivity enabled by ESP32, and is powered by the Atmel ATSAMD51 Chip.

## Software

To interact with ReScreen, Arduino IDE is needed.

- Download Arduino IDE from [here](https://www.arduino.cc/en/main/software), choose the verison according to your operating system.

## Arduino Configurations

Once Arduino IDE is installed, some configurations need to be done:

1. Navigate to Arduino Preferences, and copy the following Seeed Studio Boards manger url to `Additional Boards Manger URLs:` as follow

`https://raw.githubusercontent.com/Seeed-Studio/Seeed_Platform/master/package_seeeduino_boards_index.json`

2. Navigate to `Tools` -> `Board:` -> `Boards Manger...` on top of Arduino IDE. Search **Seeed SAMD Boards** in `Boards Manager` and install.

3. Now, you can upload your program to ReScreen by selecting the corrent port and **Seeeduino ReScreen(SAMD51)** as Board!