Difference between revisions of "Main Page"

From BitWizard WIKI
Jump to: navigation, search
(Other boards)
(Help!)
(44 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
It is expressly forbidden to add information intended to promote other sites. It is expressly forbidden to have a program add accounts and add articles with links to other sites.  
 
It is expressly forbidden to add information intended to promote other sites. It is expressly forbidden to have a program add accounts and add articles with links to other sites.  
  
= help =
+
= How-to's =
 +
* [[Beginners guide to SPI on Raspberry Pi]]
 +
* [[Installing and booting FriendlyArm mini6410]]
 +
 
 +
 
 +
= DMX =
 +
* [[Dmx interface for raspberry pi]]
 +
* [[Assembling the DMX case]]
  
If you have trouble finding things on this wiki you can:
 
* use the search function on the left
 
* send us an Email
 
* or use the forum: http://forum.bitwizard.nl/
 
  
 
= Kits =
 
= Kits =
 
* [[RGB clock]]
 
* [[RGB clock]]
 
* [[Raspberry Pi camera extension kit]]
 
* [[Raspberry Pi camera extension kit]]
 +
  
 
= Developement boards =
 
= Developement boards =
Line 19: Line 23:
 
* [[FTDI_ATmega]]
 
* [[FTDI_ATmega]]
 
* [[USB-multio]]
 
* [[USB-multio]]
* [[usbbigmultio]]
+
* [[Usbbigmultio]]
 
* [[Cyclone dev board]]
 
* [[Cyclone dev board]]
  
 
= Expansion boards =
 
= Expansion boards =
  
 +
== General ==
 
* [[Default addresses]] (both SPI and I2C)
 
* [[Default addresses]] (both SPI and I2C)
 
* [[SPI versus I2C protocols]]
 
* [[SPI versus I2C protocols]]
 
* [[Daisy-chaining BitWizard I2C boards]]
 
* [[Daisy-chaining BitWizard I2C boards]]
 +
* [[USB Relay]]
 +
* [[Model B+ compatibility]]
  
== General pages ==
+
== Board specific pages ==
 
 
 
These expansion boards come in I2C and SPI versions, and thus can be connected to a single bus. This allows you to easily expand your microcontroller system with new functions, without the cost of additional I/O pins.
 
These expansion boards come in I2C and SPI versions, and thus can be connected to a single bus. This allows you to easily expand your microcontroller system with new functions, without the cost of additional I/O pins.
  
Line 37: Line 43:
 
* [[7FETs|7FETs]]
 
* [[7FETs|7FETs]]
 
* [[3FETs|3FETs]]
 
* [[3FETs|3FETs]]
* [[temp|temp]]
+
* [[temp|Temperature Interface]]
* [[thermocouple]]
+
* [[relay|Relay/BigRelay]]
* [[relay|relay]]
+
* [[motor|Motor]]
* [[motor|motor]]
+
<!--
 
* [[PiPower|PiPower]]
 
* [[PiPower|PiPower]]
 +
-->
 +
* [[Raspberry Juice]]
 +
* [[Raspberry Relay]]
 
* [[User Interface|User Interface]]
 
* [[User Interface|User Interface]]
 
* [[7_Segment]]
 
* [[7_Segment]]
 +
<!--
 
* [[SPI_SPI]]
 
* [[SPI_SPI]]
* [[pushbutton]]
+
-->
* [[rtc]]
+
* [[Pushbutton]]
 +
* [[Rtc]]
 +
* [[Dimmer]]
 +
* [[16 LEDs]]
 +
 
 +
== Other boards ==
 +
* [[USB-SATA powerswitch]]
 +
* [[USB-opto]]
 +
* [[Servotester]]
 +
* [[USB-step]]
 +
* [[Usb ws2812]]
 +
<!--
 +
* [[USB relay board]]
 +
-->
  
== Other ==
+
= Breakout boards =
  
* [[16 LEDs]]
+
* [[Raspberry Pi Serial]]
 +
* [[Dio breakout]]
 +
 
 +
== FTDI chips ==
  
= Breakout boards =
+
* [[FT201X]] USB I2C slave
 +
* [[FT220X]] USB 4-bit SPI/FT1248
 +
* [[FT221X]] USB 8-bit SPI/FT1248
 +
* [[FT230X]] USB to basic UART
 +
* [[FT231X]] USB to full handshake UART
 +
* [[FT240X]] USB 8-bit FIFO
 +
* [[FT245RL V1.5]] USB FIFO
 +
* [[FT311D]] USB Android host, compatible with AOA (Android Open Accessory)
 +
* [[FT312D]] USB Android host, compatible with AOA (Android Open Accessory)
 
* [[FT245RL breakout board]]
 
* [[FT245RL breakout board]]
 
* [[FT2232H breakout board]]
 
* [[FT2232H breakout board]]
* [[Raspberry Pi Serial]]
 
 
* [[FTDI serial]]
 
* [[FTDI serial]]
 
* [[FTDI serial 2]]
 
* [[FTDI serial 2]]
  
= Other boards =
+
== I2C chips ==
* [[USB-SATA powerswitch]]
+
* [[I2C DAC|Dual MCP4726 DAC]]
* [[USB-opto]]
+
* [[I2C ADC|MCP3424 ADC]]
* [[Servotester]]
+
* [[I2C splitter|PCA9548A I2C switch/mux]]
* [[USB relay board]]
+
* [[IO Expander|MCP23008 IO Expander]]
 +
* [[I2C accellerometer]]
 +
* [[I2C magnetometer]]
 +
* [[I2C pressure sensor]]
 +
 
 +
 
 +
== SPI chips ==
 +
* [[IO Expander|MCP23S08 IO Expander]]
 +
* [[SPI DAC|MCP4822 DAC]]
  
 
= Sample programs =
 
= Sample programs =
Line 69: Line 110:
 
* [[Usbio ACM sample program]]
 
* [[Usbio ACM sample program]]
 
* [[Raspberry Pi LCD program]]
 
* [[Raspberry Pi LCD program]]
 
+
<!--
= Preparing your developement environment =
+
= Preparing your development environment =
 
* [[Linux]]
 
* [[Linux]]
 
* [[Windows]]
 
* [[Windows]]
 
* [[MacOS]]
 
* [[MacOS]]
 
+
-->
 
= Sample projects =
 
= Sample projects =
* [[temperature control]] (ftdi_atmega, spi_temp, spi_relay).
+
* [[Temperature control]] (ftdi_atmega, spi_temp, spi_relay).
  
 
= Raspberry Pi projects =
 
= Raspberry Pi projects =
Line 83: Line 124:
 
* [[Connecting a motor and 1602 LCD to a Raspberry Pi]]
 
* [[Connecting a motor and 1602 LCD to a Raspberry Pi]]
 
* [[MPU-6050 sensor connected to Raspberry Pi]]
 
* [[MPU-6050 sensor connected to Raspberry Pi]]
* [[raspberry pi expansion system page]]
+
* [[Raspberry pi expansion system page]]
 
* [[GPS reciever connected to Raspberry Pi]]
 
* [[GPS reciever connected to Raspberry Pi]]
  
== How-to's ==
+
= Help! =
* [[RPi_SPI_wheezy|Beginners guide to SPI on Raspberry Pi]] (Raspbian “wheezy”)
+
 
* [[Beginners guide to SPI on Raspberry Pi]] (Debian "Squeeze". Obsolete; not recommended for fresh/new installations)
+
If you have trouble finding things on this wiki you can:
* [[installing and booting FriendlyArm mini6410]]
+
* Use the search function in bar at the top (on the right).
 +
* [http://www.bitwizard.nl/contact.php Contact us]
 +
* Or use the [http://forum.bitwizard.nl/  forum]
  
 
= Miscellaneous =
 
= Miscellaneous =
 
* [[Solder jumpers]]
 
* [[Solder jumpers]]
 
* [[SPI_connector_pinout]]
 
* [[SPI_connector_pinout]]
* [[template]]
+
* [[Template]]
 
* [[Nikon D80 wired remote]]
 
* [[Nikon D80 wired remote]]
 
* [[Iphone 3GS camera]]
 
* [[Iphone 3GS camera]]

Revision as of 17:04, 4 November 2016

BitWizard documentation wiki.

This WIKI is for documentation of the BitWizard SPI/I2C expansion system and other boards, available from the BitWizard Shop. If you are considering adding information that is not related to one of our products, please contact us beforehand.
It is expressly forbidden to add information intended to promote other sites. It is expressly forbidden to have a program add accounts and add articles with links to other sites.

How-to's


DMX


Kits


Developement boards

Expansion boards

General

Board specific pages

These expansion boards come in I2C and SPI versions, and thus can be connected to a single bus. This allows you to easily expand your microcontroller system with new functions, without the cost of additional I/O pins.

Other boards

Breakout boards

FTDI chips

I2C chips


SPI chips

Sample programs

Sample projects

Raspberry Pi projects

Help!

If you have trouble finding things on this wiki you can:

  • Use the search function in bar at the top (on the right).
  • Contact us
  • Or use the forum

Miscellaneous