Difference between revisions of "CuHead Pro WiFi/Ethernet Shield with AirPlay/DLNA Audio for Arduino"

From LinkSprite Playgound
Jump to: navigation, search
(Interface)
Line 13: Line 13:
 
== Interface ==
 
== Interface ==
 
Lets explain the interfaces:
 
Lets explain the interfaces:
*USB host is reserved. It is
+
*USB host is reserved. It is for firmware updated in the future so that USB webcam can be used.
 +
*Ethernet RJ45 port. It is used for Ethernet communication where there is no WiFi signal, or where the WiFi Signal is bad.
 +
*Audio jack. It accepts any three segments audio jack.
 +
*J7 is the header used to choose which pins of Arduino are used to communicate with CuHead Pro. CuHead Pro can communicate with Arduino transparently through the UART interface. Please don't use D0 and D1. This is because that the hardware UART on Arduino TX/RD are pulled low during power up, and unfortunately CuHead pro will check its UART too during power up. If its pulled low, it will not start. So we can only use software serial port of Arduino to communicate with CuHead Pro.
 +
 
 +
==Audio Push==

Revision as of 08:13, 30 July 2013

Description

What is CuHead Pro WiFi/Ethernet Shield with AirPlay/DLNA Audino for Arduino? It is a WiFi Shield, it is an Ethernet Shield, it accepts audio pushed from iphone, iPad, Andrid phone or pad Wirelessly.


Cuhead pro 0.jpg

Cuhead pro 1.jpg

Cuhead pro 2.jpg


Interface

Lets explain the interfaces:

  • USB host is reserved. It is for firmware updated in the future so that USB webcam can be used.
  • Ethernet RJ45 port. It is used for Ethernet communication where there is no WiFi signal, or where the WiFi Signal is bad.
  • Audio jack. It accepts any three segments audio jack.
  • J7 is the header used to choose which pins of Arduino are used to communicate with CuHead Pro. CuHead Pro can communicate with Arduino transparently through the UART interface. Please don't use D0 and D1. This is because that the hardware UART on Arduino TX/RD are pulled low during power up, and unfortunately CuHead pro will check its UART too during power up. If its pulled low, it will not start. So we can only use software serial port of Arduino to communicate with CuHead Pro.

Audio Push