What happens when a tech guy who likes JS and also a twitch fan gets a raspberry PI, and old RGB led strip? 😀 Yeah, pretty crazy mash of things but it works. So I had one of these at home from the project I made to control RGB led from a browser: I am …
Continue reading Twitch chat controlled RGB Led
Category:Hardware
PLC Sequence Graph and Unity
I embarked on a project to better understand sequence programming and graph theory by integrating Unity with PLC (Programmable Logic Controller) programming. The goal was to create a robotic arm in Unity that could execute tasks in a sequence controlled by PLC logic. This hands-on approach allowed me to practice and visualize how PLCs manage …
Continue reading PLC Sequence Graph and Unity
Simulation Fun
I have done some experiments and tried to push my boundaries by designing and controlling a box rotating device by a Siemens S71500 PLC. The PLC program is not ready and I took the project as fun, so don’t be over judgmental 🙂 If you have a machine you would like to write PLC controls …
Continue reading Simulation Fun
AI Computer Vision – Classification
During this fun run I have built a set of tools for image recognition with a trained neural network. Hopefully we can integrate the solution to the live environment and test the AI against real life 🙂 The steps I took: 1.Dataset Collection: I have built a setup using a raspberry PI with a webcam, …
Continue reading AI Computer Vision – Classification
Got Scammed ? Or not?
I wanted to make a system backup of my laptop so I have bought one of these: Even thought I knew it is probably a scam, I wanted to see how they do it and if the device can be actually fixed and used later. After plugging it in the pc you could see it …
Continue reading Got Scammed ? Or not?
Phone & wifi-charger holder
Recently I bought one of these: It works pretty okay but… It already happened few times that I fell into the bed and just throw the phone on the top of it, this usually ends up in not charging and having a battle to charge it all day during the work time. … This means …
Continue reading Phone & wifi-charger holder
LED Controller with Python + JS + Raspberry PI
INTRO I made this project because I was frustrated by having trouble with the IR RGB remote, it was always lost, the battery got empty, and I like to explore communication methods and apply them to electronics. I like to see the manifestation of the code in the real world, so this project was a …
Continue reading LED Controller with Python + JS + Raspberry PI
Check your home network – now!
I am writing this post for people with no networking knowledge. Most people do not have time to take care of their internet connection. Until people have access to the internet, and some of their favorite websites, they don’t really care about what is going on there, and that’s a huge mistake. Besides there is …
Continue reading Check your home network – now!
My Home Network – Planning Phase
Today I have done wireshark inspection on my home network to take a look what is happening on the wire. After moving in and because of the bussy life, this was the first time when I did a real inspection on my personal network. I have never experienced any disturbance, lag or anything strange, but …
Continue reading My Home Network – Planning Phase
Implementing smart heating
My old thermostat gave up the fight after 12 years of working, I haven’t dig deep into what was the real problem with it. For some reason, it forgot to turn the heater off, so after some days with 25+ C temperature in the house, with a water temperature of +90 C we decided to …
Continue reading Implementing smart heating