Basic difference between can bus vs modbus protocol | communication
We know that in embedded sector mostly used protocol is Can and modbus so In this article we will see Basic difference between can bus vs modbus protocol | communication.…
We know that in embedded sector mostly used protocol is Can and modbus so In this article we will see Basic difference between can bus vs modbus protocol | communication.…
Scope of a variable The scope of a variable basically refers to its lifetime within the program. Global variables are declared outside any function or block and can be accessed…
A module is a file in Python which organizes code in a systematic manner in order to increase our understanding and accessibility of the code. This code mostly consists of…
Facebook Access Tokens provide authorization of the app to access specific parts of a user data. Technically, access tokens are opaque strings that are used to make requests to the…
We know that most of the real time application supported python languages so in this article we will see some real time embedded projects. But why we use python with…
What is coffeescript Basically we know that CoffeeScript is a programming language that compiles to JavaScript language. In coffeescript additional features include list comprehension and destructuring assignment. How to convert…
We are basically divided this article in Two part How to find first two digits of a number in pythonHow to find last two digits of a number in python…
In this article we will see How to plot US map using python. we will use geopandas library to plot a map of the United States. What is GeoPandas Library?…
python language translator using Google Translate API – with the help of translator Instantly Translate phrases from one language to another. Translation enables communication between people from different regions and…
In the previous article we saw basic communication protocol for embedded c so this time to implement real time projects on i2c protocol let's see: Follow below simple steps for…