Learn and Practice following embedded linux projects and exercises on GPIO, Timers, Interrupts, Interfacing with peripherals and prepare best for software jobs.
Project Title:
CLI development using IPC shared memory shmget. Project Description:
In this project we will implement a command line interface (CLI) using IPC shared memory method to communicate data between two different linux processes.
Go To Project ➤
Project Title:
Raspberry Pi LED Flasher using C program. Project Description:
In this project you will learn how to access GPIO pins of raspberry pi, turn the led on and off(flash) on any of the GPIO pins using a C program, wiringPi library.
Go To Project ➤
Project Title:
CLI project using client server sockets with server in linux booting process. Project Description:
Develop Command line interface (CLI) using IPC client server sockets to execute commands immediately after board reboot.
Go To Project ➤
Project Title:
Raspberry Pi UART communication using C program Project Description:
In this project we will interface UART with Raspberry pi using a C program and communicate with it from computer at 9600 baud rate.
Go To Project ➤