This is the fourth part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation We have all the building blocks for STM32 server, so let’s write it. Implementation main.c delay.c simple_server.c And it looks like this is it. Summary We have … Continue reading STM32 Key Part 4 — Server
Tag: STM32
STM32 Key Part 3 — ARP, IP, UDP
This is the third part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to handle some network packages on the STM32. Let’s go. Libraries around I am not going to describe how to handle SPI, LEDs … Continue reading STM32 Key Part 3 — ARP, IP, UDP
STM32 Key Part 2 — Chat application
This is the second part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to write very simple Java application to be able to see the traffic and communicate with our STM32. Let’s begin. Implementation We assume … Continue reading STM32 Key Part 2 — Chat application
STM32 Key Part 1 — DES implementation
This is the first part of the STM32 Key series. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — DES implementation Part 2 — Chat application Part 3 — ARP, IP, UDP Part 4 — Server Today we start a new series in which … Continue reading STM32 Key Part 1 — DES implementation