Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Transmission Control Protocol in IoT

Categories: Internet of Things. No Comments on Transmission Control Protocol in IoT

In this article we will look at Transmission Control Protocol (TCP) which is one of the famous protocols in TCP/IP stack and in IoT.   What is TCP? The Transmission Control Protocol, or TCP protocol for short, is a standard for exchanging data between different devices in a computer network. This protocol dates back to […]

Read the rest of this entry »

IoT Development Boards

Categories: Internet of Things. No Comments on IoT Development Boards

In this article we will look at famous IoT development boards like NodeMCU, Arduino Uno, Raspberry Pi, etc.   NodeMCU NodeMCU is an open-source Lua based firmware developed for the ESP8266 wifi chip. By exploring functionality with the ESP8266 chip, NodeMCU firmware comes with the ESP8266 Development board/kit i.e. NodeMCU Development board. Since NodeMCU is […]

Read the rest of this entry »

AT89S8253 Microcontroller

Categories: Internet of Things. No Comments on AT89S8253 Microcontroller

In this article we will look at AT89S8253 Microcontroller. We will learn about its architecture and pin diagram.   Introduction to AT89S8253 Microcontroller AT89S8253 is a microcontroller manufactured by Atmel. It is widely used, cheap and uses flash memory for storing programs. Makes it ideal for experimentation due to the fact that program can be […]

Read the rest of this entry »

8051 Microcontroller

Categories: Internet of Things. No Comments on 8051 Microcontroller

In this article we will look at 8051 microcontroller, its pin diagram and architecture along with different components.   Watch this video for introduction to microcontrollers:   Introduction to 8051 Microcontroller The Intel 8051 microcontroller is one of the most popular general purpose microcontrollers in use today. The success of the Intel 8051 spawned a […]

Read the rest of this entry »

Introduction to Microcontrollers

Categories: Internet of Things. No Comments on Introduction to Microcontrollers

In this article we will look at introduction to microcontrollers. We will learn what is a microcontroller? what are its applications? and more.   A Microcontroller is a VLSI (Very Large Scale Integration) Integrated Circuit (IC) that contains: Electronic computing unit and logic unit (together known as CPU) Memory (Program Memory and Data Memory) I/O […]

Read the rest of this entry »

Wireless Protocols for IoT

Categories: Internet of Things. No Comments on Wireless Protocols for IoT

In this article we will learn about different wireless protocols for IoT like RFID, IEEE 802.15.4, 6LoWPAN, WiFi, LiFi, and others.   Introduction to Wireless Protocols for IoT The issues related to choosing a certain technology for a particular solution are network topology, power consumption, transmission power efficiency, and latency. Development and deployment of protocols […]

Read the rest of this entry »