lazarus

Lazarus with Raspberry Pi

Aug
26

==Stuff related to Lazarus==
===Extra Components===
TCP/IP Components and Serial Port Components
[http://synapse.ararat.cz/doku.php/start]

===Other Stuff===
It is possible to generate Python modules using Delphi.
[http://wiki.lazarus.freepascal.org/Developing_Python_Modules_with_Pascal]

Posted By Admin read more

Care for Some Pi?

Aug
25

I recently acquired a [http://raspberrypi.org Raspberry Pi] board. It is a very cool device running linux on an ARM chip, with USB, Ethernet, HDMI output and the operating system runs off an SD card. The board costs only $35.

So it took me about 20 minutes to image the SD card and boot the machine up. Start up X Windows and I find a browser and some interesting other applications on the desktop.

One of my main goals of using the board is to take advantage of its IO capabilities. it comes with GPIO pins, and can be connected to other devices including an [http://www.arduino.org Arduino]. The Arduino is useful because it can handle more types of devices. The downside of the Arduino is that it uses a single control loop to perform its actions. With the RPi hopefully i can use the more sophisticated programming environment.

Most of my work has been using Delphi (object orient pascal). A open-source development tool is [http://www.lazarus.org Lazarus] that uses Free Pascal Compiler. (It is heavily based on Delphi).

There were a couple of odd things in getting installed:
First I ran:
apt-get install fpc

Posted By Charlie read more
Subscribe to RSS - lazarus