Microcontrollers

Various info and projects about microcontrollers.

Another free e-book about Microcontrollers

December 2, 2009
By
book_with_cd

Mikroelektronica, beign the nice guys they are released another free e-book about programming PIC microcontrollers this time it’s about programming in C. The title is, unsurprisingly: PIC Microcontrollers – Programming in C What are microcontrollers, anyway? Electronics built in one single chip capable of controlling a small submarine, a crane or an elevator… It’s...

Read more »

bmp2h converter for ks0108 GLCD

December 1, 2009
By
bmp2ks0108

This is a converter I wrote with the graphics library for the PIC16F microcontrollers. Others work but this one works for sure. If you want to see the source code (I’m not particulary proud of it )  drop a comment and I’ll send it to you. If the bitmap is smaller than 128×64 it...

Read more »

KS0108 Graphics Library for PIC16F microcontrollers

December 1, 2009
By
easypic5

Not that I’m not happy with the default mikroC library for the KS0108 graphic displays, as I always I wanted something with the source available. Considering that I’m a beginner with microcontrolers having the source available to hack around is a very valuable learning tool. The project is based on the source found here:...

Read more »

A little fun with the 12F675 and mikroC

September 17, 2009
By
schema_12f675_leds

I have a small example that should get you going with the PIC 12F675 microcontroller and mikroC PRO. I am using the EasyPIC5 development board but I am sure you can adapt it to many development systems. It’s just a small introduction you can use as a tutorial on getting started with a comon,...

Read more »

I have a linux Jukebox ! [2011 update]

August 26, 2009
By
Linux Webradio

Finally, after years of putting it away, after a few design changes and a fried motherboard I have a linux jukebox. Well, not a jukebox but more an internet radio. Check at the bottom for the latest updates. When I first had the ideea I noticed an old ~ ’50s Blaupunkt Radio my father...

Read more »

My favourite microcontroler

August 14, 2009
By

My favourite microcontroler for now is PIC16F887. I will soon try to build some projects using the 18F series, but for now my Nixi clock and planned LED cube I will use th e16F887. No, I didn’t gave up, I plan to start work on the nixie projects ASAP. Program Memory Type Flash Program...

Read more »

Open source ADC read function

July 14, 2009
By

Yes, I know, mikroC has it’s own ADC library, but as always I am a sucker for open source. So I decided to write my own adc read function, so I can better understand the PIC ADC converter operation. And, in the good spirit of open source I decided to share my code. The...

Read more »

A free book about PIC Microcontrollers

July 6, 2009
By
book_with_cd

As you might have noticed from my posts I am always in for a free lunch. So, this would be free lunch for your brain. Even if you don’t use or plan to use Mikroelektronika products you might want to know that they have a free book about PIC microcontrolers on their website: here....

Read more »

Temperature graph on GLCD with EasyPic5

June 18, 2009
By
16062009023_cnv

This is a small project I did for school. I am using the easypic 5 board from mikroelectronica to display a linegraph of the temperature read every second by the DS1820 sensor and displays it on the KS0108 based GLCD. I am using the OneWire and GLCD libraries that come with the mikroC compiler....

Read more »

4×20 LCD screen with USB interface.

May 31, 2009
By
Just the screen

Attaching an LCD screen to a pc is a pretty easy job. I am working on a jukebox that I wanted to a screen attached to. Although a HD44780 based LCD can be attached to the parallel port with almost no additional parts I wanted a more flexible solution, and I thought about microcontrollers...

Read more »

Follow Me

Subscribe via RSS