Tag Archive:
(Deutsch) Fritzing Bauteil – NanoESP & Pretzel Board
Day 5: Switching an LED
Today’s program is finally about controlling hardware via the UDP protocol. In this case, an LED is switched on and off with simple commands. You will find an LED board behind the fifth door. The right dropping resistor already was…
Read more
Day 4: UDP bidirectional
In yesterday’s project, the UDP communication was tested in one direction, i.e. from the board to the PC. In this program, the module is set so that communication in the other direction is possible as well, almost like in a…
Read more
Day 3: UDP-Send
In today’s project, data are exchanged between the board and the PC through the WLAN for the first time. The prerequisite for this is that your computer has a WLAN adapter. The UDP (User Datagram Protocol) is used. Another program…
Read more
Day 2: Google Ping
With today’s project, you test whether you can reach the Google server. This is used as a test of whether there generally is a connection to the Internet or, e.g., a firewall is blocking the NanoESP-board. You will find a…
Read more