4 Channel LM35 Analog Sensor Amplifier Design and interfacing with Arduino Microcontroller

We will learn to design and build an 4 channel LM35 temperature sensor Signal conditioner amplifier circuit based on the popular opamp LM324 using Kicad.
Reading and Writing Characters, Floats and structs to Internal EEPROM Memory of Arduino

In this tutorial,
Build your own Data Acquisition and Logging System to CSV file using Python and Arduino

In this tutorial,We will build a low cost multi channel data acquisition and logging system using Python & Arduino UNO board that will log and save data to a CSV (Comma Separated Values) text file on the disk.
Timer A of MSP430
MSP430 series chips have two types of Timers known as Timer_A and Timer_B. Both of them are 16 bit timers with several capture compare channels and selectable clock sources. Timer_B is slightly complex than Timer_A and offers more extensive interrupt capabilities and capture compare channels.
- Read more about Timer A of MSP430
- Log in to post comments
DIN rail mountable Isolated USB to Serial (TTL) /RS232/RS485 converter
User Manual for Isolated USB to Serial/RS232/RS485 Converter

ISO-USB2SERIAL V2.1 is an industrial grade ,DIN rail mountable USB to Serial /RS232/RS485 converter.
Tags
Serial Port Programming using Win32 API
serial port programming tutorial using win32 api and FT232 usb to serial converter
This tutorial teaches you to program your Windows PC to communicate with an external peripheral like data acquisition boards, USB GPIO Boards,Relay boards etc through its serial port (Virtual or Real).
Here i am assuming that you are using a Virtual COM port based any of the numerous IC's available on the market.
- Read more about Serial Port Programming using Win32 API
- Log in to post comments
8051 Embedded Software Development Tutorial using SDCC (Small Device C compiler)

In this Tutorial ,we will learn how to configure, compile and generate hex file using Small Device C compiler (SDCC) for the 8051 architecture.
Serial Port Datalogging to a CSV file on Linux using Arduino Uno and Python

In this tutorial we will learn how to build a serial port based data logging program that will log data coming from a Arduino to a CSV file (Comma Separated Variable file) on a Linux system.
Capturing and Handling OS signals like SIGINT (CTRL-C) in Python
We will learn How to capture and handle operating system signals like SIGINT and SIGBREAK on Linux and Windows OS's (Windows 10,11) to control the flow of your python script during execution.