Setting up the Snapdragon DragonBoard 410c for headless server operation
All projects must start somewhere, and most of the time when working with electronics or embedded programming, you're going to have to deal with a controller board of some kind. Controller boards can range in capabilities, so we usually look for a balance in capacity of processing and cost requirement in terms of resources. If you want to work with the Internet of Things (IOT), then you're probably looking at making some object that needs logic. Just as most projects need something to control them with logic and a Central Processing Unit (CPU), it's probably good to establish how to use one of the better controller boards available for the money. The DragonBoard 410c comes with Android installed. As cool as that is, it's not so useful for an IOT (Internet Of Things) object that doesn't use touch to interact. Android does not support running a server on it that can be controlled from other computers. Android is a very "user facing" operati...