Howto:Build your own Panel or Cockpit - Prototyping: Difference between revisions

Jump to navigation Jump to search
m
Setting up list of prototype projects
m (Setting up list of prototype projects)
Line 3: Line 3:
In order to build anything of this complexity from scratch, you need to take things a step at a time.  Before you can put the parts together, you'll need to be sure the parts you are going to build will work as expected.
In order to build anything of this complexity from scratch, you need to take things a step at a time.  Before you can put the parts together, you'll need to be sure the parts you are going to build will work as expected.


== Prototype Projects ==
{| class="wikitable" border="1"
! Feature !! Description !! Status
|-
| [[Howto:Build your own Panel or Cockpit - Raspberry Pi Tools | Raspberry Pi Tools]] || Installed: NodeJs, SPI and I2C libraries, WiringPi, Linux remote login to pi || Started
|-
| Simple web service || Light up an LED on the Pi from a Server running NodeJs ||
|-
| NodeJs Light an LED || Using javascript library, create a web page with an button to Light up and turn off an LED on the Pi from a Server running NodeJs ||
|-
| NodeJs to I2c & SPI || Establish that NodeJs can call the I2c and SPI libraries on the PI||
|-
| I2c to connected multiplexer || Establish an I2c connection to a multiplexer light leds in sequence ||
|-
| SPI to connected multiplexer || Establish an SPI connection to a multiplexer light leds in sequence ||
|-
| NodeJs to Flightgear Phi || Establish a connection to PHI, retrieving a value and setting a value ||
|-
| Switches || Dueling Multiplexers with I2c, Input via 16 to 4 multiplex, select switch bank via 4 to 16 multiplex ||
|-
| Switches || Dueling Multiplexers with SPI, Input via 16 to 4 multiplex, select switch banks via 4 to 16 multiplex ||
|-
| NodeJs to Flighgear Phi || Establish a connection to PHI, retrieving a value and setting a value ||
|}
Here's the areas I've identified for my project for prototypes in no particular order:
Here's the areas I've identified for my project for prototypes in no particular order:
== Integrated Circuit Types and Features ==
== Integrated Circuit Types and Features ==
Line 46: Line 71:
| Demultiplexer CMOS 3 to 8 Low ||Texas Instruments  ||CD74HC137E ||PDIP-16 || 2 to 6V||
| Demultiplexer CMOS 3 to 8 Low ||Texas Instruments  ||CD74HC137E ||PDIP-16 || 2 to 6V||
|-
|-
| Demultiplexer CMOS 4 to 16 Low ||Texas Instruments||Texas Instruments ||CD74HC4515EN ||PDIP-24 ||  ||
| Demultiplexer CMOS 4 to 16 Low ||Texas Instruments ||CD74HC4515EN ||PDIP-24 ||  ||
|-
|-
| ||Atmel ||ATMEGA8535-16PU || PDIP-40 .6"|| ||
| ||Atmel ||ATMEGA8535-16PU || PDIP-40 .6"|| ||
982

edits

Navigation menu