Uncategorized

Use TeamViewer as a secondary monitor for Windows 10

Since I do not have a two monitor setup for my Windows 10 desktop, I was looking for a way to use my laptop as a secondary monitor. There are a few paid alternatives like AirDisplay/AirParrot which allow you to simulate a mircast/apple tv receiver. These didn’t work as well as I hoped. However, there is a free alternative that you can use to achieve the same end result. You can simply simulate a secondary Read more…

By Swayam Charania, ago
Uncategorized

Enable NTFS write on OS X Yosemite without Fuse

OS X supports the option to read NTFS-formatted drives, but has no support for writing to these drives. Previously I used OS X Fuse to enable write functionality but it requires installing multiple 3rd party drivers. Instead we can use Apple’s NTFS write functionality which is not enabled by default. Please note the following steps will have to be performed for each NTFS drive. If you need to access numerous drives then maybe 3rd party drivers are best Read more…

By Swayam Charania, ago
Arduino

HOW TO: Unbrick FTDI chip

The latest driver from FTDI bricks devices which are using fake FTDI chips. It does this by simply changing the device PID to 0000. This renders the device unusable on any computer. Drivers newer than 2.10.0 have the bricking functionality in them. If you see your device showing up as “FT232R USB UART” in the device manager, You’re device is affected by this driver. How to unbrick your device: Step 1: Download MProg 3.5 from Read more…

By Swayam Charania, ago
Arduino

Programming the Arduino Pro Mini using an Arduino Uno

The Arduino Pro Mini is a great microcontroller board based on the ATmega328. The board comes without built-in USB circuitry, so an off-board USB-to-TTL serial convertor must be used to upload sketches. This can be a FTDI TTL-232R USB – TTL Level Serial Converter Cable for the 5V Arduino Mini Pro), or a FTDI TTL-232R-3V3 USB – TTL Level Serial Converter Cable. In this post we will see how to upload sketches to the Arduino Pro Read more…

By Swayam Charania, ago