Creating the Verilog Top Module

This week the developing of the project headed toward new direction. Previously I was working mainly in the web development and Witty , starting from integrating the Codemirror with witty to extracting the user objects IDs (Check out my previous blog entries for more information ). This week the task Read more…

Final Progress

Well, I have finally finished the back bone of the back end. For the generation part, a certificate signing request is firstly being generated and being verified by the root certificate or another verified certificate. The certificate is then stored within folders which has certificate’s email name to ease the Read more…

Verification Code

This week was not very productive, I have try to understand and figure out how to code this application and try to make the application stateless. The application require user to verify their email address before proceeding to the period selection page. Looking at this, the first question that i Read more…

Improving Backend

This week I have focused on the part of generating a certificate out of the input passed by the front end ie the email and the number of days before the certificate has expired. The post request is firstly processed to separate the number of days and email from the Read more…

Engineering Design

The task of this week was completely different. We were asked to do some engineering design work .The client company wants to build a device that has the following: CPU + RAM SD card Wifi/GSM Camera Battery So our task was to pick up the suitable components based on the requirements Read more…

Embedded System Design

Doing an internship at a small company is significantly different that doing it at a multinational firm! This is my seventh week here at AESTE and I can honestly say that the experience you will find here is like no other. Let me rewind back to the start of this Read more…

New Application Flow

This week I did not did much of the coding of the application. Instead I did much on the planning of the flow plan and the screenshots to map out the whole process of the application. Previously I did the coding without thinking about the big picture of the whole Read more…

Troubleshooting Quadcopter Communication

Continuing on from the long-standing attempts at hacking the quadcopter remote communication, a few methods were used to find out exactly why the communication wouldn’t work. These methods and the resulting outcomes are discussed in this week’s post. Non-functional NRF24L01+ modules:  The 10 NRF modules acquired earlier seem to be Read more…

Objects Unique IDs

Continuing the work of last week on user objects tracking, this week I started the implementation. The task for this week was to : Extract the object IDs from the user Code. Check if all  IDs are unique or not. Form a list of IDs and object class name. Notify Read more…