A logic analyzer is a crucial electronic instrument used in the design and testing of digital circuits. It captures and displays multiple signals from a digital system or circuit, allowing engineers to observe and analyze the operation and interaction of those signals over time. This tool is indispensable for debugging complex digital systems, verifying correct… Continue reading Programming with STM32 – Logic Analyzer
Category: Robotics
Programming STM 32- Address of Variable
Address of variables &myData An & sign put before the variable name actually gives the address of the data myData variable holds The format specifier used to print the address of a variable is %p Example #include <stdio.h> int main() { char a1 = ‘A’; printf(“The address of variable a1 is %pn”,&a1); return 0; }… Continue reading Programming STM 32- Address of Variable
Variable naming best practices
When programming in C, following consistent and clear variable naming conventions is crucial for maintaining readable and manageable code. Here are the key rules and best practices for naming variables: Alphanumeric and Underscores Only: Variable names can consist of letters (both uppercase and lowercase), digits, and underscores (_). However, they must start with a letter… Continue reading Variable naming best practices
Data types in Embedded C
Data types There are 2 data types a. Integer b. Float Integer Data types Char (Character) · Size: Typically, 1 byte (8 bits) · Range: · Signed: -128 to 127 · Unsigned: 0 to 255 · Usage: Used to store single characters such as ‘A’, ‘b’, ‘1’, etc. It can also be used to store small integers. · Example: char letter = ‘A‘;… Continue reading Data types in Embedded C
Finding 2’s compliment
Write down the binary number: Make sure it has a fixed number of bits (e.g., 8 bits). Invert the digits: Change every 0 to 1 and every 1 to 0. This is known as taking the one’s complement of the number. Add one to the result: This final step gives you the two’s complement of… Continue reading Finding 2’s compliment
Animation in Fusion 360
Creating animations in Fusion 360 allows you to showcase your designs dynamically by simulating the assembly or disassembly of components, demonstrating how parts interact, or presenting the functionality of your product Let’s start by selecting the animation option from Design toolbar An interface like this will be opened Now when the View option… Continue reading Animation in Fusion 360
Comprehensive guide for using Loft tool in Fusion 360
It is used to create a solid or surface between two or more profiles. These profiles can be sketches, edges, or faces, and the Loft tool generates a smooth transition between them. We need to sketch the desired profiles To have a better understanding we will use the help of an example For that lets sketch… Continue reading Comprehensive guide for using Loft tool in Fusion 360
Commonly used Construction Tools in Fusion 360
There is a lot of tools in the construct toolbar, ranging from construction of planes to axis and to points taking into consideration different scenarios Let’s look at the most used Offset plane It is used to construct a plane at an offset from an initial plane or face First Select the face or… Continue reading Commonly used Construction Tools in Fusion 360
Constraints in Fusion 360
Constraints allow you to control the relative position of sketch geometry in Fusion 360. If you look at the constraint icons in the sketch menu, you’ll see that sketch constraints use geometric expressions, except for “Fix/Unfix.” These sketch constraints will help us maintain predictable behaviors when we update our sketch’s dimensions. You’ll want to… Continue reading Constraints in Fusion 360
Jobin and Jismi Center for Research and Innovation
Business Address: FIRST FLOOR, 28/86-E, JOBIN AND JISMI IT SERVICES LLP, WEST CHALAKKUDY, Chalakudy Junction, Chalakudy, Thrissur, Kerala, 680307 information: www.jobinandjismi.com Founder: Jobin and Jismi Date Established: August 2023 Executive Summary: Jobin and Jismi Training Solutions provides specialized training workshops in robotics, IoT, artificial intelligence, and other science and technology courses for colleges, schools,… Continue reading Jobin and Jismi Center for Research and Innovation