Posts

Showing posts with the label Ubuntu

Let's try MPLab!!!

Image
MPLab to Program the PSLab   MPLab© X IDE Microchip® is a famous company for PIC® microcontroller manufacturing. This American based company produces a variety of electronic components ranging from basic microcontrollers, EEPROMs, SRAMs, RF devices and many more. In the PSLab device by FossAsia, we use a PIC24EP256GP204 who's data sheet can be found from here . Apart from the high performing micro controllers, Microchip provides a powerful IDE to program these devices. This IDE is based on NetBeans IDE. The programming language is consists of C++ syntaxes and we can embed assembly commands like 'nop' to simplify the code. Documentation and guidelines on how to use this great IDE is available on their official web site . Here we're going to see how to install this in an Ubuntu 16.04 64bit PC. Installing MPLab© X IDE Step I To install this software, first we have to download the tar ball containing the installer. The latest version can be found from the

Installing TOMCAT

Image
Apache Tomcat Web Server How to Install and Configure? I had to use Java Spring framework for one of my projects and I needed to install Apache Tomcat Server to run the code I write. I've followed many tutorials but they were all stuck in the middle. Then I thought of writing a tutorial here to help installing it to anyone who needs the great Apache!