User Tools

Site Tools


what_this_project_requires

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
what_this_project_requires [2016/12/21 15:06] – [The Raspberry LCD] walkeradminwhat_this_project_requires [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 7: Line 7:
 ---- ----
  
-==== Hardware ====+===== Hardware =====
 \\  \\ 
 This project has three main hardware components. This project has three main hardware components.
Line 15: Line 15:
   - The Driver Board   - The Driver Board
 \\  \\ 
-\\ +These are all very easily available, and the cost of each unit is around £50 (because the LCDs are from in house stocks).
  
 ---- ----
Line 34: Line 34:
 ==== The Raspberry LCD ==== ==== The Raspberry LCD ====
 The LCD is a HD44780 compatible display. The LCD is two line and has 40 characters per line. This LCD was used because we have many of these at Ericsson, because this LCD has been used in recent receiver models. The LCD is a HD44780 compatible display. The LCD is two line and has 40 characters per line. This LCD was used because we have many of these at Ericsson, because this LCD has been used in recent receiver models.
 +\\ 
 +\\ 
 +{{:blank_lcd_wtext.jpg?300|}}
 \\  \\ 
 \\  \\ 
Line 44: Line 47:
  
 ---- ----
 +==== The Driver Board ====
 +The LCD Driver Board is just a convenient way to connect the 16 Way Male Header of the LCD to the 40 Way Male GPIO connector on the Raspberry Pi. 
 +\\ 
 +\\ 
 +{{:driverboard.jpg?300|}}
 +\\ 
 +\\ 
 +The Driver Board has two Potentiometers (10K or 20K are fine) for adjusting backlight and LCD contrast. The 40 Way header for connecting to the Raspberry Pi and a 16 Way ribbon cable that goes to the LCD.
 +\\ 
 +\\ 
 +There is also a 10K resistor that is not currently in use. This is a pull up resistor for three of the GPIO pins on the Raspberry Pi, this is to allow the addition of buttons at a later date. My plan is to be able to switch the lines of the LCD on and off with the buttons (to allow for 'reveals' during demonstrations).
 +\\ 
 +\\ 
 +The Driver board Wiring is as follows:
 +\\ 
 +\\ 
 +{{:lcdboardwiring400.jpg?300|}}
 +\\ 
 +\\ 
 +{{:pi_lcd_numbers.jpg?300|}}
 +\\ 
 +\\ 
 +The PCB layouts were done in house and the circuit boards produced in China (PCBGoGo)
 +\\ 
 +\\ 
  
 +---- 
 +===== Software ===== 
 +\\  
 +This project has the following software components. 
 +\\  
 +  - Linux OS for the Raspberry Pi (Raspbian or Noobs) 
 +  - PHP Libraries      (on the Master Pi only) 
 +  - Apache Web Server  (on the Master Pi only) 
 +  - Python 
 +\\  
 +The Linux is a specific arm compiled version that runs on the Raspberry Pi. You can run this project in headless mode (no GUI required on the Pi) which helps keep boot times up and resource use down. 
 +\\  
 +\\  
 +The master Pi requires PHP and Apache Web Server, this is just for the hosting of the page that you configure the LCD messages on.  
 +\\  
 +\\  
 +Python is the software that understands the code in the Python script that runs the LCD, this is preinstalled on Raspbian distros. 
 +\\  
 +\\ 
  
what_this_project_requires.1482332796.txt.gz · Last modified: 2023/03/09 22:35 (external edit)