Hardware Programming

does anyone know where I can get a free IDE with a compiler for the C Language?
 
For a micro controller.

Notepad++ for dev'ing. There are specific compilers for the various different brands of MCU though. Atmel has AVR Studio, which is a pretty comprehensive, free IDE. For PIC I've always used Mikrotik, but it's not free.
 
For a micro controller.

Which microcontroller? Most microcontrollers (that I have worked with) have their own IDEs to aid programming their controllers. These generally have all the libraries pre-installed. In general these can be downloaded for free.

Although technically, I guess as long as you have the libraries loaded correctly, you can use any C ide?
 
I have no idea for which, it's just a hobby I want to get started...
 
I have no idea for which, it's just a hobby I want to get started...

If you're just starting out, as several people have mentioned, the Arduino is probably the best. Very easy to get running, you buy a prototyping board, which means you get a working microcontroller with necessary components all soldered together. The Arduino Uno can be bought for R250 (excl).

The Arduino Software can be downloaded here And if you search around there are many tutorials, covering everything from flashing an LED to robots to whatever you can imagine.
 
Top
Sign up to the MyBroadband newsletter
X