Posts

Showing posts with the label Github

Serial Monitor - great tool for developers

Image
I created this Serial Monitor program for one of my project in which I needed to present serial data but I did no want to keep the Arduino IDE open. I searched for an alternative, but most of the programs ware overwhelmed with features. I wanted a very simple and decent looking solution. So, I decided to create my own Windows Form Application in Microsoft Visual Studio IDE. The project is available on Github for you to download and you can also customize it from source code.

C library for true RMS using sliding window technique

Image
The main purpose for creating this library is to give an idea how a method is converted into a program and used in real life. The library has only one function which takes new sample and gives new RMS value. Note that the samples must be periodic sequential meaning the time delay between each sample is constant and all samples must be passed to the function. The library is available on github .