Pi Development

Raspberry Pi Development

Raspberry Pi is a series of SBC (Single board Computer), which is developed by Raspberry Pi Foundation. This board is a complete computer which requires additional hardware to work as whole when used in automation or industrial purpose. The whole process can be broke into..

Raspberry Pi System Design

Interfacing modules such as sensors, displays, keypads etc. connecting to GPIO. This also includes design of custom devices connecting to standard ports.

Raspberry Pi Configuration

GPIO needs to be configured to work with connected devices. Depending on the interface type, GPIO pins may be input, output or bi-directional.

Raspberry Pi Application Development

Required to interact with user using input devices such as touch screen or keypad. Either GUI or non-GUI application required unless device is in-accessible.