When it comes to ioT (Internet of things) applications, there are number of micro controllers that provide salient features. One of them being ESP32 module, developed by Espressif Systems. This micro controller has low power consumption and, is economical by cost. Some of the main features include Integrated WiFi and Bluetooth Uses RISC-V (Reduced Instruction Set Computer) Has single and dual core variant Can connect additional modules, like camera for image recognition But what makes it really stand out, is its integration to TensorFlow lite . Yes, this chip is able to house AI capabilities. Coding is done via Arduino development environment. TensorFlow in an open source neural software library, used in Machine learning. Developed by Google Brain , AI models can be trained in the field of Image Recognition, Natural Language Recognition (NLP) etc. Coding environment is primarily Python . TensorFlow lite is a mini version which can run locally on smaller devices....
An in-depth analysis on Internet of Things with Embedded Systems as foundation