Home Final Project 01

Computer-controlled Cutting

02

Electronics Production

03

3D Scanning and Printing

04

Electronics Design

05

Computer-Controlled Machining

06

Embedded Programming

07

Molding and Casting

08

Input Devices

09

Output Devices

10

Networking and Communications

11

Mechanical Machine Design

12

Interface and Application Programming

13

Wildcat Week

Elina Oikonomaki

How to Make (Almost) Anything

Networking and Communications

For this week we had to desing and build and connect boards with a network. I choose to work with ESP32 WROOM and use it as a webserver.

1. Designing the ESP32WROOM board

- The schematic based on Neil's board -
- Enlarging the distance between in the ESP32 component for easier soldering. -
- Board -
- Milling it -
- Soldering - It was a bit tricky to solder the ESP32 component without having bridges. -
- Connecting to it to my laptop to program with Arduino IDE -

2. Arduino

First I had to install the libraries for the ESP32 and then I used one of the examples provided, the Hello Server.

- Installing the libraries for ESP32 -
- Trying to program but getting error message -
- Troubleshooting : The problem is on the board design. I guess I should not have designed the board late at night.. -