Posts by Tag

development

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Using PIC16F887 I/O to drive external devices

1 minute read

I’ve done a small addition to circuit on the previous circuit.I’m going to use LCD display I added there,to debug my project too.I’m taking out 6 I/O pins fr...

Simple 16*2 LCD driver with PIC16F887

2 minute read

In good old days,using a LCD display on a DIY project was quite trouble some.But now it has become much cheaper and simpler to use a LCD in a such project.He...

Programming Bootloader to PIC 18F4550

less than 1 minute read

Hope you were able to build the simple PIC 18F programmer and 18F4550 development board with help of my previous posts.Now it’s time to program the 18F4550 w...

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Back to Top ↑

Android

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Sinhala support on Android

1 minute read

Android has become the OS which powers many smart phones.But as it lacks built in Sinhala support,we have to add it by our own.Even these steps gives you a p...

Back to Top ↑

Microcontroller

Simple 3.3V–5V level shifter

less than 1 minute read

In present day electronic we find many sensors or modules working in 3.3V logic levels.In other terms LVTTL devices (Low-voltage TTL). But even now we mostly...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Simple 16*2 LCD driver with PIC16F887

2 minute read

In good old days,using a LCD display on a DIY project was quite trouble some.But now it has become much cheaper and simpler to use a LCD in a such project.He...

Back to Top ↑

DIY

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Using PIC16F887 I/O to drive external devices

1 minute read

I’ve done a small addition to circuit on the previous circuit.I’m going to use LCD display I added there,to debug my project too.I’m taking out 6 I/O pins fr...

Simple 16*2 LCD driver with PIC16F887

2 minute read

In good old days,using a LCD display on a DIY project was quite trouble some.But now it has become much cheaper and simpler to use a LCD in a such project.He...

ADSL Splitter quick fix

less than 1 minute read

I’m using my ADSL splitter for more than 5 years now.Recently I found out that Voice line is not working but Data line is working.When I was checking my ADSL...

Back to Top ↑

USB

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Homemade USB LC Meter

1 minute read

I wanted to have a LC meter for a long time.Specially when working with oscillators and stuff,they are really useful.After some research on internet I found ...

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

16F887

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Using PIC16F887 I/O to drive external devices

1 minute read

I’ve done a small addition to circuit on the previous circuit.I’m going to use LCD display I added there,to debug my project too.I’m taking out 6 I/O pins fr...

Simple 16*2 LCD driver with PIC16F887

2 minute read

In good old days,using a LCD display on a DIY project was quite trouble some.But now it has become much cheaper and simpler to use a LCD in a such project.He...

Back to Top ↑

I/O

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Simple 3.3V–5V level shifter

less than 1 minute read

In present day electronic we find many sensors or modules working in 3.3V logic levels.In other terms LVTTL devices (Low-voltage TTL). But even now we mostly...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Using PIC16F887 I/O to drive external devices

1 minute read

I’ve done a small addition to circuit on the previous circuit.I’m going to use LCD display I added there,to debug my project too.I’m taking out 6 I/O pins fr...

Back to Top ↑

Arduino

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Back to Top ↑

PIC

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Homemade USB LC Meter

1 minute read

I wanted to have a LC meter for a long time.Specially when working with oscillators and stuff,they are really useful.After some research on internet I found ...

Homemade USB PIC Programmer - PICKIT2 Lite

1 minute read

I was using various programmers for PIC programming.JDM was one of that,which I used for a long time but it’s a Serial port programmer.I have used ART2003 pr...

Programming Bootloader to PIC 18F4550

less than 1 minute read

Hope you were able to build the simple PIC 18F programmer and 18F4550 development board with help of my previous posts.Now it’s time to program the 18F4550 w...

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

UART

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Back to Top ↑

CP2102

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Back to Top ↑

Driver

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Back to Top ↑

Motor

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Back to Top ↑

Interface

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Back to Top ↑

Arduino PRO

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

ATMEGA328

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

Linux

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

Back to Top ↑

Input

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Sinhala support on Android

1 minute read

Android has become the OS which powers many smart phones.But as it lacks built in Sinhala support,we have to add it by our own.Even these steps gives you a p...

Back to Top ↑

18F4550

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Programming Bootloader to PIC 18F4550

less than 1 minute read

Hope you were able to build the simple PIC 18F programmer and 18F4550 development board with help of my previous posts.Now it’s time to program the 18F4550 w...

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

Darlington

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Back to Top ↑

ULN2803

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Driving a DC motor using ULN2803 + PIC16F887

less than 1 minute read

As I showed how to drive external load using ULN2803 coupled to PIC16F887 in the previous post,Here I’m going to drive a small DC motor using that concept I...

Back to Top ↑

ADB

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Back to Top ↑

modules

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Back to Top ↑

Programmer

Homemade USB PIC Programmer - PICKIT2 Lite

1 minute read

I was using various programmers for PIC programming.JDM was one of that,which I used for a long time but it’s a Serial port programmer.I have used ART2003 pr...

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

bootloader

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Programming Bootloader to PIC 18F4550

less than 1 minute read

Hope you were able to build the simple PIC 18F programmer and 18F4550 development board with help of my previous posts.Now it’s time to program the 18F4550 w...

Back to Top ↑

PIC16F887

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Back to Top ↑

LCD

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Simple 16*2 LCD driver with PIC16F887

2 minute read

In good old days,using a LCD display on a DIY project was quite trouble some.But now it has become much cheaper and simpler to use a LCD in a such project.He...

Back to Top ↑

Level Shift

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Simple 3.3V–5V level shifter

less than 1 minute read

In present day electronic we find many sensors or modules working in 3.3V logic levels.In other terms LVTTL devices (Low-voltage TTL). But even now we mostly...

Back to Top ↑

LVTTL

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Simple 3.3V–5V level shifter

less than 1 minute read

In present day electronic we find many sensors or modules working in 3.3V logic levels.In other terms LVTTL devices (Low-voltage TTL). But even now we mostly...

Back to Top ↑

PL2303

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Back to Top ↑

Sensor

Back to Top ↑

launchpad

Back to Top ↑

kernel

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Back to Top ↑

linaro

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Back to Top ↑

Fonts

Sinhala support on Android

1 minute read

Android has become the OS which powers many smart phones.But as it lacks built in Sinhala support,we have to add it by our own.Even these steps gives you a p...

Back to Top ↑

Sinhala

Sinhala support on Android

1 minute read

Android has become the OS which powers many smart phones.But as it lacks built in Sinhala support,we have to add it by our own.Even these steps gives you a p...

Back to Top ↑

18F2550

Homemade USB LC Meter

1 minute read

I wanted to have a LC meter for a long time.Specially when working with oscillators and stuff,they are really useful.After some research on internet I found ...

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

Networking

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

SPI

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

TTL

USB to UART Convertors (PL2303 & CP2102)

1 minute read

If you are working with any UART stuff with micro controllers,you may have to debug them or send/receive data with a PC. In good old days,all of the computer...

Simple 3.3V–5V level shifter

less than 1 minute read

In present day electronic we find many sensors or modules working in 3.3V logic levels.In other terms LVTTL devices (Low-voltage TTL). But even now we mostly...

Back to Top ↑

Servo

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Back to Top ↑

TechDuino

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

I2C

Back to Top ↑

EP4CE6E22C8N

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

FPGA

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

Altera

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

CoreEP4CE6

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

Cyclone IV

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

TivaWare

Back to Top ↑

ARM

Back to Top ↑

TI

Back to Top ↑

Tiva C

Back to Top ↑

stellaris

Back to Top ↑

AR7240

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

Back to Top ↑

MIPS

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

Back to Top ↑

LED

Back to Top ↑

OpenWRT

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

Back to Top ↑

TL-WR740N

Using UART & GPIO with AR7240 MIPS board

less than 1 minute read

As I introduced MIPS based router board which has a AR7240 SoC, I further experimented with it to use GPIO and UART in the chip. I’m using my TPLINK WR740N r...

Back to Top ↑

parallel port

Back to Top ↑

Program

Back to Top ↑

Compilers

Back to Top ↑

toolchain

Compiling kernel modules for an Android phone

1 minute read

I recently got a USB OTG cable for my mobile phone and I wanted to use my PL2303 USB to UART convertor with it. It is great for the embedded system projects ...

Back to Top ↑

RS232

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

Interfacing

Back to Top ↑

Rendering

Sinhala support on Android

1 minute read

Android has become the OS which powers many smart phones.But as it lacks built in Sinhala support,we have to add it by our own.Even these steps gives you a p...

Back to Top ↑

18F

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

Parellel

Very simple PIC 18F programmer

less than 1 minute read

I was wondering to use some PIC 18F microcontrollers in my projects.The well known 18F2550 & 18F4550 got USB which is much useful in current environments...

Back to Top ↑

dev

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Back to Top ↑

board

Development board for 18F4550

less than 1 minute read

I have designed a simple development board for 18F4550 to test my projects.I’m using a bootloader to program the uC using USB.It’s very easy and fast for doi...

Back to Top ↑

PICKIT2

Homemade USB PIC Programmer - PICKIT2 Lite

1 minute read

I was using various programmers for PIC programming.JDM was one of that,which I used for a long time but it’s a Serial port programmer.I have used ART2003 pr...

Back to Top ↑

lite

Homemade USB PIC Programmer - PICKIT2 Lite

1 minute read

I was using various programmers for PIC programming.JDM was one of that,which I used for a long time but it’s a Serial port programmer.I have used ART2003 pr...

Back to Top ↑

Meter

Homemade USB LC Meter

1 minute read

I wanted to have a LC meter for a long time.Specially when working with oscillators and stuff,they are really useful.After some research on internet I found ...

Back to Top ↑

LC

Homemade USB LC Meter

1 minute read

I wanted to have a LC meter for a long time.Specially when working with oscillators and stuff,they are really useful.After some research on internet I found ...

Back to Top ↑

Fix

ADSL Splitter quick fix

less than 1 minute read

I’m using my ADSL splitter for more than 5 years now.Recently I found out that Voice line is not working but Data line is working.When I was checking my ADSL...

Back to Top ↑

Splitter

ADSL Splitter quick fix

less than 1 minute read

I’m using my ADSL splitter for more than 5 years now.Recently I found out that Voice line is not working but Data line is working.When I was checking my ADSL...

Back to Top ↑

ADSL

ADSL Splitter quick fix

less than 1 minute read

I’m using my ADSL splitter for more than 5 years now.Recently I found out that Voice line is not working but Data line is working.When I was checking my ADSL...

Back to Top ↑

ULN2003

Back to Top ↑

Counter

Step counter for Unipolar stepper motor

1 minute read

In previous post.I told you that I was able to drive an old scavenged unipolar stepper motor from my old printer.As I couldn’t find any datasheet it was not ...

Back to Top ↑

keyboard

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Back to Top ↑

PS/2

PS/2 Keyboard Interface for PIC uC (PIC16F887)

2 minute read

We need to get various kinds of inputs for our microcontroller circuit. If we need to use key board to input data,we can either use simple buttons or 4x4 key...

Back to Top ↑

PWM

Variable frequency PWM using MikroC + PIC16F887

1 minute read

When I was doing a project on a robot,I found out that the MikroC PWM library doesn’t support variable frequency values for the PWM frequency. I needed to us...

Back to Top ↑

Realterm

Back to Top ↑

Arduino UNO

Back to Top ↑

Ethernet

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

Wireshark

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

ENC28J60

Arduino based Webserver (ATMEGA328 + ENC28j60)

2 minute read

Updated on 09-01-2017 to correct issue with MAC address: (Identifed by Julien as per in the comment section)Replaced : static byte mymac[] = {0xDD,0xDD,0xDD,...

Back to Top ↑

Temperature

Back to Top ↑

Data logger

Back to Top ↑

SD CARD

Back to Top ↑

ADC

Back to Top ↑

LM35

Back to Top ↑

MMC2120MG

Back to Top ↑

Compass

Back to Top ↑

Magnetic

Back to Top ↑

Waveshare

Back to Top ↑

Television

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Back to Top ↑

PAL

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Back to Top ↑

TV

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Back to Top ↑

Composite

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Back to Top ↑

arduino-tvout

Connecting Arduino Pro (3.3V/8Mhz) to TV

2 minute read

In this post I’m going to connect my home made  Arduino Pro clone to the television using composite input on the TV. I found a good library called ardui...

Back to Top ↑

RTC

Back to Top ↑

DS1307

Back to Top ↑

Clock

Back to Top ↑

desolder

Back to Top ↑

solder

Back to Top ↑

techniques

Back to Top ↑

Quartus II

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

USB Blaster

Altera Cyclone IV EP4CE6 Testing

less than 1 minute read

As I showed in my previous post,I’m going to test my CoreEP4CE6 board. It is based on Altera Cyclone IV FPGA (EP4CE6E22C8N) . I got my Altera USB Blaster (bo...

Back to Top ↑

Tiva

Back to Top ↑

Flash

Back to Top ↑

LM4FLASH

Back to Top ↑

Logic

Back to Top ↑

Tool

Back to Top ↑

Analyzer

Back to Top ↑

Testing

Back to Top ↑

GPIO

Back to Top ↑

LPT

Back to Top ↑

relay

Back to Top ↑

msp430

Back to Top ↑

spy bi wire

Back to Top ↑

icsp

Back to Top ↑

sbw

Back to Top ↑

Radio

Simple LM386 based audio amplifier

less than 1 minute read

I built this simple LM386-N1 based audio amplifier (Gain=200 example on datasheet) for my radio project. Here I’m testing it using a small signal generated b...

Back to Top ↑

Amplifier

Simple LM386 based audio amplifier

less than 1 minute read

I built this simple LM386-N1 based audio amplifier (Gain=200 example on datasheet) for my radio project. Here I’m testing it using a small signal generated b...

Back to Top ↑

Audio

Simple LM386 based audio amplifier

less than 1 minute read

I built this simple LM386-N1 based audio amplifier (Gain=200 example on datasheet) for my radio project. Here I’m testing it using a small signal generated b...

Back to Top ↑

LM386

Simple LM386 based audio amplifier

less than 1 minute read

I built this simple LM386-N1 based audio amplifier (Gain=200 example on datasheet) for my radio project. Here I’m testing it using a small signal generated b...

Back to Top ↑

C

Back to Top ↑

GCC

Back to Top ↑

TI3410

Back to Top ↑

CH341

Back to Top ↑

TI5052

Back to Top ↑

CH340

Back to Top ↑

make

Back to Top ↑

instrumentation

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

protocol

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

CH430

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

RS485

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

MAX485

RS-485 Communication testing with MAX485

less than 1 minute read

As we know about RS-232 communication protocol, I’m going to try RS-485 communication between two nodes. RS-485 can support multiple slaves and mostly used i...

Back to Top ↑

visual basic

Back to Top ↑

vehicle

Back to Top ↑

automated

Back to Top ↑

inpout32.dll

Back to Top ↑

automation

Back to Top ↑

rover

Back to Top ↑

agv

Back to Top ↑

SONAR

Back to Top ↑

C#

Back to Top ↑

ultrasonic

Back to Top ↑

distance

Back to Top ↑

HC-SR04

Back to Top ↑

modification

Back to Top ↑

gear motor

Back to Top ↑

servo motor

Back to Top ↑

bluetooth

Back to Top ↑

sdk

Back to Top ↑

api

Back to Top ↑

cad

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Back to Top ↑

gerber

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Back to Top ↑

mobile

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Back to Top ↑

viewer

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Back to Top ↑

pcb

Gerber viewer for your Android mobile phone

less than 1 minute read

When we are working with PCB fabrication systems, “Gerber” files are widely used as the input to the fabrication device from the CAD drawing. So, It is very ...

Back to Top ↑

MF1S50

Back to Top ↑

nfc

Back to Top ↑

read

Back to Top ↑

sony

Back to Top ↑

nfc tools

Back to Top ↑

NXP

Back to Top ↑

MIFARE

Back to Top ↑

Near Field Communication

Back to Top ↑

xperia

Back to Top ↑

write

Back to Top ↑

NFC tag

Back to Top ↑

tag info

Back to Top ↑

terminal

Back to Top ↑

installation

Back to Top ↑

root

Back to Top ↑

shell

Back to Top ↑

Raspberry Pi 3

Back to Top ↑

RGB

Back to Top ↑

Library

Back to Top ↑

Python

Back to Top ↑

Raspbian Stretch

Back to Top ↑

Display

Back to Top ↑

NeoPixels

Back to Top ↑

rpi_ws281x

Back to Top ↑