Tag Archive: TCP-Client
Day 10: Temperature display
Today’s project is an intuitive display of the current temperature. With a single look, you can guess at whether it is sensible to take along a warm jacket. Behind today’s door, there is another LED. This is a special one….
Read more
Day 9: TCP time
Today’s project uses the functions of the prior test to independently collect information from a website. The program specifically loads the current time from a dedicated website and thus sets the internal clock of the controller that is implemented by…
Read more
Day 8: A browser
In the last days, we mostly dealt with the UDP protocol with which data can be sent out simply and directly. In the next few days, we will deal with the TCP (Transmission Control Protocol). TCP only permits one connection…
Read more