Categories
Atmega8

Lock bits of atmega8 using AvrDude

Many time we need to program our atmega with external programmer. This could be for even programming bootloader or to upload hex file in production. Today we are going to explain how to program atmega8 with external programmer. We are going to use AVR Dude which is also part of Arduino development environment. But we […]

Categories
Java

JFrame Basics for building GUI in Java

Building GUI is a crucial part of any application with requires user interactions. Mostly when interactions involves Graphical Representations. It could be in form of Data Display or for taking inputs from users. Java provide JFrame class from javax.swing  extented from awt library to support swing components capabilities. We are going to present some basics […]

Categories
RPi 3 Raspberry PI

Running Raspbian Stretch in Windows

In this article we are going to explain how to Run Raspbian Strech in Windows using Qemu Emulator. Emulation is always helpful while prototyping and in case of Raspberry Pi it is very helpful to emulate our rasbian image with help of some virtual machine like Qemu. So fasten your seat belt because we are […]