Exercise List

Here is a list of exercises to be solved during the course on emdedded systems. First we play on the Linux system installed on the PC, then we write a few simple C programs and their associated Makefiles before exploring the Raspberry Pi and its tools.

Finally we have a look at libraries that allow us to easily interface external hardware. A bread board is used to set up small electronic circuits with sensors and actuators that allow us to acquire data like

  • temperature, humidity air pressure in digital or analogue form
  • read any kind of electric signal through analogue to digital conversion
  • time
  • motor speed and angular position
  • read switch positions
  • EEPROMS
or control
  • LEDs
  • motors
  • displays etc.
To my knowledge 2 libraries giving access to the GPIO pins and the I2C and SPI busses: wiringpi and pigpio. I had a look at both libraries and find pigpio more complete. This library comes in 2 versions: Either you can directly access the hardware through pigpio calls, in which case you must be the root user, or you can (as root user) start the pigpiod daemon and the communicate with it (as normal user) through a socket interface. Since sockets can run over the network you can also run your program on your PC and use the daemon on the Raspberry Pi only to access the hardware.

Here is the list of exercises:

... and we have a few tests to find out how well the professor is teaching the material:

-- Uli Raich - 2017-01-03

Comments

Edit | Attach | Watch | Print version | History: r16 | r14 < r13 < r12 < r11 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r12 - 2017-10-31 - uli
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback