Week Eleven: Ping!

This is my eleventh week of being an intern at Aeste Works. My main focus this week was to ensure that two way communication between the USB stack and lwIP’s TCP/IP stack was working as intended. The simplest way to achieve this was pinging the USB CDC ECM device and Read more…

Photo by Charles Deluvio πŸ‡΅πŸ‡­πŸ‡¨πŸ‡¦ on Unsplash

Week Ten

This is the tenth week of being an intern at Aeste Works. Continuing from last week,Β  I found a way to separate normal USB packets and networking packets. This can be done by checking the twelfth and thirteenth byte of the payload found in the readBuffer. Protocols such as IPv4, Read more…

Photo by Charles Deluvio πŸ‡΅πŸ‡­πŸ‡¨πŸ‡¦ on Unsplash

Week Nine

This is my ninth week of being an intern at Aeste Works.Β This week was testing whether the lwIP stack had been configured correctly and whether the interface can be successfully initialized.Β  To initialize the network stack in a lwIP single-threaded core, the function lwip_init is called and then the network Read more…

Week Five

This is week five of my internship at Aeste Works. To move forward to what I have to do to implement USB CDC ECM class for ethernet over usb, I’d have to first migrate the USB CDC ACM demo from the PIC32MX which I had been working on last week Read more…

TCP Performance

This week I working on the TCP network performance. I needed to collect the data and make a graph for analyzing purposes. Β I had collected 15 samples for each RX and TX pin, which buffer size range from 100 to 1900. I have created a large dummy file to test Read more…

Week 5 – TCP/IP Layer

I continued where I left off from last week; setting up the physical layer for Ethernet connection. After taking a good look at the documentation available, I realized that there were a minimum of 3 commands required to get the line up and running. These commands were, including TCPIP.h header Read more…