DIY Autonomous Cars 101: Developing a Driving AI Agent
In this article, we are going to cover how to build an AI driving agent for a car. You got a car, you know where to go using the GPS … Continue reading
DIY Autonomous Cars 101: Recognizing Street Signs
It’s been a long time since we have posted anything on this blog but on a popular demand we are starting a new series. In this series we will discuss … Continue reading
Microcontroller 101: SPI and I2C/TWI with AVR
We saw in our earlier article some basics about UART protocol and you must know that That isn’t the only protocol we use for communication. UART is okayish for the … Continue reading
Building a Quadcopter from scratch DIY : Part 2
Previously on SkinnySatan… We tried to tell you the mechanical structure, some basic concepts and some calculations regarding building of a quadrotor. In this article, we are going to explain … Continue reading
Building a Quadcopter from scratch DIY : Part 1
You reached this page through some google search so I am assuming you already know what a Quadcopter or a Quadrotor is. Multirotors quite a thing these days and not … Continue reading
Microcontrollers 101: UART/USART
As the title says, we are covering USART this time. USART stands for Universal Synchronous Asynchronous Reception Transmission. It is a kind of A serial tx/rx protocol. Serial transmission protocol … Continue reading
Flyback driver to generate plasma Arcs
Disclaimer: educational purpose only, these high voltages are lethal. Try at your own risk. Yes, we are back with our very favorite high voltage guides. I have been busy for … Continue reading
Adding speech to your Embedded Project
I had this one project where the device was supposed to speak out the output. And I was too Lazy to actually go and build a PC based application and … Continue reading
Microcontrollers 101: Analog to Digital Conversion
In earlier post about PWM we have seen our Digital buddies don’t understand Anything except 0’s and 1’s. And oh lets say we have here 2.5V as input here. Many … Continue reading
Microcontrollers 101: Pulse Width Modulation
Pulse width is like Heart of Micro controllers applications. We need them for like everywhere. From Driving the motors to dimming the lights. Check out our other blog posts to … Continue reading
Microcontrollers 101: Timers/Counters
Here We are, Starting an article series Micro controllers 101 We will be covering most of the stuff you will be needing in our upcoming articles. If you have any … Continue reading
How to: use and Interface Rotary Encoders
Encoders are some very lovely devices if you ask me. They gives you some really great stream of pulses while you are rotating them. We had seen a few people … Continue reading
Serial Communication Without using MicroContoller
Generally when we need to communicate between two systems we need to rely upon the Protocols such as SPI, UART, I2C etc. To implement these we need to make use … Continue reading
How Not to Blow up A Servo Motor
Read this before burning any servo Motors Disclaimer : This Tutorial is totally intended for educational purposes and if you are planning to build a massive man eating Robot using … Continue reading