Skip to content

Commit

Permalink
added images
Browse files Browse the repository at this point in the history
  • Loading branch information
italocjs committed Apr 6, 2024
1 parent 391747b commit eee0b35
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

# ESP32 Development Environment Integration Guide

This is a sample development environment for ESP32 projects, leveraging a variety of tools to ensure a smooth and consistent development process over any platform (such as Windows, Linux, MacOS, Containers, github actions, etc) with automatic testing on remote devices and documentation generation.
This is a sample development environment for ESP32 projects, leveraging a variety of tools to ensure a smooth and consistent development process over any platform (such as Windows, Linux, MacOS, Containers, github actions, etc), unitary testing with remote devices and native environment and documentation generation.

![Sample of environment](docs/images/environment.png)



## Features

Expand Down Expand Up @@ -35,7 +39,7 @@ This is a sample development environment for ESP32 projects, leveraging a variet

## Setup

### Remote Testing
### Remote programming our device
To set up remote testing, check:
- [`How to connect to remote device using pio remote`](docs\connecting_to_remote.md)
- [`How to setup remote server using pio remote and raspberry`](docs\setup_raspberry_remote.md)
Expand Down Expand Up @@ -71,4 +75,18 @@ I plan on making a video / post blog about this later to share with my coworkers

Author: Italo C J Soares (italocjs@live.com)

# Images
### This is my current server mount

<img src="docs/images/my_server.jpeg" width="300">
<img src="docs/images/my_server_2.jpeg" width="300">

### Output of this repository automatic build:

<img src="docs/images/local_testing.png" width="500">

<img src="docs/images/remote_testing.png" width="500">

### Complete example on how to abstract real and mock hardware

<img src="docs/images/sample.png" width="500">
Binary file added docs/images/environment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/local_testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/my_server.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/my_server_2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/open_monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/remote_testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vscode_env.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eee0b35

Please sign in to comment.