You are on page 1of 5

Desarrollo de software Multiplataforma

Documentación de Proyecto
Alumno
Humberto Quiñonez González
Profesor
Dr. Cesar Ortega Corral
Grupo
5B
Materia
Aplicaciones de IoT
“Lab Experiment #7 -ESP32 Bluetooth and Flash EEPROM”

17/05/2023
OBJECTIVE: In this Lab experiment, we are going to connect our node esp32
to our mobile devices, this to replicate the terminal of the Arduino IDE.

STEPS:
1º We copy the code from the practice guide and replace the 1234….with our
MATRICULA.

2º We install the code in the ESP32, after this, we search for our ESP beetwen
the different Bluetooth devices that are on.
3º Now, we open the terminal on our phone, mine has my MATRICULA
which is 0321101258, after this, we configure with the configuration that was
in the document, mine already have the configurations right.
This has to show after connect.
4º It has to show this connection in the phone, from then on we can make any
changes, the ESP32 that I have for the practice already haved some data inside
cause it was a borrowed one. So when I use the eeprom it already have other
matricula, we can change it easly.

5º Here you can see better the different modifications to the node values.
This is the terminal of the computer. As you can see I can change the values of
the node by simply doing a “node: 0321101258”

You might also like