Posts by Category

Arduino

My Experience building DSLR Remotes

3 minute read

I have been a big fan of timelapses for a while. Been making timelapses and i enjoying works of others as well. Timelapse by me The timelapse above, was ...

bash

Linux Shell Scripting

2 minute read

In linux when you open a terminal, youre presented with a terminal. Over here you can only use shell commands, or BASH. The history of shells goes all the wa...

Send system stats to slack

1 minute read

I currently own few linux machines, be it a raspberry pi or a laptop. Id like to know whats the status on those machines at set intervals. Especially the pub...

kernel

Status LED Kernel Module

16 minute read

I have worked with GPS/GSM/4G CANBus Emulators/Simulators. Used python/bash/C/C++ to interface these modules. And everytime they come with drivers. Sometimes...

networking

Share internet via ethernet cable

2 minute read

We all have been in that situation where all you have is a raspberrypi(no wifi), and you got your laptop. But then you dont have an external USB wifi stick. ...

python

Python call functions written in C

1 minute read

Calling functions written purely with C using python code. Python is one of the best languages to write code if you want to develop something quickly. ...