×

How to Install WSL and Ubuntu (LTS) on the Windows platform

~Sandhiya.B and Ajay This post consolidates the information needed to set up the Ubuntu terminal on a Win 11 Machine. The Ubuntu terminal is useful to programmers to access unix power tools, write shell scripts, etc. Step: 1   Turn Windows Features On or...

Read out all

Ambient light sensor using a photoresistor and Arduino Uno

This project is about using a photoresistor along with an Arduino Uno board to determine the brightness of a room which is bright or average light or dark. A photoresistor which is also called an LDR (LIGHT DEPENDENT RESISTOR) and two LEDs...

Read out all

Smart dustbin using Arduino

The smart dustbin is built on a microcontroller-based platform Arduino Uno board which is interfaced with the Servo motor and ultrasonic sensor. An ultrasonic sensor is placed at the top of the dustbin which will measure the stature of the dustbin. The...

Read out all

LOGIC GATES USING ARDUINO UNO

A basic gate is defined as a component with one or more inputs and one output.  The inputs and outputs are all digital. There are three fundamental gates and a total of seven basic logic gates (plus several derivatives). The gate will...

Read out all

LAST SCHOOL STUDENTS VISIT STEMLAND

On the 14th of July students from the Last school, Auroville visited STEMLAND. The forty students accompanied by the teachers enjoyed their afternoon session by exploring STEMLAND. The arrangements were done by the STEMLAND team. There were 8 stalls which include Mindstorms...

Read out all

Vim Editor Session

Vim Editor Session ~SriBhavani and Bakyalakshmi On 18th Jan 2022, we had a session on vim by HarshaVaradhan from AuraSemiconductors. In this blog, we share what we have learned about vim and how we use it. Introduction: Vim is a highly configurable...

Read out all

SED command

~Saranya sed ‘s/find/replace/’ filename Find and replace a word in a file Ex output: sed ‘s/find/replace/1’ filename It will find and replace in line 1 sed ‘1,3 s/find/replace/1’ filename It will find and replace with the given range Ex output: sed ‘s/find/replace/g’ filename...

Read out all

Unix commands Session

~Ranjith In the layout team, we are learning UNIX command with the support of Sanjeev to improved our skills for automating tasks. Session on process, kill, disk utility, alias, pushd, popd, tar, and gzip commands: Process command: To find process which are...

Read out all

No Code / Less Code Machine Learning/Deep Learning

~ Vimal  As a novice, one will feel alienated with the buzz words and vocab used in the context of ML/DL world. To bring more people into the AI scenario, several of the tools are being developed by researchers and companies worldwide....

Read out all

Python course

~Logeshwari, Sandhiya We had interns coming to STEMland to learn to program. A few of them were learning Scratch and making projects. We conducted a course on the basics of Python. It was a five-day course for one and a half hours...

Read out all