CircuitGeek

Electronics for Everyone

Entries Tagged ‘PIC’

Turn Your Astronomy Observation into Fun Activity

Do you love the mystery of astronomy and would like to unveil the secret mask of it?
However, you’re felt irritating when you need to expose yourself under the old astronomy light, which cannot perfectly suit your demand?
Stop the complaint today with an adjustable PIC astronomy light.
Things that needed:

An old desk lamp

An old mouse

For a [...]

Leave a Comment

Linux Ubuntu Style PIC Development

PIC microcontroller is a very useful and powerful tool; it’s also simple to set up.
Step 1: An IDE to develop in (PIKlab)
We need to install Qt and KDE libraries in the base Ubuntu install by using:
Sudo apt-get install libqt3-mt, and
Sudo apt-get install kdelibs.
Next, make sure you install the command “alien <insert RPM filename here>“, the [...]

Leave a Comment