Embedded Vision System

Keywords: Vision Technology, Applications in Embedded Systems, AI&ML in Embedded, ADAS, Infotainment. One day I was astonished to see an SMS from RTO which said that I have violated the speed limit while driving. I ended up paying a decent fine. Then I realized that we need some third eye 🧐 or a Spy who does a diligent watch on road signs which usually we human beings are lazy in monitoring while on road. Here comes to me the idea of Synergising Vision Technology and Embedded – though it is an…

Read More

MicroPython Applications

Keywords: MicroPython Applications, Python in Embedded Systems, AI&ML in Embedded, Mutation Testing, Testing Automation, Pybricks, LEGO, Robotics Hope for now we all know coding on Micro controllers using Python but why is Python actually needed when I have C/C++, Java etc in Embedded Systems. Any guess , Yes you got it right. Python language is object oriented and interpreted not compiled. Clean and simple code to control hardware. Interactive REPL– Read Evaluate Print Loop. MicroPython has built-in libraries – serial,spi,can,socket and many more. Extensively can be mixed and used together…

Read More