Open ivogeorg opened 2 years ago
In the documentation (Ch 1), the V307 is considered an interconnectivity device (and has the most Flash of the whole family 256KB) and has a large number of communication interfaces, including 8 USART/UART ports and Ethernet ports. In this sense, it is ideal for the purpose of creating a cryptobox.
Cover the following topics:
All examples have similar structure, mostly initialization and a main where the communication happens. Each one is slightly different, depending on the feature being shown. The dev board pins are indicated, but the short description notes for each application are in Chineses. _May have to translate them and pick up some technical vocabulary. For example._
The Ethernet examples are extensive and there is some protocol documentation in the same directory. With Ethernet becoming more and more interesting for communications within space systems, the cryptobox should be designed to connect to the local Ethernet, transmit over UART-->RF, ultimately completing the following data trajectory:
[Space system LAN]-->[Ethernet]-->[Encryption]-->[UART-RF]-->[Transmission]-->[UART-RF]-->[Decryption]-->[Ethernet]-->[Ground station LAN]-->[Internet] [Spacecraft]----------------------------------------------------->[Space]----------------------------------------------------->[Ground station]
Two of the examples even show combined ETH-UART functionality, namely 8_UART_SERVER and ETH_UART. To study.
Preliminary notes
Resources