cu-ecen-aeld / final-project-karthik-b-r

final-project-karthik-b-r created by GitHub Classroom
0 stars 0 forks source link

LCD and client code integration and testing #3

Closed karthik-b-r closed 2 years ago

karthik-b-r commented 2 years ago

DoD:

Tasks:

karthik-b-r commented 2 years ago

Task 1: Interfacing the LCD with the Server RPI containing image build from buildroot. IMG_20220418_025411__01

Task 2: I was able to successfully Integrate the server side code(values obtained from sensors) with the LCD. In other words, I was able to display the data sent from sensors.

Issue faced: One of our RPI board is not booting(stopped working out of nowhere) and due to this constraint I was unable to format the data displayed on LCD in a readable manner. I would be fixing this soon. I also spent time on trying to figure out the reason why the board is not booting and if there was a way to fix the bootloader. At the end of sprint 3, I was unsuccessful in figuring out/fixing the issue with one of the board.

Other tasks performed in this sprit: Looked around different ways of interfacing public cloud with out project. Researched a bit about GCP's IoT Core service. Here is the link to one of the article that I found which can be used as an initial step to proceed towards cloud. Since we are blocked with one of our boards being non functional, the priority would be to fix it or arrange alternate source prior to project demo. If we are able to fix our board issue soon, then might plan to log the data to the cloud.