This post explains some very basic principles about electronics, namely DC voltage sources and resistors.
Serial communication data structuring pt 2
Following the previous post on how to structure data, this one describes an application specific approach, based on the concept of commands and built on top of the previous structure. A typical architecture for embedded systems comprises a microcontroller being capable of executing multiple actions, such as reading values from sensors or performing some type …
Continue reading "Serial communication data structuring pt 2"
Serial communication data structuring (part 2)
This post describes the second part of a simple serial communication data structuring algorithm.