by Vishal Naik | Jun 14, 2020 | MQTT
MQTT is a dominating protocol in the IoT world. Its flexibility makes use pretty much everywhere. It has pretty much become the De-facto protocol of IoT. To the layperson, MQTT is a lot like Twitter ! It is a “publish and subscribe” protocol. Like all protocols...
by Vishal Naik | Jun 3, 2020 | IoT Programming, NodeMCU
Before diving into the NodeMCU with MicroPython we should know some key concepts of embedded programming such as flashing , firmware etc. Development platforms for NodeMCU_ESP8266: ESPlorerLuaIDEArduino IDE etc Programming languages for NodeMCU_ESP8266:...
by Vishal Naik | Jun 3, 2020 | NodeMCU, Python
For ages, C and C++ have ruled over the embedded system industry. Fast prototyping is an important aspect of the industry today. In fact MicroPython is the best suited for fast prototyping. Students and engineers are becoming very familiar with the Python programming...
by Vishal Naik | May 26, 2020 | IoT Programming
What is version control system? • Easily management collaboration on a project• Ability to have an unlimited number of developers working on the same code base• Easily revert back your files if something happened Types of Version control: Centralized: These version...
by Vishal Naik | May 18, 2020 | Applications of IoT, Articles
Self Driving car concept has fundamentally changed the way of Internet of things application in future cars. Growth of 5G and Edge Computing is an equally important factor in development of self driving cars. However the research in this field absolutely fascinating...