Open in app

Sign In

Write

Sign In

Adithya
Adithya

6 Followers

Home

About

Jan 21

Replacing switches on Logitech G502

I’ve been using the Logitech G502 Hero for almost 4 years now. It’s incredibly popular and for good reason. Lately, mine has been missing clicks and doing strange things. Something was up with the switches, but the rest of the mouse was still in good shape. So, I decided to swap out the Omron D2FC-F-K switches with some Kailh GM 8.0s. These were out of stock everywhere except Kushcables. I mostly followed this video for disassembly. I was a bit concerned about having to buy another set of skates as I’ve read multiple people complain about how it’s impossible to reuse them. But I was able to reuse mine. I had to heat them quite a bit before pulling them off.

DIY

2 min read

Replacing switches on Logitech G502
Replacing switches on Logitech G502
DIY

2 min read


Jan 7

Relay with HomeKit and NodeMCU

Initially I just wanted to setup a relay for a tubelight with my Raspberry Pi Pico W. Unfortunately, I couldn’t find any HomeKit libraries for it. However I found one for the ESP8266 which I happened to have lying around in the form of a NodeMCU. HomeKit is a framework…

IoT

2 min read

Relay with HomeKit and NodeMCU
Relay with HomeKit and NodeMCU
IoT

2 min read


Dec 31, 2022

Listening to AIR BLR MW on RTLSDR

I have been using an RTLSDR to listen to the airwaves for more than 10 years now. I started off listening to VHF/UHF since that is what was supported out of the box on the older dongles. There was plenty of traffic, from local ham stations to BESCOM to analog…

Radio

2 min read

Listening to AIR BLR MW on RTLSDR
Listening to AIR BLR MW on RTLSDR
Radio

2 min read


Oct 24, 2022

Room temperature/humidity data to Influxdb using Raspberry PIs

Did this as a fun project in a couple of hours. DHT11 sensor attached to a Pi Pico W pushing data to a InfluxDB + Grafana on a Pi 4B. Challenges Interfacing the DHT11 sensor with the Pi Pico W There are multiple posts on the internet with misleading pinouts…

IoT

2 min read

Room temperature/humidity data to Influxdb using Raspberry PIs
Room temperature/humidity data to Influxdb using Raspberry PIs
IoT

2 min read


Nov 4, 2021

Working on multi-region Terraform deployments on AWS

Terraform AWS provider works with only one region at a time. If we want to work on multiple regions, provider aliases need to be used. But using a variable value for this in a resource block or within a module is not possible. Given a map of regions and VPC…

Terraform

2 min read

Terraform

2 min read


Oct 30, 2021

Terraform in internet restricted networks on AWS

In a usual setting, Terraform pulls the provider binaries from the internet. But if you are in a restricted network without access to these binaries, Terraform would not work. I was faced with a similar situation at work but on GCP. But GCP handles internal API endpoint connectivity differently compared…

AWS

2 min read

Terraform in internet restricted networks on AWS
Terraform in internet restricted networks on AWS
AWS

2 min read


Apr 4, 2021

Installing k3s on Raspberry Pi 4

I was looking to have a cluster for learning more Kubernetes but minikube was just not cutting it and full fledged k8s was too heavy for a Pi setup. Enter k3s. Its a much lighter version of k8s without compromising on the API features. Its very ideal for bringing up…

Kubernetes

1 min read

Kubernetes

1 min read


Mar 27, 2021

Installing Pi-hole for network wide ad blocking

The SD card on one of my Pi Zero Ws died and now I have to set it back up again on a new one. It was running Pi-hole along with a few other stuff. For those that don’t know; Pi-hole is a open source, network-wide ad blocking solution that…

Adblock

2 min read

Adblock

2 min read


Jan 31, 2021

Enable SSH and add WLAN config on Raspberry OS Lite

If you’ve ever installed the lite version of the Raspberry OS, you’ll know that this version of the OS does not come with any display drivers and is meant to be run headless. I installed it on my Pi Zero W recently since its a SBC with very low specs…

Raspberry Pi

1 min read

Raspberry Pi

1 min read


Jul 13, 2019

Port knocking with UFW

Port knocking is a security technique used to secure servers. Connection is attempted to a sequence of ports to open or close an application/service port. UFW (Uncomplicated Firewall) is available on all recent Ubuntu versions. knockd installation: apt install knockd knockd configuration file: /etc/knockd.conf [options] UseSyslog [SSH] sequence = 7000,8000,9000 seq_timeout = 5 start_command = ufw allow from %IP% to any port 22 tcpflags = syn cmd_timeout = 10 stop_command = ufw delete allow from %IP% to any port 22

Ubuntu

1 min read

Ubuntu

1 min read

Adithya

Adithya

6 Followers

DevOps, IoT and amateur radio

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech