Gabriella Perry


Networking

"design, build, and connect wired or wireless node(s) with network or bus addresses"


I do not plan to use networking within my final project, so I spent this week learning about ESPs and attempting to connect them to wifi, Bluetooth, and write to MicroSD cards. I worked with a couple of other people in my section (Suvin, Reuben, and Chris) to design the board with a micro SD card port and pull out some pins in case we wanted to connect it to input or output devices. The board is named " RGSC-102" which is the first initials of the collaborators and the room number of the Harvard lab.

Download the KiCad Schematic Download the KiCad Traces


The milling machine did not want to work with me this week, and I ended up milling like four boards, only one of which milled successfully. I almost successfully milled a second one until the machine dragged the endmill through the nicely cut traces right at the end of the cut...... I swear the Roland mill was mad at me for some reason. After soldering the board, I realized we had made a mistake in our design. The MicroSD card slot was flipped 180 degrees from the ideal position, and it was almost impossible to slide the card in. It looks like we will not be writing to the SD cards this week.



I started with testing examples with the ESP board to make sure it worked. The first example from Arduino ESP32 I tested was just wifi scan, which gets the name of all wifi sources around. ESP boards have a switch and a button. The switch turns the board from programming mode to run mode. The button is a reset button to restart the program.

In run mode, you see the ESP scan for Wifi Networks and display the ones nearest to me.



I also tested the ESP32 Bluetooth using Neils Arduino code. I was able to run the code on my board and then connect my laptop to the device. I attempted to pair it with my iPhone, but the ESP was not showing up as a pairable device. I downloaded several Bluetooth terminal apps to connect to my ESP32, but I was still unable to get my phone to connect.



Chris Wang in our section sent out a very helpful tutorial on Real time communication with an ESP using a Firebase Database. The website gives an in-depth tutorial to download the libraries and write code for wireless communication with a database. The tutorial code allows you to pass integers from the database to the ESP that can be read via the serial monitor in the Arduino IDE.